Class ScriptExecutionPolicyActionType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.PolicyActionType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ScriptExecutionPolicyActionType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class ScriptExecutionPolicyActionType extends PolicyActionType
TODO HIGHLY EXPERIMENTAL. Use at your own risk. No guarantees here.- 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_ASYNCHRONOUS_EXECUTION
static ItemName
F_EXECUTE_SCRIPT
static ItemName
F_OBJECT
static ItemName
F_RUN_AS_REF
static Producer<ScriptExecutionPolicyActionType>
FACTORY
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.PolicyActionType
F_CONDITION, F_DESCRIPTION, F_DOCUMENTATION, F_NAME
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ScriptExecutionPolicyActionType()
ScriptExecutionPolicyActionType(PrismContext context)
Deprecated.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.PolicyActionType
getCondition, getDescription, getDocumentation, getName, setCondition, setDescription, setDocumentation, setName
-
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_OBJECT
public static final ItemName F_OBJECT
-
F_EXECUTE_SCRIPT
public static final ItemName F_EXECUTE_SCRIPT
-
F_ASYNCHRONOUS_EXECUTION
public static final ItemName F_ASYNCHRONOUS_EXECUTION
-
F_RUN_AS_REF
public static final ItemName F_RUN_AS_REF
-
FACTORY
public static final Producer<ScriptExecutionPolicyActionType> FACTORY
-
-
Constructor Detail
-
ScriptExecutionPolicyActionType
public ScriptExecutionPolicyActionType()
-
ScriptExecutionPolicyActionType
@Deprecated public ScriptExecutionPolicyActionType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getObject
public ScriptExecutionObjectType getObject()
-
setObject
public void setObject(ScriptExecutionObjectType value)
-
getExecuteScript
public List<ExecuteScriptType> getExecuteScript()
-
getAsynchronousExecution
public AsynchronousScriptExecutionType getAsynchronousExecution()
-
setAsynchronousExecution
public void setAsynchronousExecution(AsynchronousScriptExecutionType value)
-
getRunAsRef
public ObjectReferenceType getRunAsRef()
-
setRunAsRef
public void setRunAsRef(ObjectReferenceType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classPolicyActionType
-
id
public ScriptExecutionPolicyActionType id(Long value)
- Overrides:
id
in classPolicyActionType
-
object
public ScriptExecutionPolicyActionType object(ScriptExecutionObjectType value)
-
beginObject
public ScriptExecutionObjectType beginObject()
-
executeScript
public ScriptExecutionPolicyActionType executeScript(ExecuteScriptType value)
-
beginExecuteScript
public ExecuteScriptType beginExecuteScript()
-
asynchronousExecution
public ScriptExecutionPolicyActionType asynchronousExecution(AsynchronousScriptExecutionType value)
-
beginAsynchronousExecution
public AsynchronousScriptExecutionType beginAsynchronousExecution()
-
runAsRef
public ScriptExecutionPolicyActionType runAsRef(ObjectReferenceType value)
-
runAsRef
public ScriptExecutionPolicyActionType runAsRef(String oid, QName type)
-
runAsRef
public ScriptExecutionPolicyActionType runAsRef(String oid, QName type, QName relation)
-
beginRunAsRef
public ObjectReferenceType beginRunAsRef()
-
name
public ScriptExecutionPolicyActionType name(String value)
- Overrides:
name
in classPolicyActionType
-
description
public ScriptExecutionPolicyActionType description(String value)
- Overrides:
description
in classPolicyActionType
-
documentation
public ScriptExecutionPolicyActionType documentation(String value)
- Overrides:
documentation
in classPolicyActionType
-
condition
public ScriptExecutionPolicyActionType condition(ExpressionType value)
- Overrides:
condition
in classPolicyActionType
-
beginCondition
public ExpressionType beginCondition()
- Overrides:
beginCondition
in classPolicyActionType
-
end
public <X> X end()
- Overrides:
end
in classPolicyActionType
-
clone
public ScriptExecutionPolicyActionType clone()
- Overrides:
clone
in classPolicyActionType
-
-