Class PendingOperationType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.PendingOperationType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class PendingOperationType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Description of an operation that is pending (in progress) or that was recently completed.- 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_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
static Producer<PendingOperationType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description PendingOperationType()
PendingOperationType(PrismContext context)
Deprecated.
-
Method Summary
-
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_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
-
FACTORY
public static final Producer<PendingOperationType> FACTORY
-
-
Constructor Detail
-
PendingOperationType
public PendingOperationType()
-
PendingOperationType
@Deprecated public PendingOperationType(PrismContext context)
Deprecated.
-
-
Method Detail
-
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)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public PendingOperationType id(Long value)
-
type
public PendingOperationType type(PendingOperationTypeType value)
-
delta
public PendingOperationType delta(ObjectDeltaType value)
-
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)
-
end
public <X> X end()
-
clone
public PendingOperationType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-