public class ResourceObjectPattern extends Object implements Serializable
| Constructor and Description | 
|---|
ResourceObjectPattern(RefinedObjectClassDefinition rOcDef)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addFilter(com.evolveum.midpoint.prism.query.ObjectFilter filter)  | 
void | 
addIdentifier(ResourceAttribute<?> identifier)  | 
Collection<ResourceAttribute<?>> | 
getIdentifiers()  | 
static boolean | 
matches(com.evolveum.midpoint.prism.PrismObject<ShadowType> shadowToMatch,
       Collection<ResourceObjectPattern> protectedAccountPatterns,
       com.evolveum.midpoint.prism.match.MatchingRuleRegistry matchingRuleRegistry)  | 
boolean | 
matches(com.evolveum.midpoint.prism.PrismObject<ShadowType> shadowToMatch,
       com.evolveum.midpoint.prism.match.MatchingRuleRegistry matchingRuleRegistry)  | 
public ResourceObjectPattern(RefinedObjectClassDefinition rOcDef)
public Collection<ResourceAttribute<?>> getIdentifiers()
public void addIdentifier(ResourceAttribute<?> identifier)
public static boolean matches(com.evolveum.midpoint.prism.PrismObject<ShadowType> shadowToMatch, Collection<ResourceObjectPattern> protectedAccountPatterns, com.evolveum.midpoint.prism.match.MatchingRuleRegistry matchingRuleRegistry) throws SchemaException
SchemaExceptionpublic boolean matches(com.evolveum.midpoint.prism.PrismObject<ShadowType> shadowToMatch, com.evolveum.midpoint.prism.match.MatchingRuleRegistry matchingRuleRegistry) throws SchemaException
SchemaExceptionpublic void addFilter(com.evolveum.midpoint.prism.query.ObjectFilter filter)
Copyright © 2016 Evolveum. All rights reserved.