Class BucketProcessingRecordType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.BucketProcessingRecordType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class BucketProcessingRecordType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Information about bucket completion or analysis to be recorded in buckets report.- 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_CONTENT
static ItemName
F_DURATION
static ItemName
F_END_TIMESTAMP
static ItemName
F_ITEMS_FAILED
static ItemName
F_ITEMS_SKIPPED
static ItemName
F_ITEMS_SUCCESSFULLY_PROCESSED
static ItemName
F_SEQUENTIAL_NUMBER
static ItemName
F_SIZE
static ItemName
F_START_TIMESTAMP
static Producer<BucketProcessingRecordType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description BucketProcessingRecordType()
BucketProcessingRecordType(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_SEQUENTIAL_NUMBER
public static final ItemName F_SEQUENTIAL_NUMBER
-
F_CONTENT
public static final ItemName F_CONTENT
-
F_SIZE
public static final ItemName F_SIZE
-
F_ITEMS_SUCCESSFULLY_PROCESSED
public static final ItemName F_ITEMS_SUCCESSFULLY_PROCESSED
-
F_ITEMS_FAILED
public static final ItemName F_ITEMS_FAILED
-
F_ITEMS_SKIPPED
public static final ItemName F_ITEMS_SKIPPED
-
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
-
FACTORY
public static final Producer<BucketProcessingRecordType> FACTORY
-
-
Constructor Detail
-
BucketProcessingRecordType
public BucketProcessingRecordType()
-
BucketProcessingRecordType
@Deprecated public BucketProcessingRecordType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getSequentialNumber
public Integer getSequentialNumber()
-
setSequentialNumber
public void setSequentialNumber(Integer value)
-
getContent
public AbstractWorkBucketContentType getContent()
-
setContent
public void setContent(AbstractWorkBucketContentType value)
-
getSize
public Integer getSize()
-
setSize
public void setSize(Integer value)
-
getItemsSuccessfullyProcessed
public Integer getItemsSuccessfullyProcessed()
-
setItemsSuccessfullyProcessed
public void setItemsSuccessfullyProcessed(Integer value)
-
getItemsFailed
public Integer getItemsFailed()
-
setItemsFailed
public void setItemsFailed(Integer value)
-
getItemsSkipped
public Integer getItemsSkipped()
-
setItemsSkipped
public void setItemsSkipped(Integer value)
-
getStartTimestamp
public XMLGregorianCalendar getStartTimestamp()
-
setStartTimestamp
public void setStartTimestamp(XMLGregorianCalendar value)
-
getEndTimestamp
public XMLGregorianCalendar getEndTimestamp()
-
setEndTimestamp
public void setEndTimestamp(XMLGregorianCalendar value)
-
getDuration
public Long getDuration()
-
setDuration
public void setDuration(Long value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public BucketProcessingRecordType id(Long value)
-
sequentialNumber
public BucketProcessingRecordType sequentialNumber(Integer value)
-
content
public BucketProcessingRecordType content(AbstractWorkBucketContentType value)
-
beginContent
public AbstractWorkBucketContentType beginContent()
-
size
public BucketProcessingRecordType size(Integer value)
-
itemsSuccessfullyProcessed
public BucketProcessingRecordType itemsSuccessfullyProcessed(Integer value)
-
itemsFailed
public BucketProcessingRecordType itemsFailed(Integer value)
-
itemsSkipped
public BucketProcessingRecordType itemsSkipped(Integer value)
-
startTimestamp
public BucketProcessingRecordType startTimestamp(XMLGregorianCalendar value)
-
startTimestamp
public BucketProcessingRecordType startTimestamp(String value)
-
endTimestamp
public BucketProcessingRecordType endTimestamp(XMLGregorianCalendar value)
-
endTimestamp
public BucketProcessingRecordType endTimestamp(String value)
-
duration
public BucketProcessingRecordType duration(Long value)
-
end
public <X> X end()
-
clone
public BucketProcessingRecordType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-