|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_1.ModelOperationStateType
public class ModelOperationStateType
A state of a (possibly long-running) operation within the model. The purpose of this data structure is to keep a state of a possibly long-running operation at the level of the model. It is expected to be stored within a task, and used by ModelController to (1) remember its state between invocation of various hooks, which may interrupt the operation execution and defer it until some event occurs (e.g. the workflow hook, which may request a user approval in order to the operation be continued) (2) *MAYBE* transfer information between ModelControl and its hooks EXPERIMENTAL. This type may change.
Java class for ModelOperationStateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModelOperationStateType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="kindOfOperation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ModelOperationKindType"/> <element name="stage" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ModelOperationStageType"/> <element name="operationData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
static javax.xml.namespace.QName |
COMPLEX_TYPE
|
static javax.xml.namespace.QName |
F_KIND_OF_OPERATION
|
static javax.xml.namespace.QName |
F_OPERATION_DATA
|
static javax.xml.namespace.QName |
F_STAGE
|
protected ModelOperationKindType |
kindOfOperation
|
protected java.lang.String |
operationData
|
protected ModelOperationStageType |
stage
|
Constructor Summary | |
---|---|
ModelOperationStateType()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
ModelOperationKindType |
getKindOfOperation()
Gets the value of the kindOfOperation property. |
java.lang.String |
getOperationData()
Gets the value of the operationData property. |
ModelOperationStageType |
getStage()
Gets the value of the stage property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setKindOfOperation(ModelOperationKindType value)
Sets the value of the kindOfOperation property. |
void |
setOperationData(java.lang.String value)
Sets the value of the operationData property. |
void |
setStage(ModelOperationStageType value)
Sets the value of the stage property. |
java.lang.String |
toString()
Generates a String representation of the contents of this type. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected ModelOperationKindType kindOfOperation
protected ModelOperationStageType stage
protected java.lang.String operationData
public static final javax.xml.namespace.QName COMPLEX_TYPE
public static final javax.xml.namespace.QName F_KIND_OF_OPERATION
public static final javax.xml.namespace.QName F_STAGE
public static final javax.xml.namespace.QName F_OPERATION_DATA
Constructor Detail |
---|
public ModelOperationStateType()
Method Detail |
---|
public ModelOperationKindType getKindOfOperation()
ModelOperationKindType
public void setKindOfOperation(ModelOperationKindType value)
value
- allowed object is
ModelOperationKindType
public ModelOperationStageType getStage()
ModelOperationStageType
public void setStage(ModelOperationStageType value)
value
- allowed object is
ModelOperationStageType
public java.lang.String getOperationData()
String
public void setOperationData(java.lang.String value)
value
- allowed object is
String
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |