public static class GroupMonitor.Task extends Object
Modifier and Type | Method and Description |
---|---|
String |
getAlias()
In contrast to
getName this method
returns always the alias if used. |
String |
getName()
Returns the name of the object or an alias if used.
|
String |
getObjectName()
In contrast to the
getName this method
returns always the object name. |
String |
getObjectType()
Returns the type of the Object.
|
String |
getPlatform()
Returns the platform of the object or an empty String if a platform is not defined for the object.
|
int |
getPriority()
Return the priority of the task.
|
int |
getRunID()
Returns the RunID of the task in the monitor or
0 if the
task has not been executed. |
DateTime |
getStartTime()
Return the start time of the task.
|
String |
getStatus()
Returns the status of this task as String which is independent on the logon language.
|
int |
getStatusCode()
Returns the status of the task as integer.
|
String |
getStatusText()
Returns a description of the status.
|
String |
getUser()
Return the user of the task.
|
boolean |
isRollback()
Return that the task can be rollback or not.
|
public boolean isRollback()
public String getUser()
public int getPriority()
public DateTime getStartTime()
public int getRunID()
0
if the
task has not been executed.public String getObjectType()
public String getName()
getObjectName
and getAlias
if you want exclusive information.public String getStatusText()
AbstractTask.getStatusCode()
public final int getStatusCode()
-1
in case of an errorpublic String getPlatform()
public String getStatus()
AbstractTask.getStatusCode()
public String getAlias()
getName
this method
returns always the alias if used.public String getObjectName()
getName
this method
returns always the object name.Copyright © 2021. All rights reserved.