|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilterCriterion | |
---|---|
oracle.iam.rm.client | Provides the classes and interfaces for the Oracle Role Manager client. |
oracle.iam.rm.server_api | Provides the interfaces and classes used for remotely interacting with Oracle Role Manager. |
Uses of FilterCriterion in oracle.iam.rm.client |
---|
Methods in oracle.iam.rm.client with parameters of type FilterCriterion | |
---|---|
PaginatedResultSet |
Client.resolvePersonApprovers(FilterCriterion personIdentificationFilter, FilterCriterion approverRoleIdentificationFilter, java.util.Set<java.lang.String> columnNames) Finds those persons that are approvers for the person identified using the approver role identified. |
Uses of FilterCriterion in oracle.iam.rm.server_api |
---|
Subclasses of FilterCriterion in oracle.iam.rm.server_api | |
---|---|
class |
AggregateFilterCriterion A filter criteria that supports grouping other filters together in logical sets. |
class |
AttributeFilterCriterion A filter that uses an object's attributes to determine if it should be included. |
class |
HierarchyParentFilterCriterion A filter that walks up a hierarchy, effectively allowing joins to parent hierarchy members in result filtering. |
class |
InverseFilterCriterion A filter that acts as a "not" for the contained filter. |
class |
ObjectTypeFilterCriterion A filter that narrows to a particular subtype to allow subtype attributes/joins to be filtered upon. |
class |
RelationshipFilterCriterion A filter that follows a relationship path, effectively allowing joins in result filtering. |
Methods in oracle.iam.rm.server_api that return FilterCriterion | |
---|---|
FilterCriterion |
InverseFilterCriterion.getContainedFilter() Gets the filter on which to apply the "not." |
FilterCriterion[] |
AggregateFilterCriterion.getCriteria() Gets all FilterCriterion s added to this AggregateFilterCriterion . |
FilterCriterion |
RelationshipFilterCriterion.getForeignObjectFilter() Gets the filter to apply to any object at the other end of the relationship path. |
FilterCriterion |
ObjectTypeFilterCriterion.getForeignObjectFilter() Gets the filter to apply to any object at the other end of the relationship path. |
FilterCriterion |
HierarchyParentFilterCriterion.getForeignObjectFilter() Gets the filter criterion applied to the parent object in the hierarchy. |
Methods in oracle.iam.rm.server_api with parameters of type FilterCriterion | |
---|---|
void |
AggregateFilterCriterion.addCriterion(FilterCriterion filterCriterion) Adds another FilterCriterion to the AggregateFilterCriterion . |
ServerPaginatedResultSet |
Server.resolvePersonApprovers(IdentityToken identityToken, FilterCriterion personIdentificationFilter, FilterCriterion approverRoleIdentificationFilter, java.util.Set columnNames, long transactionId) Finds those persons that are approvers for the person identified using the specified approver role ID. |
void |
CriterionSet.setCriteria(java.lang.String subjectId, FilterCriterion filterCriterion) Sets the filter that should be applied to the specified subject. |
Constructors in oracle.iam.rm.server_api with parameters of type FilterCriterion | |
---|---|
HierarchyParentFilterCriterion(java.lang.String objectTypeId, java.lang.String hierarchyId, java.lang.String foreignObjectTypeId, boolean recursive, FilterCriterion foreignObjectFilter) Creates a new HierarchyParentFilterCriterion instance with the provided filter criteria. |
|
InverseFilterCriterion(FilterCriterion containedFilter) Creates a new InverseFilterCriterion with the provided contained filter criterion. |
|
ObjectTypeFilterCriterion(java.lang.String localObjectTypeId, java.lang.String subtypeId, FilterCriterion foreignObjectFilter) Creates a new ObjectTypeFilterCriterion with the provided object type and object filter criterion. |
|
RelationshipFilterCriterion(java.lang.String objectTypeId, java.lang.String relationshipPathId, FilterCriterion foreignObjectFilter) Creates a new RelationshipFilterCriterion with the provided relationship path object type, relationship path, and object filter criterion. |
|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |