Class OrgRefClause
java.lang.Object
com.evolveum.midpoint.schema.selector.spec.SelectorClause
com.evolveum.midpoint.schema.selector.spec.OrgRefClause
- All Implemented Interfaces:
DebugDumpable
,Serializable
- See Also:
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Method Summary
Modifier and TypeMethodDescription@NotNull String
getName()
Human-understandable name to be used e.g.@NotNull String
boolean
matches
(@NotNull PrismValue value, @NotNull MatchingContext ctx) Returns `true` if the `value` matches this clause.boolean
Does this clause require full information about the object that is provided by the Projector? For example, any clauses referring to `parentOrgRef` or `tenantRef` need that information (which is computed from the assignments).boolean
toFilter
(@NotNull FilteringContext ctx) Converts the clause intoObjectFilter
(passed toFilteringContext.filterCollector
).toString()
Methods inherited from class com.evolveum.midpoint.schema.selector.spec.SelectorClause
debugDump
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Method Details
-
requiresFullInformation
public boolean requiresFullInformation()Description copied from class:SelectorClause
Does this clause require full information about the object that is provided by the Projector? For example, any clauses referring to `parentOrgRef` or `tenantRef` need that information (which is computed from the assignments).- Overrides:
requiresFullInformation
in classSelectorClause
-
getOrgOid
-
getName
Description copied from class:SelectorClause
Human-understandable name to be used e.g. in tracing messages.- Specified by:
getName
in classSelectorClause
-
matches
public boolean matches(@NotNull @NotNull PrismValue value, @NotNull @NotNull MatchingContext ctx) throws SchemaException, ExpressionEvaluationException, CommunicationException, SecurityViolationException, ConfigurationException, ObjectNotFoundException Description copied from class:SelectorClause
Returns `true` if the `value` matches this clause. -
toFilter
Description copied from class:SelectorClause
Converts the clause intoObjectFilter
(passed toFilteringContext.filterCollector
). Returns `false` if the clause is not applicable to given situation.- Specified by:
toFilter
in classSelectorClause
- Throws:
SchemaException
-
toString
-