Class InternalOperationRecordType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.ItemRelatedRecordType
com.evolveum.midpoint.xml.ns._public.common.common_3.InternalOperationRecordType
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
Information about a midPoint internal operation.
- 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
FieldsModifier 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 ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final Producer<InternalOperationRecordType>
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ItemRelatedRecordType
F_BUCKET_SEQUENTIAL_NUMBER, F_ITEM_NAME, F_ITEM_OID, F_ITEM_SEQUENTIAL_NUMBER
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbucketSequentialNumber
(Integer value) clone()
context
(ParamsType value) cpuMicroseconds
(Long value) <X> X
end()
end
(XMLGregorianCalendar value) boolean
getEnd()
getStart()
getToken()
invocationId
(Long value) itemSequentialNumber
(Integer value) messageCode
(String value) microseconds
(Long value) operationKind
(OperationKindType value) params
(ParamsType value) qualifiers
(String value) returns
(ParamsType value) void
void
setContext
(ParamsType value) void
setCpuMicroseconds
(Long value) void
setEnd
(XMLGregorianCalendar value) void
void
setInvocationId
(Long value) void
setMessage
(String value) void
setMessageCode
(String value) void
setMicroseconds
(Long value) void
setOperation
(String value) void
void
setParams
(ParamsType value) void
void
setQualifiers
(String value) void
setReturns
(ParamsType value) void
setStart
(XMLGregorianCalendar value) void
void
start
(XMLGregorianCalendar value) status
(OperationResultStatusType value) Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ItemRelatedRecordType
getBucketSequentialNumber, getItemName, getItemOid, getItemSequentialNumber, setBucketSequentialNumber, setItemName, setItemOid, setItemSequentialNumber
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_OPERATION
-
F_QUALIFIERS
-
F_OPERATION_KIND
-
F_STATUS
-
F_IMPORTANCE
-
F_ASYNCHRONOUS_OPERATION_REFERENCE
-
F_START
-
F_END
-
F_MICROSECONDS
-
F_CPU_MICROSECONDS
-
F_INVOCATION_ID
-
F_PARAMS
-
F_CONTEXT
-
F_RETURNS
-
F_TOKEN
-
F_MESSAGE_CODE
-
F_MESSAGE
-
F_PARENT
-
FACTORY
-
-
Constructor Details
-
InternalOperationRecordType
public InternalOperationRecordType() -
InternalOperationRecordType
Deprecated.
-
-
Method Details
-
getOperation
-
setOperation
-
getQualifiers
-
setQualifiers
-
getOperationKind
-
setOperationKind
-
getStatus
-
setStatus
-
getImportance
-
setImportance
-
getAsynchronousOperationReference
-
setAsynchronousOperationReference
-
getStart
-
setStart
-
getEnd
-
setEnd
-
getMicroseconds
-
setMicroseconds
-
getCpuMicroseconds
-
setCpuMicroseconds
-
getInvocationId
-
setInvocationId
-
getParams
-
setParams
-
getContext
-
setContext
-
getReturns
-
setReturns
-
getToken
-
setToken
-
getMessageCode
-
setMessageCode
-
getMessage
-
setMessage
-
getParent
-
setParent
-
equals
- Overrides:
equals
in classItemRelatedRecordType
-
id
- Overrides:
id
in classItemRelatedRecordType
-
operation
-
qualifiers
-
operationKind
-
status
-
importance
-
asynchronousOperationReference
-
start
-
start
-
end
-
end
-
microseconds
-
cpuMicroseconds
-
invocationId
-
params
-
beginParams
-
context
-
beginContext
-
returns
-
beginReturns
-
token
-
messageCode
-
message
-
parent
-
itemSequentialNumber
- Overrides:
itemSequentialNumber
in classItemRelatedRecordType
-
itemName
- Overrides:
itemName
in classItemRelatedRecordType
-
itemOid
- Overrides:
itemOid
in classItemRelatedRecordType
-
bucketSequentialNumber
- Overrides:
bucketSequentialNumber
in classItemRelatedRecordType
-
end
public <X> X end()- Overrides:
end
in classItemRelatedRecordType
-
clone
- Overrides:
clone
in classItemRelatedRecordType
-