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 QName
COMPLEX_TYPE
static ItemName
F_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 PrismContainerValue
asPrismContainerValue()
ExtensionType
beginExtension()
ObjectReferenceType
beginTaskRef()
DelegationWorkStateType
clone()
<X> X
end()
boolean
equals(Object object)
DelegationWorkStateType
extension(ExtensionType value)
ObjectReferenceType
getTaskRef()
int
hashCode()
DelegationWorkStateType
id(Long value)
void
setTaskRef(ObjectReferenceType value)
void
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.DelegationWorkStateType
taskRef(ObjectReferenceType value)
DelegationWorkStateType
taskRef(String oid, QName type)
DelegationWorkStateType
taskRef(String oid, QName type, QName relation)
String
toString()
-
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:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classAbstractActivityWorkStateType
-
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 classAbstractActivityWorkStateType
-
toString
public String toString()
- Overrides:
toString
in classAbstractActivityWorkStateType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classAbstractActivityWorkStateType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAbstractActivityWorkStateType
-
end
public <X> X end()
- Overrides:
end
in 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:
extension
in classAbstractActivityWorkStateType
-
beginExtension
public ExtensionType beginExtension()
- Overrides:
beginExtension
in classAbstractActivityWorkStateType
-
id
public DelegationWorkStateType id(Long value)
- Overrides:
id
in classAbstractActivityWorkStateType
-
clone
public DelegationWorkStateType clone()
- Overrides:
clone
in classAbstractActivityWorkStateType
-
-