Class ProcessedItemType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ProcessedItemType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class ProcessedItemType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Describes an item (typically an object) that is or has been processed.- 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_DISPLAY_NAME
static ItemName
F_END_TIMESTAMP
static ItemName
F_MESSAGE
static ItemName
F_NAME
static ItemName
F_OID
static ItemName
F_OPERATION_ID
static ItemName
F_START_TIMESTAMP
static ItemName
F_TYPE
static Producer<ProcessedItemType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ProcessedItemType()
ProcessedItemType(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_NAME
public static final ItemName F_NAME
-
F_DISPLAY_NAME
public static final ItemName F_DISPLAY_NAME
-
F_TYPE
public static final ItemName F_TYPE
-
F_OID
public static final ItemName F_OID
-
F_START_TIMESTAMP
public static final ItemName F_START_TIMESTAMP
-
F_END_TIMESTAMP
public static final ItemName F_END_TIMESTAMP
-
F_MESSAGE
public static final ItemName F_MESSAGE
-
F_OPERATION_ID
public static final ItemName F_OPERATION_ID
-
FACTORY
public static final Producer<ProcessedItemType> FACTORY
-
-
Constructor Detail
-
ProcessedItemType
public ProcessedItemType()
-
ProcessedItemType
@Deprecated public ProcessedItemType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String value)
-
getDisplayName
public String getDisplayName()
-
setDisplayName
public void setDisplayName(String value)
-
getType
public QName getType()
-
setType
public void setType(QName value)
-
getOid
public String getOid()
-
setOid
public void setOid(String value)
-
getStartTimestamp
public XMLGregorianCalendar getStartTimestamp()
-
setStartTimestamp
public void setStartTimestamp(XMLGregorianCalendar value)
-
getEndTimestamp
public XMLGregorianCalendar getEndTimestamp()
-
setEndTimestamp
public void setEndTimestamp(XMLGregorianCalendar value)
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String value)
-
getOperationId
public Long getOperationId()
-
setOperationId
public void setOperationId(Long value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public ProcessedItemType id(Long value)
-
name
public ProcessedItemType name(String value)
-
displayName
public ProcessedItemType displayName(String value)
-
type
public ProcessedItemType type(QName value)
-
oid
public ProcessedItemType oid(String value)
-
startTimestamp
public ProcessedItemType startTimestamp(XMLGregorianCalendar value)
-
startTimestamp
public ProcessedItemType startTimestamp(String value)
-
endTimestamp
public ProcessedItemType endTimestamp(XMLGregorianCalendar value)
-
endTimestamp
public ProcessedItemType endTimestamp(String value)
-
message
public ProcessedItemType message(String value)
-
operationId
public ProcessedItemType operationId(Long value)
-
end
public <X> X end()
-
clone
public ProcessedItemType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-