Class ExpressionProfileType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionProfileType
-
- All Implemented Interfaces:
Containerable,DebugDumpable,Serializable,Cloneable
public class ExpressionProfileType extends Object implements Serializable, Cloneable, Containerable
Specifies restrictions for execution of expressions and scripts.Java class for ExpressionProfileType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExpressionProfileType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="identifier" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}documentation" minOccurs="0"/> <element name="decision" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AuthorizationDecisionType"/> <element name="evaluator" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionEvaluatorProfileType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_DECISIONstatic ItemNameF_DESCRIPTIONstatic ItemNameF_DOCUMENTATIONstatic ItemNameF_EVALUATORstatic ItemNameF_IDENTIFIER-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ExpressionProfileType()ExpressionProfileType(PrismContext prismContext)
-
Method Summary
-
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
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_IDENTIFIER
public static final ItemName F_IDENTIFIER
-
F_DESCRIPTION
public static final ItemName F_DESCRIPTION
-
F_DOCUMENTATION
public static final ItemName F_DOCUMENTATION
-
F_DECISION
public static final ItemName F_DECISION
-
F_EVALUATOR
public static final ItemName F_EVALUATOR
-
-
Constructor Detail
-
ExpressionProfileType
public ExpressionProfileType()
-
ExpressionProfileType
public ExpressionProfileType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValuein interfaceContainerable
-
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
-
end
public <X> X end()
-
getIdentifier
public String getIdentifier()
-
setIdentifier
public void setIdentifier(String value)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String value)
-
getDocumentation
public String getDocumentation()
-
setDocumentation
public void setDocumentation(String value)
-
getDecision
public AuthorizationDecisionType getDecision()
-
setDecision
public void setDecision(AuthorizationDecisionType value)
-
getEvaluator
public List<ExpressionEvaluatorProfileType> getEvaluator()
-
createEvaluatorList
public List<ExpressionEvaluatorProfileType> createEvaluatorList()
-
getId
public Long getId()
-
setId
public void setId(Long value)
-
identifier
public ExpressionProfileType identifier(String value)
-
description
public ExpressionProfileType description(String value)
-
documentation
public ExpressionProfileType documentation(String value)
-
decision
public ExpressionProfileType decision(AuthorizationDecisionType value)
-
evaluator
public ExpressionProfileType evaluator(ExpressionEvaluatorProfileType value)
-
beginEvaluator
public ExpressionEvaluatorProfileType beginEvaluator()
-
id
public ExpressionProfileType id(Long value)
-
clone
public ExpressionProfileType clone()
-
-