Class AbstractReportWorkDefinitionType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkDefinitionType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractReportWorkDefinitionType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
ClassicReportExportWorkDefinitionType
,ClassicReportImportWorkDefinitionType
,DistributedReportExportWorkDefinitionType
public class AbstractReportWorkDefinitionType extends AbstractWorkDefinitionType
Definition for report-related activities.- 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_REPORT_PARAM
static ItemName
F_REPORT_REF
static Producer<AbstractReportWorkDefinitionType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description AbstractReportWorkDefinitionType()
AbstractReportWorkDefinitionType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReportParameterType
beginReportParam()
ObjectReferenceType
beginReportRef()
AbstractReportWorkDefinitionType
clone()
<X> X
end()
boolean
equals(Object other)
ReportParameterType
getReportParam()
ObjectReferenceType
getReportRef()
AbstractReportWorkDefinitionType
id(Long value)
AbstractReportWorkDefinitionType
reportParam(ReportParameterType value)
AbstractReportWorkDefinitionType
reportRef(ObjectReferenceType value)
AbstractReportWorkDefinitionType
reportRef(String oid, QName type)
AbstractReportWorkDefinitionType
reportRef(String oid, QName type, QName relation)
void
setReportParam(ReportParameterType value)
void
setReportRef(ObjectReferenceType value)
-
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_REPORT_REF
public static final ItemName F_REPORT_REF
-
F_REPORT_PARAM
public static final ItemName F_REPORT_PARAM
-
FACTORY
public static final Producer<AbstractReportWorkDefinitionType> FACTORY
-
-
Constructor Detail
-
AbstractReportWorkDefinitionType
public AbstractReportWorkDefinitionType()
-
AbstractReportWorkDefinitionType
@Deprecated public AbstractReportWorkDefinitionType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getReportRef
public ObjectReferenceType getReportRef()
-
setReportRef
public void setReportRef(ObjectReferenceType value)
-
getReportParam
public ReportParameterType getReportParam()
-
setReportParam
public void setReportParam(ReportParameterType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classAbstractWorkDefinitionType
-
id
public AbstractReportWorkDefinitionType id(Long value)
- Overrides:
id
in classAbstractWorkDefinitionType
-
reportRef
public AbstractReportWorkDefinitionType reportRef(ObjectReferenceType value)
-
reportRef
public AbstractReportWorkDefinitionType reportRef(String oid, QName type)
-
reportRef
public AbstractReportWorkDefinitionType reportRef(String oid, QName type, QName relation)
-
beginReportRef
public ObjectReferenceType beginReportRef()
-
reportParam
public AbstractReportWorkDefinitionType reportParam(ReportParameterType value)
-
beginReportParam
public ReportParameterType beginReportParam()
-
end
public <X> X end()
- Overrides:
end
in classAbstractWorkDefinitionType
-
clone
public AbstractReportWorkDefinitionType clone()
- Overrides:
clone
in classAbstractWorkDefinitionType
-
-