public class WfContextType extends Object implements Serializable, Cloneable, Containerable
Java class for WfContextType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WfContextType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="processInstanceId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="processName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="processInstanceName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="startTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="endTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="requesterRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="objectRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="targetRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="approvedByRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/> <element name="rootTaskRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="approved" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="answer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="changeProcessor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="processInterface" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="processorSpecificState" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WfProcessorSpecificStateType"/> <element name="processSpecificState" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WfProcessSpecificStateType"/> <element name="workItem" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkItemType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_ANSWER |
static QName |
F_APPROVED |
static QName |
F_APPROVED_BY_REF |
static QName |
F_CHANGE_PROCESSOR |
static QName |
F_END_TIMESTAMP |
static QName |
F_OBJECT_REF |
static QName |
F_PROCESS_INSTANCE_ID |
static QName |
F_PROCESS_INSTANCE_NAME |
static QName |
F_PROCESS_INTERFACE |
static QName |
F_PROCESS_NAME |
static QName |
F_PROCESS_SPECIFIC_STATE |
static QName |
F_PROCESSOR_SPECIFIC_STATE |
static QName |
F_REQUESTER_REF |
static QName |
F_ROOT_TASK_REF |
static QName |
F_START_TIMESTAMP |
static QName |
F_STATE |
static QName |
F_TARGET_REF |
static QName |
F_WORK_ITEM |
Constructor and Description |
---|
WfContextType() |
WfContextType(PrismContext prismContext) |
public static final QName COMPLEX_TYPE
public static final QName F_PROCESS_INSTANCE_ID
public static final QName F_PROCESS_NAME
public static final QName F_PROCESS_INSTANCE_NAME
public static final QName F_START_TIMESTAMP
public static final QName F_END_TIMESTAMP
public static final QName F_REQUESTER_REF
public static final QName F_OBJECT_REF
public static final QName F_TARGET_REF
public static final QName F_APPROVED_BY_REF
public static final QName F_ROOT_TASK_REF
public static final QName F_STATE
public static final QName F_APPROVED
public static final QName F_ANSWER
public static final QName F_CHANGE_PROCESSOR
public static final QName F_PROCESS_INTERFACE
public static final QName F_PROCESSOR_SPECIFIC_STATE
public static final QName F_PROCESS_SPECIFIC_STATE
public static final QName F_WORK_ITEM
public WfContextType()
public WfContextType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
public String getProcessInstanceId()
public void setProcessInstanceId(String value)
public String getProcessName()
public void setProcessName(String value)
public String getProcessInstanceName()
public void setProcessInstanceName(String value)
public XMLGregorianCalendar getStartTimestamp()
public void setStartTimestamp(XMLGregorianCalendar value)
public XMLGregorianCalendar getEndTimestamp()
public void setEndTimestamp(XMLGregorianCalendar value)
public ObjectReferenceType getRequesterRef()
public void setRequesterRef(ObjectReferenceType value)
public ObjectReferenceType getObjectRef()
public void setObjectRef(ObjectReferenceType value)
public ObjectReferenceType getTargetRef()
public void setTargetRef(ObjectReferenceType value)
public List<ObjectReferenceType> getApprovedByRef()
public ObjectReferenceType getRootTaskRef()
public void setRootTaskRef(ObjectReferenceType value)
public String getState()
public void setState(String value)
public Boolean isApproved()
public void setApproved(Boolean value)
public String getAnswer()
public void setAnswer(String value)
public String getChangeProcessor()
public void setChangeProcessor(String value)
public String getProcessInterface()
public void setProcessInterface(String value)
public WfProcessorSpecificStateType getProcessorSpecificState()
public void setProcessorSpecificState(WfProcessorSpecificStateType value)
public WfProcessSpecificStateType getProcessSpecificState()
public void setProcessSpecificState(WfProcessSpecificStateType value)
public List<WorkItemType> getWorkItem()
public WfContextType clone()
Copyright © 2017 Evolveum. All rights reserved.