Class CaseCreationEventType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.CaseEventType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.CaseCreationEventType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class CaseCreationEventType extends CaseEventType implements Serializable, Cloneable, Containerable
Event describing the creation of a workflow process instance.Java class for CaseCreationEventType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CaseCreationEventType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CaseEventType"> <sequence> <element name="businessContext" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationBusinessContextType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_BUSINESS_CONTEXT
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.CaseEventType
F_ATTORNEY_REF, F_INITIATOR_REF, F_ITERATION, F_STAGE_NUMBER, F_TIMESTAMP
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description CaseCreationEventType()
CaseCreationEventType(PrismContext prismContext)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.CaseEventType
getAttorneyRef, getId, getInitiatorRef, getIteration, getStageNumber, getTimestamp, setAttorneyRef, setId, setInitiatorRef, setIteration, setStageNumber, setTimestamp
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
CaseCreationEventType
public CaseCreationEventType()
-
CaseCreationEventType
public CaseCreationEventType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classCaseEventType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
- Overrides:
setupContainerValue
in classCaseEventType
-
toString
public String toString()
- Overrides:
toString
in classCaseEventType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classCaseEventType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classCaseEventType
-
end
public <X> X end()
- Overrides:
end
in classCaseEventType
-
getBusinessContext
public OperationBusinessContextType getBusinessContext()
-
setBusinessContext
public void setBusinessContext(OperationBusinessContextType value)
-
businessContext
public CaseCreationEventType businessContext(OperationBusinessContextType value)
-
beginBusinessContext
public OperationBusinessContextType beginBusinessContext()
-
timestamp
public CaseCreationEventType timestamp(XMLGregorianCalendar value)
- Overrides:
timestamp
in classCaseEventType
-
timestamp
public CaseCreationEventType timestamp(String value)
- Overrides:
timestamp
in classCaseEventType
-
initiatorRef
public CaseCreationEventType initiatorRef(ObjectReferenceType value)
- Overrides:
initiatorRef
in classCaseEventType
-
initiatorRef
public CaseCreationEventType initiatorRef(String oid, QName type)
- Overrides:
initiatorRef
in classCaseEventType
-
initiatorRef
public CaseCreationEventType initiatorRef(String oid, QName type, QName relation)
- Overrides:
initiatorRef
in classCaseEventType
-
beginInitiatorRef
public ObjectReferenceType beginInitiatorRef()
- Overrides:
beginInitiatorRef
in classCaseEventType
-
attorneyRef
public CaseCreationEventType attorneyRef(ObjectReferenceType value)
- Overrides:
attorneyRef
in classCaseEventType
-
attorneyRef
public CaseCreationEventType attorneyRef(String oid, QName type)
- Overrides:
attorneyRef
in classCaseEventType
-
attorneyRef
public CaseCreationEventType attorneyRef(String oid, QName type, QName relation)
- Overrides:
attorneyRef
in classCaseEventType
-
beginAttorneyRef
public ObjectReferenceType beginAttorneyRef()
- Overrides:
beginAttorneyRef
in classCaseEventType
-
stageNumber
public CaseCreationEventType stageNumber(Integer value)
- Overrides:
stageNumber
in classCaseEventType
-
iteration
public CaseCreationEventType iteration(Integer value)
- Overrides:
iteration
in classCaseEventType
-
id
public CaseCreationEventType id(Long value)
- Overrides:
id
in classCaseEventType
-
clone
public CaseCreationEventType clone()
- Overrides:
clone
in classCaseEventType
-
-