public class ApprovalPolicyActionType extends PolicyActionType implements Serializable, Cloneable, Containerable
Java class for ApprovalPolicyActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApprovalPolicyActionType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PolicyActionType"> <sequence> <element name="compositionStrategy" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ApprovalCompositionStrategyType" minOccurs="0"/> <choice> <sequence> <element name="approverRelation" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/> <element name="approverRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/> <element name="approverExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <element name="approvalSchema" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ApprovalSchemaType" minOccurs="0"/> <element name="approvalProcess" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </choice> <element name="automaticallyApproved" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_APPROVAL_PROCESS |
static QName |
F_APPROVAL_SCHEMA |
static QName |
F_APPROVER_EXPRESSION |
static QName |
F_APPROVER_REF |
static QName |
F_APPROVER_RELATION |
static QName |
F_AUTOMATICALLY_APPROVED |
static QName |
F_COMPOSITION_STRATEGY |
F_DESCRIPTION, F_NAME
Constructor and Description |
---|
ApprovalPolicyActionType() |
ApprovalPolicyActionType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
ApprovalPolicyActionType |
clone() |
boolean |
equals(Object object) |
String |
getApprovalProcess() |
ApprovalSchemaType |
getApprovalSchema() |
List<ExpressionType> |
getApproverExpression() |
List<ObjectReferenceType> |
getApproverRef() |
List<QName> |
getApproverRelation() |
ExpressionType |
getAutomaticallyApproved() |
ApprovalCompositionStrategyType |
getCompositionStrategy() |
int |
hashCode() |
void |
setApprovalProcess(String value) |
void |
setApprovalSchema(ApprovalSchemaType value) |
void |
setAutomaticallyApproved(ExpressionType value) |
void |
setCompositionStrategy(ApprovalCompositionStrategyType value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
getDescription, getName, setDescription, setName
public static final QName COMPLEX_TYPE
public static final QName F_COMPOSITION_STRATEGY
public static final QName F_APPROVER_RELATION
public static final QName F_APPROVER_REF
public static final QName F_APPROVER_EXPRESSION
public static final QName F_APPROVAL_SCHEMA
public static final QName F_APPROVAL_PROCESS
public static final QName F_AUTOMATICALLY_APPROVED
public ApprovalPolicyActionType()
public ApprovalPolicyActionType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
asPrismContainerValue
in class PolicyActionType
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
setupContainerValue
in class PolicyActionType
public String toString()
toString
in class PolicyActionType
public boolean equals(Object object)
equals
in class PolicyActionType
public int hashCode()
hashCode
in class PolicyActionType
public ApprovalCompositionStrategyType getCompositionStrategy()
public void setCompositionStrategy(ApprovalCompositionStrategyType value)
public List<ObjectReferenceType> getApproverRef()
public List<ExpressionType> getApproverExpression()
public ApprovalSchemaType getApprovalSchema()
public void setApprovalSchema(ApprovalSchemaType value)
public String getApprovalProcess()
public void setApprovalProcess(String value)
public ExpressionType getAutomaticallyApproved()
public void setAutomaticallyApproved(ExpressionType value)
public ApprovalPolicyActionType clone()
clone
in class PolicyActionType
Copyright © 2016 Evolveum. All rights reserved.