Class SubjectedObjectSelectorType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectSelectorType
com.evolveum.midpoint.xml.ns._public.common.common_3.SubjectedObjectSelectorType
- All Implemented Interfaces:
Containerable
,Freezable
,ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
OwnedObjectSelectorType
Selects some objects from all the objects in midPoint.
This is an extension of ObjectSelectorType that adds
criteria that relate objects to a specific subject
(logged-in user).
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
AbstractMutableContainerable.Any
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
ContainerablePrismBinding.ContainerableList<T extends Containerable>, ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final Producer<SubjectedObjectSelectorType>
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectSelectorType
F_ARCHETYPE_REF, F_DESCRIPTION, F_DOCUMENTATION, F_FILTER, F_NAME, F_ORG_REF, F_PARENT, F_SUBTYPE, F_TYPE
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowInactive
(Boolean value) archetypeRef
(ObjectReferenceType value) archetypeRef
(String oid, QName type) archetypeRef
(String oid, QName type, QName relation) clone()
description
(String value) documentation
(String value) <X> X
end()
boolean
filter
(SearchFilterType value) orgRef
(ObjectReferenceType value) parent
(ObjectParentSelectorType value) void
setAllowInactive
(Boolean value) void
void
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectSelectorType
getArchetypeRef, getDescription, getDocumentation, getFilter, getName, getOrgRef, getParent, getSubtype, getType, setDescription, setDocumentation, setFilter, setName, setOrgRef, setParent, setSubtype, setType
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 Details
-
COMPLEX_TYPE
-
F_ORG_RELATION
-
F_ROLE_RELATION
-
F_SPECIAL
-
F_ALLOW_INACTIVE
-
FACTORY
-
-
Constructor Details
-
SubjectedObjectSelectorType
public SubjectedObjectSelectorType() -
SubjectedObjectSelectorType
Deprecated.
-
-
Method Details
-
getOrgRelation
-
setOrgRelation
-
getRoleRelation
-
setRoleRelation
-
getSpecial
-
isAllowInactive
-
getAllowInactive
-
setAllowInactive
-
equals
- Overrides:
equals
in classObjectSelectorType
-
id
- Overrides:
id
in classObjectSelectorType
-
orgRelation
-
beginOrgRelation
-
roleRelation
-
beginRoleRelation
-
special
-
allowInactive
-
name
- Overrides:
name
in classObjectSelectorType
-
description
- Overrides:
description
in classObjectSelectorType
-
documentation
- Overrides:
documentation
in classObjectSelectorType
-
parent
- Overrides:
parent
in classObjectSelectorType
-
beginParent
- Overrides:
beginParent
in classObjectSelectorType
-
type
- Overrides:
type
in classObjectSelectorType
-
subtype
- Overrides:
subtype
in classObjectSelectorType
-
archetypeRef
- Overrides:
archetypeRef
in classObjectSelectorType
-
archetypeRef
- Overrides:
archetypeRef
in classObjectSelectorType
-
archetypeRef
- Overrides:
archetypeRef
in classObjectSelectorType
-
beginArchetypeRef
- Overrides:
beginArchetypeRef
in classObjectSelectorType
-
orgRef
- Overrides:
orgRef
in classObjectSelectorType
-
orgRef
- Overrides:
orgRef
in classObjectSelectorType
-
orgRef
- Overrides:
orgRef
in classObjectSelectorType
-
beginOrgRef
- Overrides:
beginOrgRef
in classObjectSelectorType
-
filter
- Overrides:
filter
in classObjectSelectorType
-
end
public <X> X end()- Overrides:
end
in classObjectSelectorType
-
clone
- Overrides:
clone
in classObjectSelectorType
-