Class WfProcessSpecificationType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.WfProcessSpecificationType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class WfProcessSpecificationType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Specification of a process that is to be started. 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_APPROVAL_DISPLAY_NAME
static ItemName
F_DELTA_FROM
static ItemName
F_INCLUDE_ACTION
static ItemName
F_INCLUDE_ACTION_IF_PRESENT
static ItemName
F_NAME
static ItemName
F_ORDER
static ItemName
F_REF
static Producer<WfProcessSpecificationType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description WfProcessSpecificationType()
WfProcessSpecificationType(PrismContext context)
Deprecated.
-
Method Summary
-
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_REF
public static final ItemName F_REF
-
F_NAME
public static final ItemName F_NAME
-
F_ORDER
public static final ItemName F_ORDER
-
F_DELTA_FROM
public static final ItemName F_DELTA_FROM
-
F_INCLUDE_ACTION
public static final ItemName F_INCLUDE_ACTION
-
F_INCLUDE_ACTION_IF_PRESENT
public static final ItemName F_INCLUDE_ACTION_IF_PRESENT
-
F_APPROVAL_DISPLAY_NAME
public static final ItemName F_APPROVAL_DISPLAY_NAME
-
FACTORY
public static final Producer<WfProcessSpecificationType> FACTORY
-
-
Constructor Detail
-
WfProcessSpecificationType
public WfProcessSpecificationType()
-
WfProcessSpecificationType
@Deprecated public WfProcessSpecificationType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getRef
public String getRef()
-
setRef
public void setRef(String value)
-
getName
public String getName()
-
setName
public void setName(String value)
-
getOrder
public Integer getOrder()
-
setOrder
public void setOrder(Integer value)
-
getDeltaFrom
public List<DeltaSourceSpecificationType> getDeltaFrom()
-
createDeltaFromList
public List<DeltaSourceSpecificationType> createDeltaFromList()
-
getApprovalDisplayName
public LocalizableMessageTemplateType getApprovalDisplayName()
-
setApprovalDisplayName
public void setApprovalDisplayName(LocalizableMessageTemplateType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
ref
public WfProcessSpecificationType ref(String value)
-
name
public WfProcessSpecificationType name(String value)
-
order
public WfProcessSpecificationType order(Integer value)
-
deltaFrom
public WfProcessSpecificationType deltaFrom(DeltaSourceSpecificationType value)
-
beginDeltaFrom
public DeltaSourceSpecificationType beginDeltaFrom()
-
includeAction
public WfProcessSpecificationType includeAction(String value)
-
includeActionIfPresent
public WfProcessSpecificationType includeActionIfPresent(String value)
-
approvalDisplayName
public WfProcessSpecificationType approvalDisplayName(LocalizableMessageTemplateType value)
-
beginApprovalDisplayName
public LocalizableMessageTemplateType beginApprovalDisplayName()
-
end
public <X> X end()
-
clone
public WfProcessSpecificationType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-