Class ScriptExecutionObjectType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ScriptExecutionObjectType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class ScriptExecutionObjectType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Object(s) on which the script should be executed. EXPERIMENTAL- 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_CURRENT_OBJECT
static ItemName
F_LINK_SOURCE
static ItemName
F_LINK_TARGET
static ItemName
F_NAMED_LINK_SOURCE
static ItemName
F_NAMED_LINK_TARGET
static Producer<ScriptExecutionObjectType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ScriptExecutionObjectType()
ScriptExecutionObjectType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectSelectorType
beginCurrentObject()
LinkSourceObjectSelectorType
beginLinkSource()
LinkTargetObjectSelectorType
beginLinkTarget()
ScriptExecutionObjectType
clone()
List<LinkSourceObjectSelectorType>
createLinkSourceList()
List<LinkTargetObjectSelectorType>
createLinkTargetList()
ScriptExecutionObjectType
currentObject(ObjectSelectorType value)
<X> X
end()
boolean
equals(Object other)
ObjectSelectorType
getCurrentObject()
List<LinkSourceObjectSelectorType>
getLinkSource()
List<LinkTargetObjectSelectorType>
getLinkTarget()
List<String>
getNamedLinkSource()
List<String>
getNamedLinkTarget()
ScriptExecutionObjectType
linkSource(LinkSourceObjectSelectorType value)
ScriptExecutionObjectType
linkTarget(LinkTargetObjectSelectorType value)
ScriptExecutionObjectType
namedLinkSource(String value)
ScriptExecutionObjectType
namedLinkTarget(String value)
void
setCurrentObject(ObjectSelectorType 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_CURRENT_OBJECT
public static final ItemName F_CURRENT_OBJECT
-
F_LINK_TARGET
public static final ItemName F_LINK_TARGET
-
F_NAMED_LINK_TARGET
public static final ItemName F_NAMED_LINK_TARGET
-
F_LINK_SOURCE
public static final ItemName F_LINK_SOURCE
-
F_NAMED_LINK_SOURCE
public static final ItemName F_NAMED_LINK_SOURCE
-
FACTORY
public static final Producer<ScriptExecutionObjectType> FACTORY
-
-
Constructor Detail
-
ScriptExecutionObjectType
public ScriptExecutionObjectType()
-
ScriptExecutionObjectType
@Deprecated public ScriptExecutionObjectType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getCurrentObject
public ObjectSelectorType getCurrentObject()
-
setCurrentObject
public void setCurrentObject(ObjectSelectorType value)
-
getLinkTarget
public List<LinkTargetObjectSelectorType> getLinkTarget()
-
createLinkTargetList
public List<LinkTargetObjectSelectorType> createLinkTargetList()
-
getLinkSource
public List<LinkSourceObjectSelectorType> getLinkSource()
-
createLinkSourceList
public List<LinkSourceObjectSelectorType> createLinkSourceList()
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
currentObject
public ScriptExecutionObjectType currentObject(ObjectSelectorType value)
-
beginCurrentObject
public ObjectSelectorType beginCurrentObject()
-
linkTarget
public ScriptExecutionObjectType linkTarget(LinkTargetObjectSelectorType value)
-
beginLinkTarget
public LinkTargetObjectSelectorType beginLinkTarget()
-
namedLinkTarget
public ScriptExecutionObjectType namedLinkTarget(String value)
-
linkSource
public ScriptExecutionObjectType linkSource(LinkSourceObjectSelectorType value)
-
beginLinkSource
public LinkSourceObjectSelectorType beginLinkSource()
-
namedLinkSource
public ScriptExecutionObjectType namedLinkSource(String value)
-
end
public <X> X end()
-
clone
public ScriptExecutionObjectType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-