Class PendingOperationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.PendingOperationType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class PendingOperationType extends Object implements Serializable, Cloneable, Containerable
Description of an operation that is pending (in progress) or that was recently completed.Java class for PendingOperationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PendingOperationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="type" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PendingOperationTypeType" minOccurs="0"/> <element name="delta" type="{http://prism.evolveum.com/xml/ns/public/types-3}ObjectDeltaType" minOccurs="0"/> <element name="requestTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="operationStartTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="lastAttemptTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="completionTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="executionStatus" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PendingOperationExecutionStatusType" minOccurs="0"/> <element name="resultStatus" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultStatusType" minOccurs="0"/> <element name="asynchronousOperationReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="attemptNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_ASYNCHRONOUS_OPERATION_REFERENCE
static ItemName
F_ATTEMPT_NUMBER
static ItemName
F_COMPLETION_TIMESTAMP
static ItemName
F_DELTA
static ItemName
F_EXECUTION_STATUS
static ItemName
F_LAST_ATTEMPT_TIMESTAMP
static ItemName
F_OPERATION_START_TIMESTAMP
static ItemName
F_REQUEST_TIMESTAMP
static ItemName
F_RESULT_STATUS
static ItemName
F_TYPE
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description PendingOperationType()
PendingOperationType(PrismContext prismContext)
-
Method Summary
-
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
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_TYPE
public static final ItemName F_TYPE
-
F_DELTA
public static final ItemName F_DELTA
-
F_REQUEST_TIMESTAMP
public static final ItemName F_REQUEST_TIMESTAMP
-
F_OPERATION_START_TIMESTAMP
public static final ItemName F_OPERATION_START_TIMESTAMP
-
F_LAST_ATTEMPT_TIMESTAMP
public static final ItemName F_LAST_ATTEMPT_TIMESTAMP
-
F_COMPLETION_TIMESTAMP
public static final ItemName F_COMPLETION_TIMESTAMP
-
F_EXECUTION_STATUS
public static final ItemName F_EXECUTION_STATUS
-
F_RESULT_STATUS
public static final ItemName F_RESULT_STATUS
-
F_ASYNCHRONOUS_OPERATION_REFERENCE
public static final ItemName F_ASYNCHRONOUS_OPERATION_REFERENCE
-
F_ATTEMPT_NUMBER
public static final ItemName F_ATTEMPT_NUMBER
-
-
Constructor Detail
-
PendingOperationType
public PendingOperationType()
-
PendingOperationType
public PendingOperationType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
-
end
public <X> X end()
-
getType
public PendingOperationTypeType getType()
-
setType
public void setType(PendingOperationTypeType value)
-
getDelta
public ObjectDeltaType getDelta()
-
setDelta
public void setDelta(ObjectDeltaType value)
-
getRequestTimestamp
public XMLGregorianCalendar getRequestTimestamp()
-
setRequestTimestamp
public void setRequestTimestamp(XMLGregorianCalendar value)
-
getOperationStartTimestamp
public XMLGregorianCalendar getOperationStartTimestamp()
-
setOperationStartTimestamp
public void setOperationStartTimestamp(XMLGregorianCalendar value)
-
getLastAttemptTimestamp
public XMLGregorianCalendar getLastAttemptTimestamp()
-
setLastAttemptTimestamp
public void setLastAttemptTimestamp(XMLGregorianCalendar value)
-
getCompletionTimestamp
public XMLGregorianCalendar getCompletionTimestamp()
-
setCompletionTimestamp
public void setCompletionTimestamp(XMLGregorianCalendar value)
-
getExecutionStatus
public PendingOperationExecutionStatusType getExecutionStatus()
-
setExecutionStatus
public void setExecutionStatus(PendingOperationExecutionStatusType value)
-
getResultStatus
public OperationResultStatusType getResultStatus()
-
setResultStatus
public void setResultStatus(OperationResultStatusType value)
-
getAsynchronousOperationReference
public String getAsynchronousOperationReference()
-
setAsynchronousOperationReference
public void setAsynchronousOperationReference(String value)
-
getAttemptNumber
public Integer getAttemptNumber()
-
setAttemptNumber
public void setAttemptNumber(Integer value)
-
getId
public Long getId()
-
setId
public void setId(Long value)
-
type
public PendingOperationType type(PendingOperationTypeType value)
-
delta
public PendingOperationType delta(ObjectDeltaType value)
-
beginDelta
public ObjectDeltaType beginDelta()
-
requestTimestamp
public PendingOperationType requestTimestamp(XMLGregorianCalendar value)
-
requestTimestamp
public PendingOperationType requestTimestamp(String value)
-
operationStartTimestamp
public PendingOperationType operationStartTimestamp(XMLGregorianCalendar value)
-
operationStartTimestamp
public PendingOperationType operationStartTimestamp(String value)
-
lastAttemptTimestamp
public PendingOperationType lastAttemptTimestamp(XMLGregorianCalendar value)
-
lastAttemptTimestamp
public PendingOperationType lastAttemptTimestamp(String value)
-
completionTimestamp
public PendingOperationType completionTimestamp(XMLGregorianCalendar value)
-
completionTimestamp
public PendingOperationType completionTimestamp(String value)
-
executionStatus
public PendingOperationType executionStatus(PendingOperationExecutionStatusType value)
-
resultStatus
public PendingOperationType resultStatus(OperationResultStatusType value)
-
asynchronousOperationReference
public PendingOperationType asynchronousOperationReference(String value)
-
attemptNumber
public PendingOperationType attemptNumber(Integer value)
-
id
public PendingOperationType id(Long value)
-
clone
public PendingOperationType clone()
-
-