public class PcpAspectConfigurationType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for PcpAspectConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PcpAspectConfigurationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" 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"/> <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"/> <element name="automaticallyApproved" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/> </sequence> </restriction> </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_AUTOMATICALLY_APPROVED |
static QName |
F_ENABLED |
Constructor and Description |
---|
PcpAspectConfigurationType() |
PcpAspectConfigurationType(com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
PcpAspectConfigurationType |
clone() |
boolean |
equals(Object object) |
String |
getApprovalProcess() |
ApprovalSchemaType |
getApprovalSchema() |
List<ExpressionType> |
getApproverExpression() |
List<ObjectReferenceType> |
getApproverRef() |
ExpressionType |
getAutomaticallyApproved() |
int |
hashCode() |
Boolean |
isEnabled() |
void |
setApprovalProcess(String value) |
void |
setApprovalSchema(ApprovalSchemaType value) |
void |
setAutomaticallyApproved(ExpressionType value) |
void |
setEnabled(Boolean value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_ENABLED
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 PcpAspectConfigurationType()
public PcpAspectConfigurationType(com.evolveum.midpoint.prism.PrismContext prismContext)
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public Boolean isEnabled()
public void setEnabled(Boolean 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 PcpAspectConfigurationType clone()
Copyright © 2015 Evolveum. All rights reserved.