public class WfPrimaryChangeProcessorStateType extends WfProcessorSpecificStateType implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for WfPrimaryChangeProcessorStateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WfPrimaryChangeProcessorStateType">
<complexContent>
<extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WfProcessorSpecificStateType">
<sequence>
<element name="changeAspect" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="deltasToProcess" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectTreeDeltasType" minOccurs="0"/>
<element name="resultingDeltas" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectTreeDeltasType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_CHANGE_ASPECT |
static QName |
F_DELTAS_TO_PROCESS |
static QName |
F_RESULTING_DELTAS |
| Constructor and Description |
|---|
WfPrimaryChangeProcessorStateType() |
WfPrimaryChangeProcessorStateType(com.evolveum.midpoint.prism.PrismContext prismContext) |
| Modifier and Type | Method and Description |
|---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
WfPrimaryChangeProcessorStateType |
clone() |
boolean |
equals(Object object) |
String |
getChangeAspect() |
ObjectTreeDeltasType |
getDeltasToProcess() |
ObjectTreeDeltasType |
getResultingDeltas() |
int |
hashCode() |
void |
setChangeAspect(String value) |
void |
setDeltasToProcess(ObjectTreeDeltasType value) |
void |
setResultingDeltas(ObjectTreeDeltasType 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_DELTAS_TO_PROCESS
public static final QName F_RESULTING_DELTAS
public WfPrimaryChangeProcessorStateType()
public WfPrimaryChangeProcessorStateType(com.evolveum.midpoint.prism.PrismContext prismContext)
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue in interface com.evolveum.midpoint.prism.ContainerableasPrismContainerValue in class WfProcessorSpecificStateTypepublic void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue in interface com.evolveum.midpoint.prism.ContainerablesetupContainerValue in class WfProcessorSpecificStateTypepublic String toString()
toString in class WfProcessorSpecificStateTypepublic boolean equals(Object object)
equals in class WfProcessorSpecificStateTypepublic int hashCode()
hashCode in class WfProcessorSpecificStateTypepublic String getChangeAspect()
public void setChangeAspect(String value)
public ObjectTreeDeltasType getDeltasToProcess()
public void setDeltasToProcess(ObjectTreeDeltasType value)
public ObjectTreeDeltasType getResultingDeltas()
public void setResultingDeltas(ObjectTreeDeltasType value)
public WfPrimaryChangeProcessorStateType clone()
clone in class WfProcessorSpecificStateTypeCopyright © 2016 Evolveum. All rights reserved.