Class GuiActionType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.GuiActionType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class GuiActionType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Actions are special things that can be done with particular object or list of objects. Action may be a task, or (later) a script, java class or any similar mechanism.- 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_DESCRIPTION
static ItemName
F_DISPLAY
static ItemName
F_DOCUMENTATION
static ItemName
F_NAME
static ItemName
F_TASK_TEMPLATE_REF
static Producer<GuiActionType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description GuiActionType()
GuiActionType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DisplayType
beginDisplay()
ObjectReferenceType
beginTaskTemplateRef()
GuiActionType
clone()
GuiActionType
description(String value)
GuiActionType
display(DisplayType value)
GuiActionType
documentation(String value)
<X> X
end()
boolean
equals(Object other)
String
getDescription()
DisplayType
getDisplay()
String
getDocumentation()
String
getName()
ObjectReferenceType
getTaskTemplateRef()
GuiActionType
id(Long value)
GuiActionType
name(String value)
void
setDescription(String value)
void
setDisplay(DisplayType value)
void
setDocumentation(String value)
void
setName(String value)
void
setTaskTemplateRef(ObjectReferenceType value)
GuiActionType
taskTemplateRef(ObjectReferenceType value)
GuiActionType
taskTemplateRef(String oid, QName type)
GuiActionType
taskTemplateRef(String oid, QName type, QName relation)
-
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_NAME
public static final ItemName F_NAME
-
F_DESCRIPTION
public static final ItemName F_DESCRIPTION
-
F_DOCUMENTATION
public static final ItemName F_DOCUMENTATION
-
F_DISPLAY
public static final ItemName F_DISPLAY
-
F_TASK_TEMPLATE_REF
public static final ItemName F_TASK_TEMPLATE_REF
-
FACTORY
public static final Producer<GuiActionType> FACTORY
-
-
Constructor Detail
-
GuiActionType
public GuiActionType()
-
GuiActionType
@Deprecated public GuiActionType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String value)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String value)
-
getDocumentation
public String getDocumentation()
-
setDocumentation
public void setDocumentation(String value)
-
getDisplay
public DisplayType getDisplay()
-
setDisplay
public void setDisplay(DisplayType value)
-
getTaskTemplateRef
public ObjectReferenceType getTaskTemplateRef()
-
setTaskTemplateRef
public void setTaskTemplateRef(ObjectReferenceType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public GuiActionType id(Long value)
-
name
public GuiActionType name(String value)
-
description
public GuiActionType description(String value)
-
documentation
public GuiActionType documentation(String value)
-
display
public GuiActionType display(DisplayType value)
-
beginDisplay
public DisplayType beginDisplay()
-
taskTemplateRef
public GuiActionType taskTemplateRef(ObjectReferenceType value)
-
taskTemplateRef
public GuiActionType taskTemplateRef(String oid, QName type)
-
taskTemplateRef
public GuiActionType taskTemplateRef(String oid, QName type, QName relation)
-
beginTaskTemplateRef
public ObjectReferenceType beginTaskTemplateRef()
-
end
public <X> X end()
-
clone
public GuiActionType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-