Class EntityPathSelectorFactory.EntityPathSelector
java.lang.Object
ch.tocco.nice2.persist.security.api.provider.EntityPathSelectorFactory.EntityPathSelector
- All Implemented Interfaces:
EntityBasedSelector
,Selector
,Serializable
- Enclosing class:
EntityPathSelectorFactory
public static class EntityPathSelectorFactory.EntityPathSelector
extends Object
implements EntityBasedSelector
Selects EntityPath objects. If the entity name equals the entity model in the path and the field
is contained in this selector, the object is selected.
If inverse is true, all fields are selected which are not contained in this selector.
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
EntityPathSelector
-
-
Method Details
-
select
-
contains
-
getEntityName
-
getPathNames
-
getName
- Specified by:
getName
in interfaceEntityBasedSelector
-
getEntities
- Specified by:
getEntities
in interfaceEntityBasedSelector
- Returns:
- entities affected by this collector
-
toString
-