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 QName
COMPLEX_TYPE
static ItemName
F_ESCALATION_LEVEL_DISPLAY_NAME
static ItemName
F_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:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classDelegateWorkItemActionType
-
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 classDelegateWorkItemActionType
-
toString
public String toString()
- Overrides:
toString
in classDelegateWorkItemActionType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classDelegateWorkItemActionType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classDelegateWorkItemActionType
-
end
public <X> X end()
- Overrides:
end
in 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:
approverRef
in classDelegateWorkItemActionType
-
approverRef
public EscalateWorkItemActionType approverRef(String oid, QName type)
- Overrides:
approverRef
in classDelegateWorkItemActionType
-
approverRef
public EscalateWorkItemActionType approverRef(String oid, QName type, QName relation)
- Overrides:
approverRef
in classDelegateWorkItemActionType
-
beginApproverRef
public ObjectReferenceType beginApproverRef()
- Overrides:
beginApproverRef
in classDelegateWorkItemActionType
-
approverExpression
public EscalateWorkItemActionType approverExpression(ExpressionType value)
- Overrides:
approverExpression
in classDelegateWorkItemActionType
-
beginApproverExpression
public ExpressionType beginApproverExpression()
- Overrides:
beginApproverExpression
in classDelegateWorkItemActionType
-
outcomeIfNoApprovers
public EscalateWorkItemActionType outcomeIfNoApprovers(String value)
- Overrides:
outcomeIfNoApprovers
in classDelegateWorkItemActionType
-
duration
public EscalateWorkItemActionType duration(Duration value)
- Overrides:
duration
in classDelegateWorkItemActionType
-
delegationMethod
public EscalateWorkItemActionType delegationMethod(WorkItemDelegationMethodType value)
- Overrides:
delegationMethod
in classDelegateWorkItemActionType
-
notifyBeforeAction
public EscalateWorkItemActionType notifyBeforeAction(Duration value)
- Overrides:
notifyBeforeAction
in classDelegateWorkItemActionType
-
name
public EscalateWorkItemActionType name(String value)
- Overrides:
name
in classDelegateWorkItemActionType
-
displayName
public EscalateWorkItemActionType displayName(String value)
- Overrides:
displayName
in classDelegateWorkItemActionType
-
description
public EscalateWorkItemActionType description(String value)
- Overrides:
description
in classDelegateWorkItemActionType
-
documentation
public EscalateWorkItemActionType documentation(String value)
- Overrides:
documentation
in classDelegateWorkItemActionType
-
condition
public EscalateWorkItemActionType condition(ExpressionType value)
- Overrides:
condition
in classDelegateWorkItemActionType
-
beginCondition
public ExpressionType beginCondition()
- Overrides:
beginCondition
in classDelegateWorkItemActionType
-
id
public EscalateWorkItemActionType id(Long value)
- Overrides:
id
in classDelegateWorkItemActionType
-
clone
public EscalateWorkItemActionType clone()
- Overrides:
clone
in classDelegateWorkItemActionType
-
-