Class ActivityReportsDefinitionType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ActivityReportsDefinitionType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class ActivityReportsDefinitionType extends Object implements Serializable, Cloneable, Containerable
Defines specific activity-related reports.Java class for ActivityReportsDefinitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivityReportsDefinitionType"> <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}BucketsProcessingReportDefinitionType" minOccurs="0"/> <element name="items" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ItemsProcessingReportDefinitionType" minOccurs="0"/> <element name="connIdOperations" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ConnIdOperationsReportDefinitionType" minOccurs="0"/> <element name="internalOperations" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}InternalOperationsReportDefinitionType" 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 QName
COMPLEX_TYPE
static ItemName
F_BUCKETS
static ItemName
F_CONN_ID_OPERATIONS
static ItemName
F_INTERNAL_OPERATIONS
static ItemName
F_ITEMS
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ActivityReportsDefinitionType()
ActivityReportsDefinitionType(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
-
ActivityReportsDefinitionType
public ActivityReportsDefinitionType()
-
ActivityReportsDefinitionType
public ActivityReportsDefinitionType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup 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:
setupContainerValue
in interfaceContainerable
-
end
public <X> X end()
-
getBuckets
public BucketsProcessingReportDefinitionType getBuckets()
-
setBuckets
public void setBuckets(BucketsProcessingReportDefinitionType value)
-
getItems
public ItemsProcessingReportDefinitionType getItems()
-
setItems
public void setItems(ItemsProcessingReportDefinitionType value)
-
getConnIdOperations
public ConnIdOperationsReportDefinitionType getConnIdOperations()
-
setConnIdOperations
public void setConnIdOperations(ConnIdOperationsReportDefinitionType value)
-
getInternalOperations
public InternalOperationsReportDefinitionType getInternalOperations()
-
setInternalOperations
public void setInternalOperations(InternalOperationsReportDefinitionType value)
-
getId
public Long getId()
-
setId
public void setId(Long value)
-
buckets
public ActivityReportsDefinitionType buckets(BucketsProcessingReportDefinitionType value)
-
beginBuckets
public BucketsProcessingReportDefinitionType beginBuckets()
-
items
public ActivityReportsDefinitionType items(ItemsProcessingReportDefinitionType value)
-
beginItems
public ItemsProcessingReportDefinitionType beginItems()
-
connIdOperations
public ActivityReportsDefinitionType connIdOperations(ConnIdOperationsReportDefinitionType value)
-
beginConnIdOperations
public ConnIdOperationsReportDefinitionType beginConnIdOperations()
-
internalOperations
public ActivityReportsDefinitionType internalOperations(InternalOperationsReportDefinitionType value)
-
beginInternalOperations
public InternalOperationsReportDefinitionType beginInternalOperations()
-
id
public ActivityReportsDefinitionType id(Long value)
-
clone
public ActivityReportsDefinitionType clone()
-
-