Class ActivityReportsType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ActivityReportsType
-
- All Implemented Interfaces:
Containerable,DebugDumpable,Serializable,Cloneable
public class ActivityReportsType extends Object implements Serializable, Cloneable, Containerable
Reports related to activity execution.Java class for ActivityReportsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivityReportsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="buckets" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivityReportCollectionType" minOccurs="0"/> <element name="items" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivityReportCollectionType" minOccurs="0"/> <element name="connIdOperations" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivityReportCollectionType" minOccurs="0"/> <element name="internalOperations" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivityReportCollectionType" 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_BUCKETSstatic ItemNameF_CONN_ID_OPERATIONSstatic ItemNameF_INTERNAL_OPERATIONSstatic ItemNameF_ITEMS-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ActivityReportsType()ActivityReportsType(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_BUCKETS
public static final ItemName F_BUCKETS
-
F_ITEMS
public static final ItemName F_ITEMS
-
F_CONN_ID_OPERATIONS
public static final ItemName F_CONN_ID_OPERATIONS
-
F_INTERNAL_OPERATIONS
public static final ItemName F_INTERNAL_OPERATIONS
-
-
Constructor Detail
-
ActivityReportsType
public ActivityReportsType()
-
ActivityReportsType
public ActivityReportsType(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()
-
getBuckets
public ActivityReportCollectionType getBuckets()
-
setBuckets
public void setBuckets(ActivityReportCollectionType value)
-
getItems
public ActivityReportCollectionType getItems()
-
setItems
public void setItems(ActivityReportCollectionType value)
-
getConnIdOperations
public ActivityReportCollectionType getConnIdOperations()
-
setConnIdOperations
public void setConnIdOperations(ActivityReportCollectionType value)
-
getInternalOperations
public ActivityReportCollectionType getInternalOperations()
-
setInternalOperations
public void setInternalOperations(ActivityReportCollectionType value)
-
getId
public Long getId()
-
setId
public void setId(Long value)
-
buckets
public ActivityReportsType buckets(ActivityReportCollectionType value)
-
beginBuckets
public ActivityReportCollectionType beginBuckets()
-
items
public ActivityReportsType items(ActivityReportCollectionType value)
-
beginItems
public ActivityReportCollectionType beginItems()
-
connIdOperations
public ActivityReportsType connIdOperations(ActivityReportCollectionType value)
-
beginConnIdOperations
public ActivityReportCollectionType beginConnIdOperations()
-
internalOperations
public ActivityReportsType internalOperations(ActivityReportCollectionType value)
-
beginInternalOperations
public ActivityReportCollectionType beginInternalOperations()
-
id
public ActivityReportsType id(Long value)
-
clone
public ActivityReportsType clone()
-
-