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 QNameCOMPLEX_TYPEstatic ItemNameF_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:
asPrismContainerValuein interfaceContainerable- Overrides:
asPrismContainerValuein classAbstractReportWorkDefinitionType
-
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- Overrides:
setupContainerValuein classAbstractReportWorkDefinitionType
-
toString
public String toString()
- Overrides:
toStringin classAbstractReportWorkDefinitionType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractReportWorkDefinitionType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractReportWorkDefinitionType
-
end
public <X> X end()
- Overrides:
endin 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:
reportRefin classAbstractReportWorkDefinitionType
-
reportRef
public ClassicReportImportWorkDefinitionType reportRef(String oid, QName type)
- Overrides:
reportRefin classAbstractReportWorkDefinitionType
-
reportRef
public ClassicReportImportWorkDefinitionType reportRef(String oid, QName type, QName relation)
- Overrides:
reportRefin classAbstractReportWorkDefinitionType
-
beginReportRef
public ObjectReferenceType beginReportRef()
- Overrides:
beginReportRefin classAbstractReportWorkDefinitionType
-
reportParam
public ClassicReportImportWorkDefinitionType reportParam(ReportParameterType value)
- Overrides:
reportParamin classAbstractReportWorkDefinitionType
-
beginReportParam
public ReportParameterType beginReportParam()
- Overrides:
beginReportParamin classAbstractReportWorkDefinitionType
-
id
public ClassicReportImportWorkDefinitionType id(Long value)
- Overrides:
idin classAbstractReportWorkDefinitionType
-
clone
public ClassicReportImportWorkDefinitionType clone()
- Overrides:
clonein classAbstractReportWorkDefinitionType
-
-