Package com.uc4.api.systemoverview
Class CheckILMPartitionItem
- java.lang.Object
-
- com.uc4.api.systemoverview.CheckILMPartitionItem
-
public final class CheckILMPartitionItem extends java.lang.ObjectThis class represents one row in the ILM check partition table.
-
-
Constructor Summary
Constructors Constructor Description CheckILMPartitionItem(com.uc4.util.XMLDocument doc, org.w3c.dom.Element row, ConnectionAttributes session)Internal use only.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetClient()Returns the client of the task.DateTimegetEndTime()Returns the date and time of object end.UC4ObjectNamegetName()Returns the name of the object.intgetParentRunID()Returns the RunID of the parent.intgetRunID()Running number of the execution.DateTimegetStartTime()Returns the date and time of object start.java.lang.StringgetStatus()Returns the status of this task.intgetStatusCode()Returns the status of the task as integer.java.lang.StringgetStatusText()Returns a description of the status.java.lang.StringgetType()Returns the type of the UC4 object.UC4UserNamegetUserName()Returns the name of the User object of the person who has started the task.
-
-
-
Constructor Detail
-
CheckILMPartitionItem
public CheckILMPartitionItem(com.uc4.util.XMLDocument doc, org.w3c.dom.Element row, ConnectionAttributes session)Internal use only.- Parameters:
doc- XML Documentrow- Elementsession- Message translator
-
-
Method Detail
-
getParentRunID
public final int getParentRunID()
Returns the RunID of the parent.- Returns:
- RunID of the parent
-
getType
public final java.lang.String getType()
Returns the type of the UC4 object.- Returns:
- type of the UC4 object.
-
getUserName
public UC4UserName 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
public UC4ObjectName getName()
Returns the name of the object.- Returns:
- name
-
getRunID
public int getRunID()
Running number of the execution.- Returns:
- RunID
-
getStartTime
public DateTime getStartTime()
Returns the date and time of object start.- Returns:
- Date and time of object start.
-
getEndTime
public DateTime getEndTime()
Returns the date and time of object end.- Returns:
- Date and time of object end
-
getStatus
public final java.lang.String getStatus()
Returns the status of this task.- Returns:
- status
-
getStatusText
public final java.lang.String 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
-1in case of an error
-
-