Class StorageMetadataType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.StorageMetadataType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class StorageMetadataType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
- 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_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
static Producer<StorageMetadataType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description StorageMetadataType()
StorageMetadataType(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_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
-
FACTORY
public static final Producer<StorageMetadataType> FACTORY
-
-
Constructor Detail
-
StorageMetadataType
public StorageMetadataType()
-
StorageMetadataType
@Deprecated public StorageMetadataType(PrismContext context)
Deprecated.
-
-
Method Detail
-
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)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
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()
-
end
public <X> X end()
-
clone
public StorageMetadataType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-