Class ConnIdOperationRecordType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ItemRelatedRecordType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ConnIdOperationRecordType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class ConnIdOperationRecordType extends ItemRelatedRecordType implements Serializable, Cloneable, Containerable
Information about a ConnId operation.Java class for ConnIdOperationRecordType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConnIdOperationRecordType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ItemRelatedRecordType"> <sequence> <element name="identifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="resourceRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="objectClass" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/> <element name="operation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="status" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultStatusType" minOccurs="0"/> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="size" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="startTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="endTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="duration" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_DURATION
static ItemName
F_END_TIMESTAMP
static ItemName
F_IDENTIFIER
static ItemName
F_MESSAGE
static ItemName
F_OBJECT_CLASS
static ItemName
F_OPERATION
static ItemName
F_RESOURCE_REF
static ItemName
F_SIZE
static ItemName
F_START_TIMESTAMP
static ItemName
F_STATUS
-
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 Constructor Description ConnIdOperationRecordType()
ConnIdOperationRecordType(PrismContext prismContext)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ItemRelatedRecordType
getBucketSequentialNumber, getId, getItemName, getItemOid, getItemSequentialNumber, setBucketSequentialNumber, setId, setItemName, setItemOid, setItemSequentialNumber
-
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
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_IDENTIFIER
public static final ItemName F_IDENTIFIER
-
F_RESOURCE_REF
public static final ItemName F_RESOURCE_REF
-
F_OBJECT_CLASS
public static final ItemName F_OBJECT_CLASS
-
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_SIZE
public static final ItemName F_SIZE
-
F_START_TIMESTAMP
public static final ItemName F_START_TIMESTAMP
-
F_END_TIMESTAMP
public static final ItemName F_END_TIMESTAMP
-
F_DURATION
public static final ItemName F_DURATION
-
-
Constructor Detail
-
ConnIdOperationRecordType
public ConnIdOperationRecordType()
-
ConnIdOperationRecordType
public ConnIdOperationRecordType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classItemRelatedRecordType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
- Overrides:
setupContainerValue
in classItemRelatedRecordType
-
toString
public String toString()
- Overrides:
toString
in classItemRelatedRecordType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classItemRelatedRecordType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classItemRelatedRecordType
-
end
public <X> X end()
- Overrides:
end
in classItemRelatedRecordType
-
getIdentifier
public String getIdentifier()
-
setIdentifier
public void setIdentifier(String value)
-
getResourceRef
public ObjectReferenceType getResourceRef()
-
setResourceRef
public void setResourceRef(ObjectReferenceType value)
-
getObjectClass
public QName getObjectClass()
-
setObjectClass
public void setObjectClass(QName value)
-
getOperation
public String getOperation()
-
setOperation
public void setOperation(String value)
-
getStatus
public OperationResultStatusType getStatus()
-
setStatus
public void setStatus(OperationResultStatusType value)
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String value)
-
getSize
public Integer getSize()
-
setSize
public void setSize(Integer value)
-
getStartTimestamp
public XMLGregorianCalendar getStartTimestamp()
-
setStartTimestamp
public void setStartTimestamp(XMLGregorianCalendar value)
-
getEndTimestamp
public XMLGregorianCalendar getEndTimestamp()
-
setEndTimestamp
public void setEndTimestamp(XMLGregorianCalendar value)
-
getDuration
public Double getDuration()
-
setDuration
public void setDuration(Double value)
-
identifier
public ConnIdOperationRecordType identifier(String value)
-
resourceRef
public ConnIdOperationRecordType resourceRef(ObjectReferenceType value)
-
resourceRef
public ConnIdOperationRecordType resourceRef(String oid, QName type)
-
resourceRef
public ConnIdOperationRecordType resourceRef(String oid, QName type, QName relation)
-
beginResourceRef
public ObjectReferenceType beginResourceRef()
-
objectClass
public ConnIdOperationRecordType objectClass(QName value)
-
operation
public ConnIdOperationRecordType operation(String value)
-
status
public ConnIdOperationRecordType status(OperationResultStatusType value)
-
message
public ConnIdOperationRecordType message(String value)
-
size
public ConnIdOperationRecordType size(Integer value)
-
startTimestamp
public ConnIdOperationRecordType startTimestamp(XMLGregorianCalendar value)
-
startTimestamp
public ConnIdOperationRecordType startTimestamp(String value)
-
endTimestamp
public ConnIdOperationRecordType endTimestamp(XMLGregorianCalendar value)
-
endTimestamp
public ConnIdOperationRecordType endTimestamp(String value)
-
duration
public ConnIdOperationRecordType duration(Double value)
-
itemSequentialNumber
public ConnIdOperationRecordType itemSequentialNumber(Integer value)
- Overrides:
itemSequentialNumber
in classItemRelatedRecordType
-
itemName
public ConnIdOperationRecordType itemName(String value)
- Overrides:
itemName
in classItemRelatedRecordType
-
itemOid
public ConnIdOperationRecordType itemOid(String value)
- Overrides:
itemOid
in classItemRelatedRecordType
-
bucketSequentialNumber
public ConnIdOperationRecordType bucketSequentialNumber(Integer value)
- Overrides:
bucketSequentialNumber
in classItemRelatedRecordType
-
id
public ConnIdOperationRecordType id(Long value)
- Overrides:
id
in classItemRelatedRecordType
-
clone
public ConnIdOperationRecordType clone()
- Overrides:
clone
in classItemRelatedRecordType
-
-