Class ScriptExpressionProfileType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ScriptExpressionProfileType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class ScriptExpressionProfileType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Specifies restrictions for execution of script expressions.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested 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
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_DECISION
static ItemName
F_DESCRIPTION
static ItemName
F_DOCUMENTATION
static ItemName
F_LANGUAGE
static ItemName
F_PERMISSION_PROFILE
static ItemName
F_TYPE_CHECKING
static Producer<ScriptExpressionProfileType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ScriptExpressionProfileType()
ScriptExpressionProfileType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScriptExpressionProfileType
clone()
ScriptExpressionProfileType
decision(AuthorizationDecisionType value)
ScriptExpressionProfileType
description(String value)
ScriptExpressionProfileType
documentation(String value)
<X> X
end()
boolean
equals(Object other)
AuthorizationDecisionType
getDecision()
String
getDescription()
String
getDocumentation()
String
getLanguage()
String
getPermissionProfile()
ScriptExpressionProfileType
id(Long value)
Boolean
isTypeChecking()
ScriptExpressionProfileType
language(String value)
ScriptExpressionProfileType
permissionProfile(String value)
void
setDecision(AuthorizationDecisionType value)
void
setDescription(String value)
void
setDocumentation(String value)
void
setLanguage(String value)
void
setPermissionProfile(String value)
void
setTypeChecking(Boolean value)
ScriptExpressionProfileType
typeChecking(Boolean value)
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
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, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_LANGUAGE
public static final ItemName F_LANGUAGE
-
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_TYPE_CHECKING
public static final ItemName F_TYPE_CHECKING
-
F_PERMISSION_PROFILE
public static final ItemName F_PERMISSION_PROFILE
-
FACTORY
public static final Producer<ScriptExpressionProfileType> FACTORY
-
-
Constructor Detail
-
ScriptExpressionProfileType
public ScriptExpressionProfileType()
-
ScriptExpressionProfileType
@Deprecated public ScriptExpressionProfileType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getLanguage
public String getLanguage()
-
setLanguage
public void setLanguage(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)
-
isTypeChecking
public Boolean isTypeChecking()
-
setTypeChecking
public void setTypeChecking(Boolean value)
-
getPermissionProfile
public String getPermissionProfile()
-
setPermissionProfile
public void setPermissionProfile(String value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public ScriptExpressionProfileType id(Long value)
-
language
public ScriptExpressionProfileType language(String value)
-
description
public ScriptExpressionProfileType description(String value)
-
documentation
public ScriptExpressionProfileType documentation(String value)
-
decision
public ScriptExpressionProfileType decision(AuthorizationDecisionType value)
-
typeChecking
public ScriptExpressionProfileType typeChecking(Boolean value)
-
permissionProfile
public ScriptExpressionProfileType permissionProfile(String value)
-
end
public <X> X end()
-
clone
public ScriptExpressionProfileType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-