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,ContainerablePrismBinding,DebugDumpable,Serializable,Cloneable
public class ScriptExecutionObjectType extends 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
AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
ContainerablePrismBinding.ContainerableList<T extends Containerable>, ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_CURRENT_OBJECTstatic ItemNameF_LINK_SOURCEstatic ItemNameF_LINK_TARGETstatic ItemNameF_NAMED_LINK_SOURCEstatic ItemNameF_NAMED_LINK_TARGETstatic 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 ObjectSelectorTypebeginCurrentObject()LinkSourceObjectSelectorTypebeginLinkSource()LinkTargetObjectSelectorTypebeginLinkTarget()ScriptExecutionObjectTypeclone()List<LinkSourceObjectSelectorType>createLinkSourceList()List<LinkTargetObjectSelectorType>createLinkTargetList()ScriptExecutionObjectTypecurrentObject(ObjectSelectorType value)<X> Xend()booleanequals(Object other)ObjectSelectorTypegetCurrentObject()List<LinkSourceObjectSelectorType>getLinkSource()List<LinkTargetObjectSelectorType>getLinkTarget()List<String>getNamedLinkSource()List<String>getNamedLinkTarget()ScriptExecutionObjectTypelinkSource(LinkSourceObjectSelectorType value)ScriptExecutionObjectTypelinkTarget(LinkTargetObjectSelectorType value)ScriptExecutionObjectTypenamedLinkSource(String value)ScriptExecutionObjectTypenamedLinkTarget(String value)voidsetCurrentObject(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:
equalsin classAbstractMutableContainerable
-
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:
clonein classAbstractMutableContainerable
-
-