Class StorageMetadataType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.StorageMetadataType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class StorageMetadataType extends Object implements Serializable, Cloneable, Containerable
Java class for StorageMetadataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StorageMetadataType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="createTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="creatorRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="createChannel" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="createTaskRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="modifyTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="modifierRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="modifyChannel" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="modifyTaskRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_CREATE_CHANNEL
static ItemName
F_CREATE_TASK_REF
static ItemName
F_CREATE_TIMESTAMP
static ItemName
F_CREATOR_REF
static ItemName
F_MODIFIER_REF
static ItemName
F_MODIFY_CHANNEL
static ItemName
F_MODIFY_TASK_REF
static ItemName
F_MODIFY_TIMESTAMP
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description StorageMetadataType()
StorageMetadataType(PrismContext prismContext)
-
Method Summary
-
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_CREATE_TIMESTAMP
public static final ItemName F_CREATE_TIMESTAMP
-
F_CREATOR_REF
public static final ItemName F_CREATOR_REF
-
F_CREATE_CHANNEL
public static final ItemName F_CREATE_CHANNEL
-
F_CREATE_TASK_REF
public static final ItemName F_CREATE_TASK_REF
-
F_MODIFY_TIMESTAMP
public static final ItemName F_MODIFY_TIMESTAMP
-
F_MODIFIER_REF
public static final ItemName F_MODIFIER_REF
-
F_MODIFY_CHANNEL
public static final ItemName F_MODIFY_CHANNEL
-
F_MODIFY_TASK_REF
public static final ItemName F_MODIFY_TASK_REF
-
-
Constructor Detail
-
StorageMetadataType
public StorageMetadataType()
-
StorageMetadataType
public StorageMetadataType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
-
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
-
end
public <X> X end()
-
getCreateTimestamp
public XMLGregorianCalendar getCreateTimestamp()
-
setCreateTimestamp
public void setCreateTimestamp(XMLGregorianCalendar value)
-
getCreatorRef
public ObjectReferenceType getCreatorRef()
-
setCreatorRef
public void setCreatorRef(ObjectReferenceType value)
-
getCreateChannel
public String getCreateChannel()
-
setCreateChannel
public void setCreateChannel(String value)
-
getCreateTaskRef
public ObjectReferenceType getCreateTaskRef()
-
setCreateTaskRef
public void setCreateTaskRef(ObjectReferenceType value)
-
getModifyTimestamp
public XMLGregorianCalendar getModifyTimestamp()
-
setModifyTimestamp
public void setModifyTimestamp(XMLGregorianCalendar value)
-
getModifierRef
public ObjectReferenceType getModifierRef()
-
setModifierRef
public void setModifierRef(ObjectReferenceType value)
-
getModifyChannel
public String getModifyChannel()
-
setModifyChannel
public void setModifyChannel(String value)
-
getModifyTaskRef
public ObjectReferenceType getModifyTaskRef()
-
setModifyTaskRef
public void setModifyTaskRef(ObjectReferenceType value)
-
createTimestamp
public StorageMetadataType createTimestamp(XMLGregorianCalendar value)
-
createTimestamp
public StorageMetadataType createTimestamp(String value)
-
creatorRef
public StorageMetadataType creatorRef(ObjectReferenceType value)
-
creatorRef
public StorageMetadataType creatorRef(String oid, QName type)
-
creatorRef
public StorageMetadataType creatorRef(String oid, QName type, QName relation)
-
beginCreatorRef
public ObjectReferenceType beginCreatorRef()
-
createChannel
public StorageMetadataType createChannel(String value)
-
createTaskRef
public StorageMetadataType createTaskRef(ObjectReferenceType value)
-
createTaskRef
public StorageMetadataType createTaskRef(String oid, QName type)
-
createTaskRef
public StorageMetadataType createTaskRef(String oid, QName type, QName relation)
-
beginCreateTaskRef
public ObjectReferenceType beginCreateTaskRef()
-
modifyTimestamp
public StorageMetadataType modifyTimestamp(XMLGregorianCalendar value)
-
modifyTimestamp
public StorageMetadataType modifyTimestamp(String value)
-
modifierRef
public StorageMetadataType modifierRef(ObjectReferenceType value)
-
modifierRef
public StorageMetadataType modifierRef(String oid, QName type)
-
modifierRef
public StorageMetadataType modifierRef(String oid, QName type, QName relation)
-
beginModifierRef
public ObjectReferenceType beginModifierRef()
-
modifyChannel
public StorageMetadataType modifyChannel(String value)
-
modifyTaskRef
public StorageMetadataType modifyTaskRef(ObjectReferenceType value)
-
modifyTaskRef
public StorageMetadataType modifyTaskRef(String oid, QName type)
-
modifyTaskRef
public StorageMetadataType modifyTaskRef(String oid, QName type, QName relation)
-
beginModifyTaskRef
public ObjectReferenceType beginModifyTaskRef()
-
clone
public StorageMetadataType clone()
-
-