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:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.AnyNested 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
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final Producer<PendingOperationType>Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattemptNumber(Integer value) clone()completionTimestamp(String value) delta(ObjectDeltaType value) <X> Xend()booleangetDelta()getType()lastAttemptTimestamp(String value) operationStartTimestamp(String value) requestTimestamp(String value) voidvoidsetAttemptNumber(Integer value) voidvoidsetDelta(ObjectDeltaType value) voidvoidvoidvoidvoidvoidsetType(PendingOperationTypeType value) type(PendingOperationTypeType value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, cloneWithoutIdAndMetadata, debugDump, freeze, isImmutableMethods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerableMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazilyMethods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
Field Details
-
COMPLEX_TYPE
-
F_TYPE
-
F_DELTA
-
F_REQUEST_TIMESTAMP
-
F_OPERATION_START_TIMESTAMP
-
F_LAST_ATTEMPT_TIMESTAMP
-
F_COMPLETION_TIMESTAMP
-
F_EXECUTION_STATUS
-
F_RESULT_STATUS
-
F_ASYNCHRONOUS_OPERATION_REFERENCE
-
F_ATTEMPT_NUMBER
-
FACTORY
-
-
Constructor Details
-
PendingOperationType
public PendingOperationType() -
PendingOperationType
Deprecated.
-
-
Method Details
-
getType
-
setType
-
getDelta
-
setDelta
-
getRequestTimestamp
-
setRequestTimestamp
-
getOperationStartTimestamp
-
setOperationStartTimestamp
-
getLastAttemptTimestamp
-
setLastAttemptTimestamp
-
getCompletionTimestamp
-
setCompletionTimestamp
-
getExecutionStatus
-
setExecutionStatus
-
getResultStatus
-
setResultStatus
-
getAsynchronousOperationReference
-
setAsynchronousOperationReference
-
getAttemptNumber
-
setAttemptNumber
-
equals
- Overrides:
equalsin classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
-
type
-
delta
-
requestTimestamp
-
requestTimestamp
-
operationStartTimestamp
-
operationStartTimestamp
-
lastAttemptTimestamp
-
lastAttemptTimestamp
-
completionTimestamp
-
completionTimestamp
-
executionStatus
-
resultStatus
-
asynchronousOperationReference
-
attemptNumber
-
end
public <X> X end() -
clone
- Overrides:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-