Class NoOpWorkDefinitionType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkDefinitionType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.NoOpWorkDefinitionType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class NoOpWorkDefinitionType extends AbstractWorkDefinitionType
Work definition for a no-op activity.- 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_DELAY
static ItemName
F_STEP_INTERRUPTIBILITY
static ItemName
F_STEPS
static Producer<NoOpWorkDefinitionType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description NoOpWorkDefinitionType()
NoOpWorkDefinitionType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NoOpWorkDefinitionType
clone()
NoOpWorkDefinitionType
delay(Integer value)
<X> X
end()
boolean
equals(Object other)
Integer
getDelay()
NoOpActivityStepInterruptibilityType
getStepInterruptibility()
Integer
getSteps()
NoOpWorkDefinitionType
id(Long value)
void
setDelay(Integer value)
void
setStepInterruptibility(NoOpActivityStepInterruptibilityType value)
void
setSteps(Integer value)
NoOpWorkDefinitionType
stepInterruptibility(NoOpActivityStepInterruptibilityType value)
NoOpWorkDefinitionType
steps(Integer 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_STEPS
public static final ItemName F_STEPS
-
F_DELAY
public static final ItemName F_DELAY
-
F_STEP_INTERRUPTIBILITY
public static final ItemName F_STEP_INTERRUPTIBILITY
-
FACTORY
public static final Producer<NoOpWorkDefinitionType> FACTORY
-
-
Constructor Detail
-
NoOpWorkDefinitionType
public NoOpWorkDefinitionType()
-
NoOpWorkDefinitionType
@Deprecated public NoOpWorkDefinitionType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getSteps
public Integer getSteps()
-
setSteps
public void setSteps(Integer value)
-
getDelay
public Integer getDelay()
-
setDelay
public void setDelay(Integer value)
-
getStepInterruptibility
public NoOpActivityStepInterruptibilityType getStepInterruptibility()
-
setStepInterruptibility
public void setStepInterruptibility(NoOpActivityStepInterruptibilityType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classAbstractWorkDefinitionType
-
id
public NoOpWorkDefinitionType id(Long value)
- Overrides:
id
in classAbstractWorkDefinitionType
-
steps
public NoOpWorkDefinitionType steps(Integer value)
-
delay
public NoOpWorkDefinitionType delay(Integer value)
-
stepInterruptibility
public NoOpWorkDefinitionType stepInterruptibility(NoOpActivityStepInterruptibilityType value)
-
end
public <X> X end()
- Overrides:
end
in classAbstractWorkDefinitionType
-
clone
public NoOpWorkDefinitionType clone()
- Overrides:
clone
in classAbstractWorkDefinitionType
-
-