Class DelegationWorkStateType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractActivityWorkStateType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.DelegationWorkStateType
-
- All Implemented Interfaces:
Containerable,DebugDumpable,Serializable,Cloneable
public class DelegationWorkStateType extends AbstractActivityWorkStateType implements Serializable, Cloneable, Containerable
State for a delegation (delegating) activity run.Java class for DelegationWorkStateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DelegationWorkStateType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractActivityWorkStateType"> <sequence> <element name="taskRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_TASK_REF-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractActivityWorkStateType
F_EXTENSION
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description DelegationWorkStateType()DelegationWorkStateType(PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerValueasPrismContainerValue()ExtensionTypebeginExtension()ObjectReferenceTypebeginTaskRef()DelegationWorkStateTypeclone()<X> Xend()booleanequals(Object object)DelegationWorkStateTypeextension(ExtensionType value)ObjectReferenceTypegetTaskRef()inthashCode()DelegationWorkStateTypeid(Long value)voidsetTaskRef(ObjectReferenceType value)voidsetupContainerValue(PrismContainerValue containerValue)Setup value to the containerable representation.DelegationWorkStateTypetaskRef(ObjectReferenceType value)DelegationWorkStateTypetaskRef(String oid, QName type)DelegationWorkStateTypetaskRef(String oid, QName type, QName relation)StringtoString()-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractActivityWorkStateType
getExtension, getId, setExtension, setId
-
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
-
DelegationWorkStateType
public DelegationWorkStateType()
-
DelegationWorkStateType
public DelegationWorkStateType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValuein interfaceContainerable- Overrides:
asPrismContainerValuein classAbstractActivityWorkStateType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:ContainerableSetup 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:
setupContainerValuein interfaceContainerable- Overrides:
setupContainerValuein classAbstractActivityWorkStateType
-
toString
public String toString()
- Overrides:
toStringin classAbstractActivityWorkStateType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractActivityWorkStateType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractActivityWorkStateType
-
end
public <X> X end()
- Overrides:
endin classAbstractActivityWorkStateType
-
getTaskRef
public ObjectReferenceType getTaskRef()
-
setTaskRef
public void setTaskRef(ObjectReferenceType value)
-
taskRef
public DelegationWorkStateType taskRef(ObjectReferenceType value)
-
taskRef
public DelegationWorkStateType taskRef(String oid, QName type)
-
taskRef
public DelegationWorkStateType taskRef(String oid, QName type, QName relation)
-
beginTaskRef
public ObjectReferenceType beginTaskRef()
-
extension
public DelegationWorkStateType extension(ExtensionType value)
- Overrides:
extensionin classAbstractActivityWorkStateType
-
beginExtension
public ExtensionType beginExtension()
- Overrides:
beginExtensionin classAbstractActivityWorkStateType
-
id
public DelegationWorkStateType id(Long value)
- Overrides:
idin classAbstractActivityWorkStateType
-
clone
public DelegationWorkStateType clone()
- Overrides:
clonein classAbstractActivityWorkStateType
-
-