Class OperationExecutionType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationExecutionType
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class OperationExecutionType
extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Information about an operation executed on an object.
- 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.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
Modifier and TypeFieldDescriptionstatic final QName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final Producer<OperationExecutionType>
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionactivityPath
(ActivityPathType value) clone()
<X> X
end()
boolean
initiatorRef
(ObjectReferenceType value) initiatorRef
(String oid, QName type) initiatorRef
(String oid, QName type, QName relation) requestIdentifier
(String value) void
setActivityPath
(ActivityPathType value) void
setChannel
(String value) void
void
setMessage
(String value) void
void
void
setRequestIdentifier
(String value) void
void
setTaskRef
(ObjectReferenceType value) void
setTimestamp
(XMLGregorianCalendar value) status
(OperationResultStatusType value) taskRef
(ObjectReferenceType value) timestamp
(XMLGregorianCalendar value) 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 Details
-
COMPLEX_TYPE
-
F_RECORD_TYPE
-
F_REAL_OWNER
-
F_TIMESTAMP
-
F_OPERATION
-
F_STATUS
-
F_MESSAGE
-
F_INITIATOR_REF
-
F_TASK_REF
-
F_ACTIVITY_PATH
-
F_CHANNEL
-
F_REQUEST_IDENTIFIER
-
FACTORY
-
-
Constructor Details
-
OperationExecutionType
public OperationExecutionType() -
OperationExecutionType
Deprecated.
-
-
Method Details
-
getRecordType
-
setRecordType
-
getRealOwner
-
setRealOwner
-
getTimestamp
-
setTimestamp
-
getOperation
-
getStatus
-
setStatus
-
getMessage
-
setMessage
-
getInitiatorRef
-
setInitiatorRef
-
getTaskRef
-
setTaskRef
-
getActivityPath
-
setActivityPath
-
getChannel
-
setChannel
-
getRequestIdentifier
-
setRequestIdentifier
-
equals
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
-
recordType
-
realOwner
-
beginRealOwner
-
timestamp
-
timestamp
-
operation
-
beginOperation
-
status
-
message
-
initiatorRef
-
initiatorRef
-
initiatorRef
-
beginInitiatorRef
-
taskRef
-
taskRef
-
taskRef
-
beginTaskRef
-
activityPath
-
beginActivityPath
-
channel
-
requestIdentifier
-
end
public <X> X end() -
clone
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-