Package com.uc4.api.systemoverview
Class CheckILMPartitionItem
java.lang.Object
com.uc4.api.systemoverview.CheckILMPartitionItem
This class represents one row in the ILM check partition table.
-
Constructor Summary
ConstructorsConstructorDescriptionCheckILMPartitionItem
(com.uc4.util.XMLDocument doc, Element row, ConnectionAttributes session) Internal use only. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the client of the task.Returns the date and time of object end.getName()
Returns the name of the object.final int
Returns the RunID of the parent.int
getRunID()
Running number of the execution.Returns the date and time of object start.final String
Returns the status of this task.final int
Returns the status of the task as integer.final String
Returns a description of the status.final String
getType()
Returns the type of the UC4 object.Returns the name of the User object of the person who has started the task.
-
Constructor Details
-
CheckILMPartitionItem
public CheckILMPartitionItem(com.uc4.util.XMLDocument doc, Element row, ConnectionAttributes session) Internal use only.- Parameters:
doc
- XML Documentrow
- Elementsession
- Message translator
-
-
Method Details
-
getParentRunID
public final int getParentRunID()Returns the RunID of the parent.- Returns:
- RunID of the parent
-
getType
Returns the type of the UC4 object.- Returns:
- type of the UC4 object.
-
getUserName
Returns the name of the User object of the person who has started the task.- Returns:
- UC4 User
-
getClient
public int getClient()Returns the client of the task.- Returns:
- Client
-
getName
Returns the name of the object.- Returns:
- name
-
getRunID
public int getRunID()Running number of the execution.- Returns:
- RunID
-
getStartTime
Returns the date and time of object start.- Returns:
- Date and time of object start.
-
getEndTime
Returns the date and time of object end.- Returns:
- Date and time of object end
-
getStatus
Returns the status of this task.- Returns:
- status
-
getStatusText
Returns a description of the status.- Returns:
- description for task status
-
getStatusCode
public final int getStatusCode()Returns the status of the task as integer.- Returns:
- Status code or
-1
in case of an error
-