Class ObjectSetType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectSetType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class ObjectSetType extends Object implements Serializable, Cloneable, Containerable
Specifies a set of repository objects to be processed.Java class for ObjectSetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectSetType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="type" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/> <element name="query" type="{http://prism.evolveum.com/xml/ns/public/query-3}QueryType" minOccurs="0"/> <element name="searchOptions" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SelectorQualifiedGetOptionsType" minOccurs="0"/> <element name="useRepositoryDirectly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="failedObjectsSelector" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}FailedObjectsSelectorType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_FAILED_OBJECTS_SELECTOR
static ItemName
F_QUERY
static ItemName
F_SEARCH_OPTIONS
static ItemName
F_TYPE
static ItemName
F_USE_REPOSITORY_DIRECTLY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ObjectSetType()
ObjectSetType(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_TYPE
public static final ItemName F_TYPE
-
F_QUERY
public static final ItemName F_QUERY
-
F_SEARCH_OPTIONS
public static final ItemName F_SEARCH_OPTIONS
-
F_USE_REPOSITORY_DIRECTLY
public static final ItemName F_USE_REPOSITORY_DIRECTLY
-
F_FAILED_OBJECTS_SELECTOR
public static final ItemName F_FAILED_OBJECTS_SELECTOR
-
-
Constructor Detail
-
ObjectSetType
public ObjectSetType()
-
ObjectSetType
public ObjectSetType(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()
-
getType
public QName getType()
-
setType
public void setType(QName value)
-
getQuery
public QueryType getQuery()
-
setQuery
public void setQuery(QueryType value)
-
getSearchOptions
public SelectorQualifiedGetOptionsType getSearchOptions()
-
setSearchOptions
public void setSearchOptions(SelectorQualifiedGetOptionsType value)
-
isUseRepositoryDirectly
public Boolean isUseRepositoryDirectly()
-
setUseRepositoryDirectly
public void setUseRepositoryDirectly(Boolean value)
-
getFailedObjectsSelector
public FailedObjectsSelectorType getFailedObjectsSelector()
-
setFailedObjectsSelector
public void setFailedObjectsSelector(FailedObjectsSelectorType value)
-
type
public ObjectSetType type(QName value)
-
query
public ObjectSetType query(QueryType value)
-
beginQuery
public QueryType beginQuery()
-
searchOptions
public ObjectSetType searchOptions(SelectorQualifiedGetOptionsType value)
-
beginSearchOptions
public SelectorQualifiedGetOptionsType beginSearchOptions()
-
useRepositoryDirectly
public ObjectSetType useRepositoryDirectly(Boolean value)
-
failedObjectsSelector
public ObjectSetType failedObjectsSelector(FailedObjectsSelectorType value)
-
beginFailedObjectsSelector
public FailedObjectsSelectorType beginFailedObjectsSelector()
-
clone
public ObjectSetType clone()
-
-