Class ReportBehaviorType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ReportBehaviorType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class ReportBehaviorType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Behavior for report. Contains import option and direction of report.- 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_DIRECTION
static ItemName
F_IMPORT_OPTIONS
static ItemName
F_IMPORT_SCRIPT
static Producer<ReportBehaviorType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ReportBehaviorType()
ReportBehaviorType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImportOptionsType
beginImportOptions()
ExecuteScriptType
beginImportScript()
ReportBehaviorType
clone()
ReportBehaviorType
direction(DirectionTypeType value)
<X> X
end()
boolean
equals(Object other)
DirectionTypeType
getDirection()
ImportOptionsType
getImportOptions()
ExecuteScriptType
getImportScript()
ReportBehaviorType
id(Long value)
ReportBehaviorType
importOptions(ImportOptionsType value)
ReportBehaviorType
importScript(ExecuteScriptType value)
void
setDirection(DirectionTypeType value)
void
setImportOptions(ImportOptionsType value)
void
setImportScript(ExecuteScriptType 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_DIRECTION
public static final ItemName F_DIRECTION
-
F_IMPORT_OPTIONS
public static final ItemName F_IMPORT_OPTIONS
-
F_IMPORT_SCRIPT
public static final ItemName F_IMPORT_SCRIPT
-
FACTORY
public static final Producer<ReportBehaviorType> FACTORY
-
-
Constructor Detail
-
ReportBehaviorType
public ReportBehaviorType()
-
ReportBehaviorType
@Deprecated public ReportBehaviorType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getDirection
public DirectionTypeType getDirection()
-
setDirection
public void setDirection(DirectionTypeType value)
-
getImportOptions
public ImportOptionsType getImportOptions()
-
setImportOptions
public void setImportOptions(ImportOptionsType value)
-
getImportScript
public ExecuteScriptType getImportScript()
-
setImportScript
public void setImportScript(ExecuteScriptType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public ReportBehaviorType id(Long value)
-
direction
public ReportBehaviorType direction(DirectionTypeType value)
-
importOptions
public ReportBehaviorType importOptions(ImportOptionsType value)
-
beginImportOptions
public ImportOptionsType beginImportOptions()
-
importScript
public ReportBehaviorType importScript(ExecuteScriptType value)
-
beginImportScript
public ExecuteScriptType beginImportScript()
-
end
public <X> X end()
-
clone
public ReportBehaviorType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-