Class CheckILMPartitionItem

java.lang.Object
com.uc4.api.systemoverview.CheckILMPartitionItem

public final class CheckILMPartitionItem extends Object
This class represents one row in the ILM check partition table.
  • Constructor Details

    • CheckILMPartitionItem

      public CheckILMPartitionItem(com.uc4.util.XMLDocument doc, Element row, ConnectionAttributes session)
      Internal use only.
      Parameters:
      doc - XML Document
      row - Element
      session - Message translator
  • Method Details

    • getParentRunID

      public final int getParentRunID()
      Returns the RunID of the parent.
      Returns:
      RunID of the parent
    • getType

      public final 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 String getStatus()
      Returns the status of this task.
      Returns:
      status
    • getStatusText

      public final 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 -1 in case of an error