Class ConnIdOperationRecordType
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.ConnIdOperationRecordType
- All Implemented Interfaces:
Containerable
,Freezable
,ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
Information about a ConnId operation.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
AbstractMutableContainerable.Any
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
ContainerablePrismBinding.ContainerableList<T extends Containerable>, 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 Producer<ConnIdOperationRecordType>
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()
<X> X
end()
endTimestamp
(String value) endTimestamp
(XMLGregorianCalendar value) boolean
getSize()
identifier
(String value) itemSequentialNumber
(Integer value) objectClass
(QName value) resourceRef
(ObjectReferenceType value) resourceRef
(String oid, QName type) resourceRef
(String oid, QName type, QName relation) void
setDuration
(Double value) void
void
setIdentifier
(String value) void
setMessage
(String value) void
setObjectClass
(QName value) void
setOperation
(String value) void
void
void
void
startTimestamp
(String 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_IDENTIFIER
-
F_RESOURCE_REF
-
F_OBJECT_CLASS
-
F_OPERATION
-
F_STATUS
-
F_MESSAGE
-
F_SIZE
-
F_START_TIMESTAMP
-
F_END_TIMESTAMP
-
F_DURATION
-
FACTORY
-
-
Constructor Details
-
ConnIdOperationRecordType
public ConnIdOperationRecordType() -
ConnIdOperationRecordType
Deprecated.
-
-
Method Details
-
getIdentifier
-
setIdentifier
-
getResourceRef
-
setResourceRef
-
getObjectClass
-
setObjectClass
-
getOperation
-
setOperation
-
getStatus
-
setStatus
-
getMessage
-
setMessage
-
getSize
-
setSize
-
getStartTimestamp
-
setStartTimestamp
-
getEndTimestamp
-
setEndTimestamp
-
getDuration
-
setDuration
-
equals
- Overrides:
equals
in classItemRelatedRecordType
-
id
- Overrides:
id
in classItemRelatedRecordType
-
identifier
-
resourceRef
-
resourceRef
-
resourceRef
-
beginResourceRef
-
objectClass
-
operation
-
status
-
message
-
size
-
startTimestamp
-
startTimestamp
-
endTimestamp
-
endTimestamp
-
duration
-
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
-