Class GetOperationOptionsType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.GetOperationOptionsType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class GetOperationOptionsType extends Object implements Serializable, Cloneable, Containerable
See GetOperationOptions for a description.Java class for GetOperationOptionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetOperationOptionsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="retrieve" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RetrieveOptionType" minOccurs="0"/> <element name="resolve" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="resolveNames" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="noFetch" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="raw" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="tolerateRawData" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="noDiscovery" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="allowNotFound" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="pointInTimeType" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PointInTimeTypeType" minOccurs="0"/> <element name="staleness" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="distinct" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="definitionProcessing" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DefinitionProcessingOptionType" minOccurs="0"/> <element name="iterationMethod" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}IterationMethodType" minOccurs="0"/> <element name="errorHandling" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}FetchErrorHandlingType" 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_ALLOW_NOT_FOUND
static ItemName
F_DEFINITION_PROCESSING
static ItemName
F_DISTINCT
static ItemName
F_ERROR_HANDLING
static ItemName
F_ITERATION_METHOD
static ItemName
F_NO_DISCOVERY
static ItemName
F_NO_FETCH
static ItemName
F_POINT_IN_TIME_TYPE
static ItemName
F_RAW
static ItemName
F_RESOLVE
static ItemName
F_RESOLVE_NAMES
static ItemName
F_RETRIEVE
static ItemName
F_STALENESS
static ItemName
F_TOLERATE_RAW_DATA
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description GetOperationOptionsType()
GetOperationOptionsType(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_RETRIEVE
public static final ItemName F_RETRIEVE
-
F_RESOLVE
public static final ItemName F_RESOLVE
-
F_RESOLVE_NAMES
public static final ItemName F_RESOLVE_NAMES
-
F_NO_FETCH
public static final ItemName F_NO_FETCH
-
F_RAW
public static final ItemName F_RAW
-
F_TOLERATE_RAW_DATA
public static final ItemName F_TOLERATE_RAW_DATA
-
F_NO_DISCOVERY
public static final ItemName F_NO_DISCOVERY
-
F_ALLOW_NOT_FOUND
public static final ItemName F_ALLOW_NOT_FOUND
-
F_POINT_IN_TIME_TYPE
public static final ItemName F_POINT_IN_TIME_TYPE
-
F_STALENESS
public static final ItemName F_STALENESS
-
F_DISTINCT
public static final ItemName F_DISTINCT
-
F_DEFINITION_PROCESSING
public static final ItemName F_DEFINITION_PROCESSING
-
F_ITERATION_METHOD
public static final ItemName F_ITERATION_METHOD
-
F_ERROR_HANDLING
public static final ItemName F_ERROR_HANDLING
-
-
Constructor Detail
-
GetOperationOptionsType
public GetOperationOptionsType()
-
GetOperationOptionsType
public GetOperationOptionsType(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()
-
getRetrieve
public RetrieveOptionType getRetrieve()
-
setRetrieve
public void setRetrieve(RetrieveOptionType value)
-
isResolve
public Boolean isResolve()
-
setResolve
public void setResolve(Boolean value)
-
isResolveNames
public Boolean isResolveNames()
-
setResolveNames
public void setResolveNames(Boolean value)
-
isNoFetch
public Boolean isNoFetch()
-
setNoFetch
public void setNoFetch(Boolean value)
-
isRaw
public Boolean isRaw()
-
setRaw
public void setRaw(Boolean value)
-
isTolerateRawData
public Boolean isTolerateRawData()
-
setTolerateRawData
public void setTolerateRawData(Boolean value)
-
isNoDiscovery
public Boolean isNoDiscovery()
-
setNoDiscovery
public void setNoDiscovery(Boolean value)
-
isAllowNotFound
public Boolean isAllowNotFound()
-
setAllowNotFound
public void setAllowNotFound(Boolean value)
-
getPointInTimeType
public PointInTimeTypeType getPointInTimeType()
-
setPointInTimeType
public void setPointInTimeType(PointInTimeTypeType value)
-
getStaleness
public Long getStaleness()
-
setStaleness
public void setStaleness(Long value)
-
isDistinct
public Boolean isDistinct()
-
setDistinct
public void setDistinct(Boolean value)
-
getDefinitionProcessing
public DefinitionProcessingOptionType getDefinitionProcessing()
-
setDefinitionProcessing
public void setDefinitionProcessing(DefinitionProcessingOptionType value)
-
getIterationMethod
public IterationMethodType getIterationMethod()
-
setIterationMethod
public void setIterationMethod(IterationMethodType value)
-
getErrorHandling
public FetchErrorHandlingType getErrorHandling()
-
setErrorHandling
public void setErrorHandling(FetchErrorHandlingType value)
-
getId
public Long getId()
-
setId
public void setId(Long value)
-
retrieve
public GetOperationOptionsType retrieve(RetrieveOptionType value)
-
resolve
public GetOperationOptionsType resolve(Boolean value)
-
resolveNames
public GetOperationOptionsType resolveNames(Boolean value)
-
noFetch
public GetOperationOptionsType noFetch(Boolean value)
-
raw
public GetOperationOptionsType raw(Boolean value)
-
tolerateRawData
public GetOperationOptionsType tolerateRawData(Boolean value)
-
noDiscovery
public GetOperationOptionsType noDiscovery(Boolean value)
-
allowNotFound
public GetOperationOptionsType allowNotFound(Boolean value)
-
pointInTimeType
public GetOperationOptionsType pointInTimeType(PointInTimeTypeType value)
-
staleness
public GetOperationOptionsType staleness(Long value)
-
distinct
public GetOperationOptionsType distinct(Boolean value)
-
definitionProcessing
public GetOperationOptionsType definitionProcessing(DefinitionProcessingOptionType value)
-
iterationMethod
public GetOperationOptionsType iterationMethod(IterationMethodType value)
-
errorHandling
public GetOperationOptionsType errorHandling(FetchErrorHandlingType value)
-
beginErrorHandling
public FetchErrorHandlingType beginErrorHandling()
-
id
public GetOperationOptionsType id(Long value)
-
clone
public GetOperationOptionsType clone()
-
-