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.- 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_ARCHETYPE_REF
static ItemName
F_DESCRIPTION
static ItemName
F_DOCUMENTATION
static ItemName
F_FILTER
static ItemName
F_ORG_REF
static ItemName
F_SUBTYPE
static ItemName
F_TYPE
static Producer<ObjectSelectorType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ObjectSelectorType()
ObjectSelectorType(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_DESCRIPTION
public static final ItemName F_DESCRIPTION
-
F_DOCUMENTATION
public static final ItemName F_DOCUMENTATION
-
F_TYPE
public static final ItemName F_TYPE
-
F_SUBTYPE
public static final ItemName F_SUBTYPE
-
F_ARCHETYPE_REF
public static final ItemName F_ARCHETYPE_REF
-
F_ORG_REF
public static final ItemName F_ORG_REF
-
F_FILTER
public static final ItemName F_FILTER
-
FACTORY
public static final Producer<ObjectSelectorType> FACTORY
-
-
Constructor Detail
-
ObjectSelectorType
public ObjectSelectorType()
-
ObjectSelectorType
@Deprecated public ObjectSelectorType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String value)
-
getDocumentation
public String getDocumentation()
-
setDocumentation
public void setDocumentation(String value)
-
getType
public QName getType()
-
setType
public void setType(QName value)
-
getSubtype
public String getSubtype()
-
setSubtype
public void setSubtype(String value)
-
getArchetypeRef
public List<ObjectReferenceType> getArchetypeRef()
-
getOrgRef
public ObjectReferenceType getOrgRef()
-
setOrgRef
public void setOrgRef(ObjectReferenceType value)
-
getFilter
public SearchFilterType getFilter()
-
setFilter
public void setFilter(SearchFilterType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public ObjectSelectorType id(Long value)
-
description
public ObjectSelectorType description(String value)
-
documentation
public ObjectSelectorType documentation(String value)
-
type
public ObjectSelectorType type(QName value)
-
subtype
public ObjectSelectorType subtype(String value)
-
archetypeRef
public ObjectSelectorType archetypeRef(ObjectReferenceType value)
-
archetypeRef
public ObjectSelectorType archetypeRef(String oid, QName type)
-
archetypeRef
public ObjectSelectorType archetypeRef(String oid, QName type, QName relation)
-
beginArchetypeRef
public ObjectReferenceType beginArchetypeRef()
-
orgRef
public ObjectSelectorType orgRef(ObjectReferenceType value)
-
orgRef
public ObjectSelectorType orgRef(String oid, QName type)
-
orgRef
public ObjectSelectorType orgRef(String oid, QName type, QName relation)
-
beginOrgRef
public ObjectReferenceType beginOrgRef()
-
filter
public ObjectSelectorType filter(SearchFilterType value)
-
end
public <X> X end()
-
clone
public ObjectSelectorType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-