Class ResourceObjectPattern
- java.lang.Object
 - 
- com.evolveum.midpoint.schema.processor.ResourceObjectPattern
 
 
- 
- All Implemented Interfaces:
 Serializable
public class ResourceObjectPattern extends Object implements Serializable
- Author:
 - semancik
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ResourceObjectPattern(@NotNull ResourceObjectDefinition resourceObjectDefinition, @NotNull ObjectFilter objectFilter) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull ObjectFiltergetObjectFilter()@NotNull ResourceObjectDefinitiongetResourceObjectDefinition()booleanmatches(PrismObject<ShadowType> shadowToMatch, MatchingRuleRegistry matchingRuleRegistry, RelationRegistry relationRegistry)static booleanmatches(PrismObject<ShadowType> shadowToMatch, Collection<ResourceObjectPattern> protectedAccountPatterns, MatchingRuleRegistry matchingRuleRegistry, RelationRegistry relationRegistry) 
 - 
 
- 
- 
Constructor Detail
- 
ResourceObjectPattern
public ResourceObjectPattern(@NotNull @NotNull ResourceObjectDefinition resourceObjectDefinition, @NotNull @NotNull ObjectFilter objectFilter) 
 - 
 
- 
Method Detail
- 
matches
public static boolean matches(PrismObject<ShadowType> shadowToMatch, Collection<ResourceObjectPattern> protectedAccountPatterns, MatchingRuleRegistry matchingRuleRegistry, RelationRegistry relationRegistry) throws SchemaException
- Throws:
 SchemaException
 
- 
matches
public boolean matches(PrismObject<ShadowType> shadowToMatch, MatchingRuleRegistry matchingRuleRegistry, RelationRegistry relationRegistry) throws SchemaException
- Throws:
 SchemaException
 
- 
getResourceObjectDefinition
@NotNull public @NotNull ResourceObjectDefinition getResourceObjectDefinition()
 
- 
getObjectFilter
@NotNull public @NotNull ObjectFilter getObjectFilter()
 
 - 
 
 -