public class TrackingDataType extends ObjectType implements Serializable, Cloneable, com.evolveum.midpoint.prism.Objectable
Java class for TrackingDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrackingDataType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectType"> <sequence> <element name="taskId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="processInstanceId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="executionId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="taskOwner" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="taskAssignee" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="taskCandidates" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="processDefinitionKey" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="processDefinitionId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="shadowTaskOid" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_EXECUTION_ID |
static QName |
F_PROCESS_DEFINITION_ID |
static QName |
F_PROCESS_DEFINITION_KEY |
static QName |
F_PROCESS_INSTANCE_ID |
static QName |
F_SHADOW_TASK_OID |
static QName |
F_TASK_ASSIGNEE |
static QName |
F_TASK_CANDIDATES |
static QName |
F_TASK_ID |
static QName |
F_TASK_OWNER |
F_DESCRIPTION, F_EXTENSION, F_FETCH_RESULT, F_METADATA, F_NAME, F_PARENT_ORG, F_PARENT_ORG_REF, F_TENANT_REF, F_TRIGGER
Constructor and Description |
---|
TrackingDataType() |
TrackingDataType(com.evolveum.midpoint.prism.PrismContext prismContext) |
getDescription, getExtension, getFetchResult, getMetadata, getName, getOid, getParentOrg, getParentOrgRef, getTenantRef, getTrigger, getVersion, setDescription, setExtension, setFetchResult, setMetadata, setName, setOid, setTenantRef, setVersion
public static final QName COMPLEX_TYPE
public static final QName F_TASK_ID
public static final QName F_PROCESS_INSTANCE_ID
public static final QName F_EXECUTION_ID
public static final QName F_TASK_OWNER
public static final QName F_TASK_ASSIGNEE
public static final QName F_TASK_CANDIDATES
public static final QName F_PROCESS_DEFINITION_KEY
public static final QName F_PROCESS_DEFINITION_ID
public static final QName F_SHADOW_TASK_OID
public TrackingDataType()
public TrackingDataType(com.evolveum.midpoint.prism.PrismContext prismContext)
public void setupContainer(com.evolveum.midpoint.prism.PrismObject container)
setupContainer
in interface com.evolveum.midpoint.prism.Objectable
setupContainer
in class ObjectType
public com.evolveum.midpoint.prism.PrismObject asPrismObject()
asPrismObject
in interface com.evolveum.midpoint.prism.Objectable
asPrismObject
in class ObjectType
public com.evolveum.midpoint.prism.PrismObject asPrismContainer()
asPrismContainer
in class ObjectType
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface com.evolveum.midpoint.prism.Containerable
asPrismContainerValue
in class ObjectType
public void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue
in interface com.evolveum.midpoint.prism.Containerable
setupContainerValue
in class ObjectType
public String toString()
toString
in class ObjectType
public boolean equals(Object object)
equals
in class ObjectType
public int hashCode()
hashCode
in class ObjectType
public String toDebugName()
toDebugName
in interface com.evolveum.midpoint.prism.Objectable
toDebugName
in class ObjectType
public String toDebugType()
toDebugType
in interface com.evolveum.midpoint.prism.Objectable
toDebugType
in class ObjectType
public String getTaskId()
public void setTaskId(String value)
public String getProcessInstanceId()
public void setProcessInstanceId(String value)
public String getExecutionId()
public void setExecutionId(String value)
public String getTaskOwner()
public void setTaskOwner(String value)
public String getTaskAssignee()
public void setTaskAssignee(String value)
public String getTaskCandidates()
public void setTaskCandidates(String value)
public String getProcessDefinitionKey()
public void setProcessDefinitionKey(String value)
public String getProcessDefinitionId()
public void setProcessDefinitionId(String value)
public String getShadowTaskOid()
public void setShadowTaskOid(String value)
public TrackingDataType clone()
clone
in class ObjectType
Copyright © 2014 Evolveum. All rights reserved.