public class ApprovalSchemaImpl extends Object implements ApprovalSchema, Serializable
Constructor and Description |
---|
ApprovalSchemaImpl(com.evolveum.midpoint.xml.ns._public.common.common_3.ApprovalSchemaType approvalSchema,
List<com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectReferenceType> approverRefList,
List<com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType> approverExpressionList,
com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType automaticallyApproved,
PrismContext prismContext) |
ApprovalSchemaImpl(com.evolveum.midpoint.xml.ns._public.common.common_3.ApprovalSchemaType approvalSchemaType,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
void |
addLevel(ApprovalLevelImpl level) |
void |
addLevel(com.evolveum.midpoint.xml.ns._public.common.common_3.ApprovalLevelType levelType) |
String |
getDescription() |
List<? extends ApprovalLevel> |
getLevels() |
String |
getName() |
PrismContext |
getPrismContext() |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setPrismContext(PrismContext prismContext) |
com.evolveum.midpoint.xml.ns._public.common.common_3.ApprovalSchemaType |
toApprovalSchemaType() |
void |
toApprovalSchemaType(com.evolveum.midpoint.xml.ns._public.common.common_3.ApprovalSchemaType approvalSchemaType) |
String |
toString() |
public ApprovalSchemaImpl(com.evolveum.midpoint.xml.ns._public.common.common_3.ApprovalSchemaType approvalSchemaType, PrismContext prismContext)
public ApprovalSchemaImpl(com.evolveum.midpoint.xml.ns._public.common.common_3.ApprovalSchemaType approvalSchema, List<com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectReferenceType> approverRefList, List<com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType> approverExpressionList, com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType automaticallyApproved, PrismContext prismContext)
public String getName()
getName
in interface ApprovalSchema
public void setName(String name)
public String getDescription()
getDescription
in interface ApprovalSchema
public void setDescription(String description)
public List<? extends ApprovalLevel> getLevels()
getLevels
in interface ApprovalSchema
public PrismContext getPrismContext()
getPrismContext
in interface ApprovalSchema
public void setPrismContext(PrismContext prismContext)
setPrismContext
in interface ApprovalSchema
public void toApprovalSchemaType(com.evolveum.midpoint.xml.ns._public.common.common_3.ApprovalSchemaType approvalSchemaType)
toApprovalSchemaType
in interface ApprovalSchema
public com.evolveum.midpoint.xml.ns._public.common.common_3.ApprovalSchemaType toApprovalSchemaType()
toApprovalSchemaType
in interface ApprovalSchema
public void addLevel(ApprovalLevelImpl level)
public void addLevel(com.evolveum.midpoint.xml.ns._public.common.common_3.ApprovalLevelType levelType)
Copyright © 2016 evolveum. All rights reserved.