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:
- 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_ACTIVITY_PATH
static ItemName
F_CHANNEL
static ItemName
F_INITIATOR_REF
static ItemName
F_MESSAGE
static ItemName
F_OPERATION
static ItemName
F_REAL_OWNER
static ItemName
F_RECORD_TYPE
static ItemName
F_REQUEST_IDENTIFIER
static ItemName
F_STATUS
static ItemName
F_TASK_REF
static ItemName
F_TIMESTAMP
static Producer<OperationExecutionType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description OperationExecutionType()
OperationExecutionType(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_RECORD_TYPE
public static final ItemName F_RECORD_TYPE
-
F_REAL_OWNER
public static final ItemName F_REAL_OWNER
-
F_TIMESTAMP
public static final ItemName F_TIMESTAMP
-
F_OPERATION
public static final ItemName F_OPERATION
-
F_STATUS
public static final ItemName F_STATUS
-
F_MESSAGE
public static final ItemName F_MESSAGE
-
F_INITIATOR_REF
public static final ItemName F_INITIATOR_REF
-
F_TASK_REF
public static final ItemName F_TASK_REF
-
F_ACTIVITY_PATH
public static final ItemName F_ACTIVITY_PATH
-
F_CHANNEL
public static final ItemName F_CHANNEL
-
F_REQUEST_IDENTIFIER
public static final ItemName F_REQUEST_IDENTIFIER
-
FACTORY
public static final Producer<OperationExecutionType> FACTORY
-
-
Constructor Detail
-
OperationExecutionType
public OperationExecutionType()
-
OperationExecutionType
@Deprecated public OperationExecutionType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getRecordType
public OperationExecutionRecordTypeType getRecordType()
-
setRecordType
public void setRecordType(OperationExecutionRecordTypeType value)
-
getRealOwner
public OperationExecutionRecordRealOwnerType getRealOwner()
-
setRealOwner
public void setRealOwner(OperationExecutionRecordRealOwnerType value)
-
getTimestamp
public XMLGregorianCalendar getTimestamp()
-
setTimestamp
public void setTimestamp(XMLGregorianCalendar value)
-
getOperation
public List<ObjectDeltaOperationType> getOperation()
-
getStatus
public OperationResultStatusType getStatus()
-
setStatus
public void setStatus(OperationResultStatusType value)
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String value)
-
getInitiatorRef
public ObjectReferenceType getInitiatorRef()
-
setInitiatorRef
public void setInitiatorRef(ObjectReferenceType value)
-
getTaskRef
public ObjectReferenceType getTaskRef()
-
setTaskRef
public void setTaskRef(ObjectReferenceType value)
-
getActivityPath
public ActivityPathType getActivityPath()
-
setActivityPath
public void setActivityPath(ActivityPathType value)
-
getChannel
public String getChannel()
-
setChannel
public void setChannel(String value)
-
getRequestIdentifier
public String getRequestIdentifier()
-
setRequestIdentifier
public void setRequestIdentifier(String value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public OperationExecutionType id(Long value)
-
recordType
public OperationExecutionType recordType(OperationExecutionRecordTypeType value)
-
realOwner
public OperationExecutionType realOwner(OperationExecutionRecordRealOwnerType value)
-
beginRealOwner
public OperationExecutionRecordRealOwnerType beginRealOwner()
-
timestamp
public OperationExecutionType timestamp(XMLGregorianCalendar value)
-
timestamp
public OperationExecutionType timestamp(String value)
-
operation
public OperationExecutionType operation(ObjectDeltaOperationType value)
-
beginOperation
public ObjectDeltaOperationType beginOperation()
-
status
public OperationExecutionType status(OperationResultStatusType value)
-
message
public OperationExecutionType message(String value)
-
initiatorRef
public OperationExecutionType initiatorRef(ObjectReferenceType value)
-
initiatorRef
public OperationExecutionType initiatorRef(String oid, QName type)
-
initiatorRef
public OperationExecutionType initiatorRef(String oid, QName type, QName relation)
-
beginInitiatorRef
public ObjectReferenceType beginInitiatorRef()
-
taskRef
public OperationExecutionType taskRef(ObjectReferenceType value)
-
taskRef
public OperationExecutionType taskRef(String oid, QName type)
-
taskRef
public OperationExecutionType taskRef(String oid, QName type, QName relation)
-
beginTaskRef
public ObjectReferenceType beginTaskRef()
-
activityPath
public OperationExecutionType activityPath(ActivityPathType value)
-
beginActivityPath
public ActivityPathType beginActivityPath()
-
channel
public OperationExecutionType channel(String value)
-
requestIdentifier
public OperationExecutionType requestIdentifier(String value)
-
end
public <X> X end()
-
clone
public OperationExecutionType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-