public class TaskType extends ObjectType implements Serializable, Cloneable
Java class for TaskType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaskType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectType"> <sequence> <element name="taskIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ownerRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectReferenceType"/> <element name="channel" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="parent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dependent" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="executionStatus" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}TaskExecutionStatusType"/> <element name="waitingReason" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}TaskWaitingReasonType" minOccurs="0"/> <element name="node" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="category" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="handlerUri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="otherHandlersUriStack" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}UriStack" minOccurs="0"/> <element name="result" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}OperationResultType" minOccurs="0"/> <element name="resultStatus" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}OperationResultStatusType" minOccurs="0"/> <element name="objectRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectReferenceType" minOccurs="0"/> <element name="lastRunStartTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="lastRunFinishTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="completionTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="progress" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="recurrence" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}TaskRecurrenceType"/> <element name="binding" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}TaskBindingType" minOccurs="0"/> <element name="canRunOnNode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="schedule" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ScheduleType" minOccurs="0"/> <element name="threadStopAction" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ThreadStopActionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_BINDING |
static QName |
F_CAN_RUN_ON_NODE |
static QName |
F_CATEGORY |
static QName |
F_CHANNEL |
static QName |
F_COMPLETION_TIMESTAMP |
static QName |
F_COMPLEX___TYPE |
static QName |
F_DEPENDENT |
static QName |
F_EXECUTION_STATUS |
static QName |
F_HANDLER_URI |
static QName |
F_LAST_RUN_FINISH_TIMESTAMP |
static QName |
F_LAST_RUN_START_TIMESTAMP |
static QName |
F_NODE |
static QName |
F_OBJECT_REF |
static QName |
F_OTHER_HANDLERS_URI_STACK |
static QName |
F_OWNER_REF |
static QName |
F_PARENT |
static QName |
F_PROGRESS |
static QName |
F_RECURRENCE |
static QName |
F_RESULT |
static QName |
F_RESULT_STATUS |
static QName |
F_SCHEDULE |
static QName |
F_SERIAL_VERSION_UID |
static QName |
F_TASK_IDENTIFIER |
static QName |
F_THREAD_STOP_ACTION |
static QName |
F_WAITING_REASON |
F_DESCRIPTION, F_EXTENSION, F_FETCH_RESULT, F_METADATA, F_NAME, F_PARENT_ORG, F_PARENT_ORG_REF, F_TRIGGER
Constructor and Description |
---|
TaskType() |
asPrismContainer, asPrismContainerValue, asPrismObject, equals, getDescription, getExtension, getFetchResult, getMetadata, getName, getOid, getParentOrg, getParentOrgRef, getTrigger, getVersion, hashCode, setDescription, setExtension, setFetchResult, setMetadata, setName, setOid, setupContainer, setupContainerValue, setVersion, toDebugName, toDebugType, toString
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_TASK_IDENTIFIER
public static final QName F_OWNER_REF
public static final QName F_CHANNEL
public static final QName F_PARENT
public static final QName F_DEPENDENT
public static final QName F_EXECUTION_STATUS
public static final QName F_WAITING_REASON
public static final QName F_NODE
public static final QName F_CATEGORY
public static final QName F_HANDLER_URI
public static final QName F_OTHER_HANDLERS_URI_STACK
public static final QName F_RESULT
public static final QName F_RESULT_STATUS
public static final QName F_OBJECT_REF
public static final QName F_LAST_RUN_START_TIMESTAMP
public static final QName F_LAST_RUN_FINISH_TIMESTAMP
public static final QName F_COMPLETION_TIMESTAMP
public static final QName F_PROGRESS
public static final QName F_RECURRENCE
public static final QName F_BINDING
public static final QName F_CAN_RUN_ON_NODE
public static final QName F_SCHEDULE
public static final QName F_THREAD_STOP_ACTION
public static final QName F_COMPLEX___TYPE
public String getTaskIdentifier()
public void setTaskIdentifier(String value)
public ObjectReferenceType getOwnerRef()
public void setOwnerRef(ObjectReferenceType value)
public String getChannel()
public void setChannel(String value)
public String getParent()
public void setParent(String value)
public TaskExecutionStatusType getExecutionStatus()
public void setExecutionStatus(TaskExecutionStatusType value)
public TaskWaitingReasonType getWaitingReason()
public void setWaitingReason(TaskWaitingReasonType value)
public String getNode()
public void setNode(String value)
public String getCategory()
public void setCategory(String value)
public String getHandlerUri()
public void setHandlerUri(String value)
public UriStack getOtherHandlersUriStack()
public void setOtherHandlersUriStack(UriStack value)
public OperationResultType getResult()
public void setResult(OperationResultType value)
public OperationResultStatusType getResultStatus()
public void setResultStatus(OperationResultStatusType value)
public ObjectReferenceType getObjectRef()
public void setObjectRef(ObjectReferenceType value)
public XMLGregorianCalendar getLastRunStartTimestamp()
public void setLastRunStartTimestamp(XMLGregorianCalendar value)
public XMLGregorianCalendar getLastRunFinishTimestamp()
public void setLastRunFinishTimestamp(XMLGregorianCalendar value)
public XMLGregorianCalendar getCompletionTimestamp()
public void setCompletionTimestamp(XMLGregorianCalendar value)
public Long getProgress()
public void setProgress(Long value)
public TaskRecurrenceType getRecurrence()
public void setRecurrence(TaskRecurrenceType value)
public TaskBindingType getBinding()
public void setBinding(TaskBindingType value)
public String getCanRunOnNode()
public void setCanRunOnNode(String value)
public ScheduleType getSchedule()
public void setSchedule(ScheduleType value)
public ThreadStopActionType getThreadStopAction()
public void setThreadStopAction(ThreadStopActionType value)
public TaskType clone()
clone
in class ObjectType
Copyright © 2013 evolveum. All rights reserved.