|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilterFactory | |
com.arsdigita.domain | Domain Objects provide an application logic tier between the persistent storage and presentation tiers. |
com.arsdigita.kernel.permissions | The permissioning (authorization) system. |
com.arsdigita.persistence | The classes in this package provide an API for creating and manipulating Data Objects. |
Uses of FilterFactory in com.arsdigita.domain |
Methods in com.arsdigita.domain that return FilterFactory | |
FilterFactory |
DomainQuery.getFilterFactory()
This retrieves the factory that is used to create the filters for this DataQuery |
Uses of FilterFactory in com.arsdigita.kernel.permissions |
Methods in com.arsdigita.kernel.permissions with parameters of type FilterFactory | |
static Filter |
PermissionService.getFilterQuery(FilterFactory factory,
String propertyName,
PrivilegeDescriptor privilege,
OID partyOID)
Returns a Filter to include only those results where the specified user has the specified privilege on the ACSObject identified by the specified property name. |
static Filter |
PermissionService.getObjectFilterQuery(FilterFactory factory,
String propertyName,
PrivilegeDescriptor privilege,
OID oid)
|
Filter |
PermissionManager.getFilterQuery(FilterFactory factory,
String propertyName,
PrivilegeDescriptor privilege,
OID partyOID)
Returns a Filter to include only those results where the specified party has the specified privilege on the ACSObject identified by the specified property name. |
Filter |
PermissionManager.getObjectFilterQuery(FilterFactory factory,
String propertyName,
PrivilegeDescriptor privilege,
OID objectOID)
|
Uses of FilterFactory in com.arsdigita.persistence |
Methods in com.arsdigita.persistence that return FilterFactory | |
FilterFactory |
DataQueryDecorator.getFilterFactory()
|
FilterFactory |
DataQuery.getFilterFactory()
This retrieves the factory that is used to create the filters for this DataQuery |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |