public class PrimaryChangeProcessorState extends ProcessorSpecificState implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for PrimaryChangeProcessorState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrimaryChangeProcessorState"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/model/workflow/process-instance-state-3}ProcessorSpecificState"> <sequence> <element name="changeAspect" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="objectToBeAdded" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectType" minOccurs="0"/> <element name="objectToBeAddedRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="delta" type="{http://prism.evolveum.com/xml/ns/public/types-3}ObjectDeltaType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_CHANGE_ASPECT |
static QName |
F_DELTA |
static QName |
F_OBJECT_TO_BE_ADDED |
static QName |
F_OBJECT_TO_BE_ADDED_REF |
Constructor and Description |
---|
PrimaryChangeProcessorState() |
PrimaryChangeProcessorState(com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
PrimaryChangeProcessorState |
clone() |
boolean |
equals(Object object) |
String |
getChangeAspect() |
com.evolveum.prism.xml.ns._public.types_3.ObjectDeltaType |
getDelta() |
ObjectType |
getObjectToBeAdded() |
ObjectReferenceType |
getObjectToBeAddedRef() |
int |
hashCode() |
void |
setChangeAspect(String value) |
void |
setDelta(com.evolveum.prism.xml.ns._public.types_3.ObjectDeltaType value) |
void |
setObjectToBeAdded(ObjectType value) |
void |
setObjectToBeAddedRef(ObjectReferenceType value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_CHANGE_ASPECT
public static final QName F_OBJECT_TO_BE_ADDED
public static final QName F_OBJECT_TO_BE_ADDED_REF
public static final QName F_DELTA
public PrimaryChangeProcessorState()
public PrimaryChangeProcessorState(com.evolveum.midpoint.prism.PrismContext prismContext)
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface com.evolveum.midpoint.prism.Containerable
asPrismContainerValue
in class ProcessorSpecificState
public void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue
in interface com.evolveum.midpoint.prism.Containerable
setupContainerValue
in class ProcessorSpecificState
public String toString()
toString
in class ProcessorSpecificState
public boolean equals(Object object)
equals
in class ProcessorSpecificState
public int hashCode()
hashCode
in class ProcessorSpecificState
public String getChangeAspect()
public void setChangeAspect(String value)
public ObjectType getObjectToBeAdded()
public void setObjectToBeAdded(ObjectType value)
public ObjectReferenceType getObjectToBeAddedRef()
public void setObjectToBeAddedRef(ObjectReferenceType value)
public com.evolveum.prism.xml.ns._public.types_3.ObjectDeltaType getDelta()
public void setDelta(com.evolveum.prism.xml.ns._public.types_3.ObjectDeltaType value)
public PrimaryChangeProcessorState clone()
clone
in class ProcessorSpecificState
Copyright © 2014 Evolveum. All rights reserved.