Class AbstractWorkItemActionType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkItemActionType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
CompleteWorkItemActionType
,DelegateWorkItemActionType
,WorkItemNotificationActionType
public class AbstractWorkItemActionType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
TODO 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_CONDITION
static ItemName
F_DESCRIPTION
static ItemName
F_DISPLAY_NAME
static ItemName
F_DOCUMENTATION
static ItemName
F_NAME
static Producer<AbstractWorkItemActionType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description AbstractWorkItemActionType()
AbstractWorkItemActionType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpressionType
beginCondition()
AbstractWorkItemActionType
clone()
AbstractWorkItemActionType
condition(ExpressionType value)
AbstractWorkItemActionType
description(String value)
AbstractWorkItemActionType
displayName(String value)
AbstractWorkItemActionType
documentation(String value)
<X> X
end()
boolean
equals(Object other)
ExpressionType
getCondition()
String
getDescription()
String
getDisplayName()
String
getDocumentation()
String
getName()
AbstractWorkItemActionType
id(Long value)
AbstractWorkItemActionType
name(String value)
void
setCondition(ExpressionType value)
void
setDescription(String value)
void
setDisplayName(String value)
void
setDocumentation(String value)
void
setName(String 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_NAME
public static final ItemName F_NAME
-
F_DISPLAY_NAME
public static final ItemName F_DISPLAY_NAME
-
F_DESCRIPTION
public static final ItemName F_DESCRIPTION
-
F_DOCUMENTATION
public static final ItemName F_DOCUMENTATION
-
F_CONDITION
public static final ItemName F_CONDITION
-
FACTORY
public static final Producer<AbstractWorkItemActionType> FACTORY
-
-
Constructor Detail
-
AbstractWorkItemActionType
public AbstractWorkItemActionType()
-
AbstractWorkItemActionType
@Deprecated public AbstractWorkItemActionType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String value)
-
getDisplayName
public String getDisplayName()
-
setDisplayName
public void setDisplayName(String value)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String value)
-
getDocumentation
public String getDocumentation()
-
setDocumentation
public void setDocumentation(String value)
-
getCondition
public ExpressionType getCondition()
-
setCondition
public void setCondition(ExpressionType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public AbstractWorkItemActionType id(Long value)
-
name
public AbstractWorkItemActionType name(String value)
-
displayName
public AbstractWorkItemActionType displayName(String value)
-
description
public AbstractWorkItemActionType description(String value)
-
documentation
public AbstractWorkItemActionType documentation(String value)
-
condition
public AbstractWorkItemActionType condition(ExpressionType value)
-
beginCondition
public ExpressionType beginCondition()
-
end
public <X> X end()
-
clone
public AbstractWorkItemActionType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-