Class ResourceObjectSetType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceObjectSetType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class ResourceObjectSetType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Specifies a set of resource objects to be processed.- 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_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
static Producer<ResourceObjectSetType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ResourceObjectSetType()
ResourceObjectSetType(PrismContext context)
Deprecated.
-
Method Summary
-
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_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
-
FACTORY
public static final Producer<ResourceObjectSetType> FACTORY
-
-
Constructor Detail
-
ResourceObjectSetType
public ResourceObjectSetType()
-
ResourceObjectSetType
@Deprecated public ResourceObjectSetType(PrismContext context)
Deprecated.
-
-
Method Detail
-
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)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
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)
-
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()
-
end
public <X> X end()
-
clone
public ResourceObjectSetType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-