Class BucketProcessingRecordType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.BucketProcessingRecordType
-
- All Implemented Interfaces:
Containerable,DebugDumpable,Serializable,Cloneable
public class BucketProcessingRecordType extends Object implements Serializable, Cloneable, Containerable
Information about bucket completion or analysis to be recorded in buckets report.Java class for BucketProcessingRecordType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BucketProcessingRecordType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="sequentialNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="content" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractWorkBucketContentType" minOccurs="0"/> <element name="size" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="itemsSuccessfullyProcessed" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="itemsFailed" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="itemsSkipped" 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}long" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_CONTENTstatic ItemNameF_DURATIONstatic ItemNameF_END_TIMESTAMPstatic ItemNameF_ITEMS_FAILEDstatic ItemNameF_ITEMS_SKIPPEDstatic ItemNameF_ITEMS_SUCCESSFULLY_PROCESSEDstatic ItemNameF_SEQUENTIAL_NUMBERstatic ItemNameF_SIZEstatic ItemNameF_START_TIMESTAMP-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description BucketProcessingRecordType()BucketProcessingRecordType(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_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
-
-
Constructor Detail
-
BucketProcessingRecordType
public BucketProcessingRecordType()
-
BucketProcessingRecordType
public BucketProcessingRecordType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValuein interfaceContainerable
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:ContainerableSetup 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:
setupContainerValuein interfaceContainerable
-
end
public <X> X end()
-
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)
-
getId
public Long getId()
-
setId
public void setId(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)
-
id
public BucketProcessingRecordType id(Long value)
-
clone
public BucketProcessingRecordType clone()
-
-