Class ObjectSelectorType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectSelectorType
- All Implemented Interfaces:
Containerable,Freezable,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding,DebugDumpable,Serializable,Cloneable
- Direct Known Subclasses:
LinkedObjectSelectorType,SubjectedObjectSelectorType
public class ObjectSelectorType
extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Selects some objects from all the objects in midPoint.
Note that although we usually talk about "real" prism objects here,
this selector can be also applied to sub-object structures, like case work items, and so on.
See the "parent" item.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.AnyNested 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
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final Producer<ObjectSelectorType>Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarchetypeRef(ObjectReferenceType value) archetypeRef(String oid, QName type) archetypeRef(String oid, QName type, QName relation) clone()description(String value) documentation(String value) <X> Xend()booleanfilter(SearchFilterType value) getName()getType()orgRef(ObjectReferenceType value) parent(ObjectParentSelectorType value) voidsetDescription(String value) voidsetDocumentation(String value) voidsetFilter(SearchFilterType value) voidvoidsetOrgRef(ObjectReferenceType value) voidvoidsetSubtype(String value) voidMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, cloneWithoutIdAndMetadata, debugDump, freeze, isImmutableMethods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerableMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazilyMethods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
Field Details
-
COMPLEX_TYPE
-
F_NAME
-
F_DESCRIPTION
-
F_DOCUMENTATION
-
F_PARENT
-
F_TYPE
-
F_SUBTYPE
-
F_ARCHETYPE_REF
-
F_ORG_REF
-
F_FILTER
-
FACTORY
-
-
Constructor Details
-
ObjectSelectorType
public ObjectSelectorType() -
ObjectSelectorType
Deprecated.
-
-
Method Details
-
getName
-
setName
-
getDescription
-
setDescription
-
getDocumentation
-
setDocumentation
-
getParent
-
setParent
-
getType
-
setType
-
getSubtype
-
setSubtype
-
getArchetypeRef
-
getOrgRef
-
setOrgRef
-
getFilter
-
setFilter
-
equals
- Overrides:
equalsin classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
-
name
-
description
-
documentation
-
parent
-
beginParent
-
type
-
subtype
-
archetypeRef
-
archetypeRef
-
archetypeRef
-
beginArchetypeRef
-
orgRef
-
orgRef
-
orgRef
-
beginOrgRef
-
filter
-
end
public <X> X end() -
clone
- Overrides:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-