Class TenantClause
java.lang.Object
com.evolveum.midpoint.schema.selector.spec.SelectorClause
com.evolveum.midpoint.schema.selector.spec.TenantClause
- All Implemented Interfaces:
- DebugDumpable,- Serializable
- See Also:
- 
Field SummaryFields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
- 
Method SummaryModifier and TypeMethodDescription@NotNull StringgetName()Human-understandable name to be used e.g.booleanmatches(@NotNull PrismValue value, @NotNull MatchingContext ctx) Returns `true` if the `value` matches this clause.booleanDoes 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).booleantoFilter(@NotNull FilteringContext ctx) Converts the clause intoObjectFilter(passed toFilteringContext.filterCollector).toString()Methods inherited from class com.evolveum.midpoint.schema.selector.spec.SelectorClausedebugDumpMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDumpLazily, debugDumpLazily
- 
Method Details- 
requiresFullInformationpublic boolean requiresFullInformation()Description copied from class:SelectorClauseDoes 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:
- requiresFullInformationin class- SelectorClause
 
- 
getNameDescription copied from class:SelectorClauseHuman-understandable name to be used e.g. in tracing messages.- Specified by:
- getNamein class- SelectorClause
 
- 
matchesDescription copied from class:SelectorClauseReturns `true` if the `value` matches this clause.- Specified by:
- matchesin class- SelectorClause
 
- 
toFilterDescription copied from class:SelectorClauseConverts the clause intoObjectFilter(passed toFilteringContext.filterCollector). Returns `false` if the clause is not applicable to given situation.- Specified by:
- toFilterin class- SelectorClause
 
- 
toString
 
-