Class ResourceObjectPattern
java.lang.Object
com.evolveum.midpoint.schema.processor.ResourceObjectPattern
- All Implemented Interfaces:
- Serializable
- Author:
- semancik
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionResourceObjectPattern(@NotNull ResourceObjectDefinition resourceObjectDefinition, @NotNull ObjectFilter objectFilter) 
- 
Method SummaryModifier and TypeMethodDescription@NotNull ObjectFilter@NotNull ResourceObjectDefinitionbooleanmatches(@NotNull ShadowType shadowToMatch) static booleanmatches(@NotNull ShadowType shadowToMatch, @Nullable Collection<ResourceObjectPattern> protectedAccountPatterns) 
- 
Constructor Details- 
ResourceObjectPatternpublic ResourceObjectPattern(@NotNull @NotNull ResourceObjectDefinition resourceObjectDefinition, @NotNull @NotNull ObjectFilter objectFilter) 
 
- 
- 
Method Details- 
matchespublic static boolean matches(@NotNull @NotNull ShadowType shadowToMatch, @Nullable @Nullable Collection<ResourceObjectPattern> protectedAccountPatterns) throws SchemaException - Throws:
- SchemaException
 
- 
matches- Throws:
- SchemaException
 
- 
getResourceObjectDefinition
- 
getObjectFilter
 
-