public class TrackingDataFormType extends ObjectType implements Serializable, Cloneable, Objectable
Java class for TrackingDataFormType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrackingDataFormType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}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_TRIGGER
Constructor and Description |
---|
TrackingDataFormType() |
getDescription, getExtension, getFetchResult, getMetadata, getName, getOid, getParentOrg, getParentOrgRef, getTrigger, getVersion, setDescription, setExtension, setFetchResult, setMetadata, setName, setOid, setVersion
finalize, getClass, notify, notifyAll, wait, wait, wait
getDescription, getName, getOid, getVersion, setDescription, setName, setOid, 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 void setupContainer(PrismObject container)
setupContainer
in interface Objectable
setupContainer
in class ObjectType
public PrismObject asPrismObject()
asPrismObject
in interface Objectable
asPrismObject
in class ObjectType
public PrismObject asPrismContainer()
asPrismContainer
in class ObjectType
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
asPrismContainerValue
in class ObjectType
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface 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()
Objectable
toDebugName
in interface Objectable
toDebugName
in class ObjectType
public String toDebugType()
Objectable
toDebugType
in interface 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 TrackingDataFormType clone()
clone
in class ObjectType
Copyright © 2013 evolveum. All rights reserved.