Class ResourceObjectSetType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceObjectSetType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class ResourceObjectSetType extends Object implements Serializable, Cloneable, Containerable
Specifies a set of resource objects to be processed.Java class for ResourceObjectSetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceObjectSetType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="resourceRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="kind" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ShadowKindType" minOccurs="0"/> <element name="intent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="objectclass" 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="queryApplication" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceObjectSetQueryApplicationModeType" minOccurs="0"/> <element name="searchOptions" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SelectorQualifiedGetOptionsType" 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_INTENT
static ItemName
F_KIND
static ItemName
F_OBJECTCLASS
static ItemName
F_QUERY
static ItemName
F_QUERY_APPLICATION
static ItemName
F_RESOURCE_REF
static ItemName
F_SEARCH_OPTIONS
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ResourceObjectSetType()
ResourceObjectSetType(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_RESOURCE_REF
public static final ItemName F_RESOURCE_REF
-
F_KIND
public static final ItemName F_KIND
-
F_INTENT
public static final ItemName F_INTENT
-
F_OBJECTCLASS
public static final ItemName F_OBJECTCLASS
-
F_QUERY
public static final ItemName F_QUERY
-
F_QUERY_APPLICATION
public static final ItemName F_QUERY_APPLICATION
-
F_SEARCH_OPTIONS
public static final ItemName F_SEARCH_OPTIONS
-
F_FAILED_OBJECTS_SELECTOR
public static final ItemName F_FAILED_OBJECTS_SELECTOR
-
-
Constructor Detail
-
ResourceObjectSetType
public ResourceObjectSetType()
-
ResourceObjectSetType
public ResourceObjectSetType(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()
-
getResourceRef
public ObjectReferenceType getResourceRef()
-
setResourceRef
public void setResourceRef(ObjectReferenceType value)
-
getKind
public ShadowKindType getKind()
-
setKind
public void setKind(ShadowKindType value)
-
getIntent
public String getIntent()
-
setIntent
public void setIntent(String value)
-
getObjectclass
public QName getObjectclass()
-
setObjectclass
public void setObjectclass(QName value)
-
getQuery
public QueryType getQuery()
-
setQuery
public void setQuery(QueryType value)
-
getQueryApplication
public ResourceObjectSetQueryApplicationModeType getQueryApplication()
-
setQueryApplication
public void setQueryApplication(ResourceObjectSetQueryApplicationModeType value)
-
getSearchOptions
public SelectorQualifiedGetOptionsType getSearchOptions()
-
setSearchOptions
public void setSearchOptions(SelectorQualifiedGetOptionsType value)
-
getFailedObjectsSelector
public FailedObjectsSelectorType getFailedObjectsSelector()
-
setFailedObjectsSelector
public void setFailedObjectsSelector(FailedObjectsSelectorType value)
-
resourceRef
public ResourceObjectSetType resourceRef(ObjectReferenceType value)
-
resourceRef
public ResourceObjectSetType resourceRef(String oid, QName type)
-
resourceRef
public ResourceObjectSetType resourceRef(String oid, QName type, QName relation)
-
beginResourceRef
public ObjectReferenceType beginResourceRef()
-
kind
public ResourceObjectSetType kind(ShadowKindType value)
-
intent
public ResourceObjectSetType intent(String value)
-
objectclass
public ResourceObjectSetType objectclass(QName value)
-
query
public ResourceObjectSetType query(QueryType value)
-
beginQuery
public QueryType beginQuery()
-
queryApplication
public ResourceObjectSetType queryApplication(ResourceObjectSetQueryApplicationModeType value)
-
searchOptions
public ResourceObjectSetType searchOptions(SelectorQualifiedGetOptionsType value)
-
beginSearchOptions
public SelectorQualifiedGetOptionsType beginSearchOptions()
-
failedObjectsSelector
public ResourceObjectSetType failedObjectsSelector(FailedObjectsSelectorType value)
-
beginFailedObjectsSelector
public FailedObjectsSelectorType beginFailedObjectsSelector()
-
clone
public ResourceObjectSetType clone()
-
-