Class ClassicReportImportWorkDefinitionType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkDefinitionType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractReportWorkDefinitionType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ClassicReportImportWorkDefinitionType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class ClassicReportImportWorkDefinitionType extends AbstractReportWorkDefinitionType implements Serializable, Cloneable, Containerable
Definition for a classic report import activity.Java class for ClassicReportImportWorkDefinitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClassicReportImportWorkDefinitionType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractReportWorkDefinitionType"> <sequence> <element name="reportDataRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_REPORT_DATA_REF
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractReportWorkDefinitionType
F_REPORT_PARAM, F_REPORT_REF
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ClassicReportImportWorkDefinitionType()
ClassicReportImportWorkDefinitionType(PrismContext prismContext)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractReportWorkDefinitionType
getReportParam, getReportRef, setReportParam, setReportRef
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkDefinitionType
getId, setId
-
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
-
-
-
-
Constructor Detail
-
ClassicReportImportWorkDefinitionType
public ClassicReportImportWorkDefinitionType()
-
ClassicReportImportWorkDefinitionType
public ClassicReportImportWorkDefinitionType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classAbstractReportWorkDefinitionType
-
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
- Overrides:
setupContainerValue
in classAbstractReportWorkDefinitionType
-
toString
public String toString()
- Overrides:
toString
in classAbstractReportWorkDefinitionType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classAbstractReportWorkDefinitionType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAbstractReportWorkDefinitionType
-
end
public <X> X end()
- Overrides:
end
in classAbstractReportWorkDefinitionType
-
getReportDataRef
public ObjectReferenceType getReportDataRef()
-
setReportDataRef
public void setReportDataRef(ObjectReferenceType value)
-
reportDataRef
public ClassicReportImportWorkDefinitionType reportDataRef(ObjectReferenceType value)
-
reportDataRef
public ClassicReportImportWorkDefinitionType reportDataRef(String oid, QName type)
-
reportDataRef
public ClassicReportImportWorkDefinitionType reportDataRef(String oid, QName type, QName relation)
-
beginReportDataRef
public ObjectReferenceType beginReportDataRef()
-
reportRef
public ClassicReportImportWorkDefinitionType reportRef(ObjectReferenceType value)
- Overrides:
reportRef
in classAbstractReportWorkDefinitionType
-
reportRef
public ClassicReportImportWorkDefinitionType reportRef(String oid, QName type)
- Overrides:
reportRef
in classAbstractReportWorkDefinitionType
-
reportRef
public ClassicReportImportWorkDefinitionType reportRef(String oid, QName type, QName relation)
- Overrides:
reportRef
in classAbstractReportWorkDefinitionType
-
beginReportRef
public ObjectReferenceType beginReportRef()
- Overrides:
beginReportRef
in classAbstractReportWorkDefinitionType
-
reportParam
public ClassicReportImportWorkDefinitionType reportParam(ReportParameterType value)
- Overrides:
reportParam
in classAbstractReportWorkDefinitionType
-
beginReportParam
public ReportParameterType beginReportParam()
- Overrides:
beginReportParam
in classAbstractReportWorkDefinitionType
-
id
public ClassicReportImportWorkDefinitionType id(Long value)
- Overrides:
id
in classAbstractReportWorkDefinitionType
-
clone
public ClassicReportImportWorkDefinitionType clone()
- Overrides:
clone
in classAbstractReportWorkDefinitionType
-
-