Class EscalateWorkItemActionType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkItemActionType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.DelegateWorkItemActionType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.EscalateWorkItemActionType
-
- All Implemented Interfaces:
Containerable,DebugDumpable,Serializable,Cloneable
public class EscalateWorkItemActionType extends DelegateWorkItemActionType implements Serializable, Cloneable, Containerable
TODO EXPERIMENTALJava class for EscalateWorkItemActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EscalateWorkItemActionType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DelegateWorkItemActionType"> <sequence> <element name="escalationLevelName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="escalationLevelDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_ESCALATION_LEVEL_DISPLAY_NAMEstatic ItemNameF_ESCALATION_LEVEL_NAME-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.DelegateWorkItemActionType
F_APPROVER_EXPRESSION, F_APPROVER_REF, F_DELEGATION_METHOD, F_DURATION, F_NOTIFY_BEFORE_ACTION, F_OUTCOME_IF_NO_APPROVERS
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkItemActionType
F_CONDITION, F_DESCRIPTION, F_DISPLAY_NAME, F_DOCUMENTATION, F_NAME
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description EscalateWorkItemActionType()EscalateWorkItemActionType(PrismContext prismContext)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.DelegateWorkItemActionType
createApproverExpressionList, createApproverRefList, createNotifyBeforeActionList, getApproverExpression, getApproverRef, getDelegationMethod, getDuration, getNotifyBeforeAction, getOutcomeIfNoApprovers, setDelegationMethod, setDuration, setOutcomeIfNoApprovers
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkItemActionType
getCondition, getDescription, getDisplayName, getDocumentation, getId, getName, setCondition, setDescription, setDisplayName, setDocumentation, setId, setName
-
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
-
EscalateWorkItemActionType
public EscalateWorkItemActionType()
-
EscalateWorkItemActionType
public EscalateWorkItemActionType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValuein interfaceContainerable- Overrides:
asPrismContainerValuein classDelegateWorkItemActionType
-
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 classDelegateWorkItemActionType
-
toString
public String toString()
- Overrides:
toStringin classDelegateWorkItemActionType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classDelegateWorkItemActionType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDelegateWorkItemActionType
-
end
public <X> X end()
- Overrides:
endin classDelegateWorkItemActionType
-
getEscalationLevelName
public String getEscalationLevelName()
-
setEscalationLevelName
public void setEscalationLevelName(String value)
-
getEscalationLevelDisplayName
public String getEscalationLevelDisplayName()
-
setEscalationLevelDisplayName
public void setEscalationLevelDisplayName(String value)
-
escalationLevelName
public EscalateWorkItemActionType escalationLevelName(String value)
-
escalationLevelDisplayName
public EscalateWorkItemActionType escalationLevelDisplayName(String value)
-
approverRef
public EscalateWorkItemActionType approverRef(ObjectReferenceType value)
- Overrides:
approverRefin classDelegateWorkItemActionType
-
approverRef
public EscalateWorkItemActionType approverRef(String oid, QName type)
- Overrides:
approverRefin classDelegateWorkItemActionType
-
approverRef
public EscalateWorkItemActionType approverRef(String oid, QName type, QName relation)
- Overrides:
approverRefin classDelegateWorkItemActionType
-
beginApproverRef
public ObjectReferenceType beginApproverRef()
- Overrides:
beginApproverRefin classDelegateWorkItemActionType
-
approverExpression
public EscalateWorkItemActionType approverExpression(ExpressionType value)
- Overrides:
approverExpressionin classDelegateWorkItemActionType
-
beginApproverExpression
public ExpressionType beginApproverExpression()
- Overrides:
beginApproverExpressionin classDelegateWorkItemActionType
-
outcomeIfNoApprovers
public EscalateWorkItemActionType outcomeIfNoApprovers(String value)
- Overrides:
outcomeIfNoApproversin classDelegateWorkItemActionType
-
duration
public EscalateWorkItemActionType duration(Duration value)
- Overrides:
durationin classDelegateWorkItemActionType
-
delegationMethod
public EscalateWorkItemActionType delegationMethod(WorkItemDelegationMethodType value)
- Overrides:
delegationMethodin classDelegateWorkItemActionType
-
notifyBeforeAction
public EscalateWorkItemActionType notifyBeforeAction(Duration value)
- Overrides:
notifyBeforeActionin classDelegateWorkItemActionType
-
name
public EscalateWorkItemActionType name(String value)
- Overrides:
namein classDelegateWorkItemActionType
-
displayName
public EscalateWorkItemActionType displayName(String value)
- Overrides:
displayNamein classDelegateWorkItemActionType
-
description
public EscalateWorkItemActionType description(String value)
- Overrides:
descriptionin classDelegateWorkItemActionType
-
documentation
public EscalateWorkItemActionType documentation(String value)
- Overrides:
documentationin classDelegateWorkItemActionType
-
condition
public EscalateWorkItemActionType condition(ExpressionType value)
- Overrides:
conditionin classDelegateWorkItemActionType
-
beginCondition
public ExpressionType beginCondition()
- Overrides:
beginConditionin classDelegateWorkItemActionType
-
id
public EscalateWorkItemActionType id(Long value)
- Overrides:
idin classDelegateWorkItemActionType
-
clone
public EscalateWorkItemActionType clone()
- Overrides:
clonein classDelegateWorkItemActionType
-
-