Class ExpressionProfileType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionProfileType
- All Implemented Interfaces:
Containerable,Freezable,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding,DebugDumpable,Serializable,Cloneable
public class ExpressionProfileType
extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Specifies restrictions for execution of expressions and scripts.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.AnyNested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final Producer<ExpressionProfileType>Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbulkActionsProfile(String value) clone()description(String value) documentation(String value) <X> Xend()booleanfunctionLibrariesProfile(String value) identifier(String value) voidsetBulkActionsProfile(String value) voidvoidsetDescription(String value) voidsetDocumentation(String value) voidvoidsetIdentifier(String value) voidMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutableMethods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerableMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazilyMethods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
Field Details
-
COMPLEX_TYPE
-
F_IDENTIFIER
-
F_DESCRIPTION
-
F_DOCUMENTATION
-
F_DECISION
-
F_EVALUATOR
-
F_BULK_ACTIONS_PROFILE
-
F_FUNCTION_LIBRARIES_PROFILE
-
F_PRIVILEGE_ELEVATION
-
FACTORY
-
-
Constructor Details
-
ExpressionProfileType
public ExpressionProfileType() -
ExpressionProfileType
Deprecated.
-
-
Method Details
-
getIdentifier
-
setIdentifier
-
getDescription
-
setDescription
-
getDocumentation
-
setDocumentation
-
getDecision
-
setDecision
-
getEvaluator
-
createEvaluatorList
-
getBulkActionsProfile
-
setBulkActionsProfile
-
getFunctionLibrariesProfile
-
setFunctionLibrariesProfile
-
getPrivilegeElevation
-
setPrivilegeElevation
-
equals
- Overrides:
equalsin classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
-
identifier
-
description
-
documentation
-
decision
-
evaluator
-
beginEvaluator
-
bulkActionsProfile
-
functionLibrariesProfile
-
privilegeElevation
-
end
public <X> X end() -
clone
- Overrides:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-