Uses of Class
com.unboundid.scim.sdk.SCIMFilter

Packages that use SCIMFilter
com.unboundid.scim.sdk   
 

Uses of SCIMFilter in com.unboundid.scim.sdk
 

Methods in com.unboundid.scim.sdk that return SCIMFilter
static SCIMFilter SCIMFilter.createAndFilter(List<SCIMFilter> filterComponents)
          Create a new and filter.
static SCIMFilter SCIMFilter.createContainsFilter(AttributePath filterAttribute, String filterValue)
          Create a new contains filter.
static SCIMFilter SCIMFilter.createEqualityFilter(AttributePath filterAttribute, String filterValue)
          Create a new equality filter.
static SCIMFilter SCIMFilter.createGreaterOrEqualFilter(AttributePath filterAttribute, String filterValue)
          Create a new greater or equal filter.
static SCIMFilter SCIMFilter.createGreaterThanFilter(AttributePath filterAttribute, String filterValue)
          Create a new greater than filter.
static SCIMFilter SCIMFilter.createLessOrEqualFilter(AttributePath filterAttribute, String filterValue)
          Create a new less or equal filter.
static SCIMFilter SCIMFilter.createLessThanFilter(AttributePath filterAttribute, String filterValue)
          Create a new less than filter.
static SCIMFilter SCIMFilter.createOrFilter(List<SCIMFilter> filterComponents)
          Create a new or filter.
static SCIMFilter SCIMFilter.createPresenceFilter(AttributePath filterAttribute)
          Create a new presence filter.
static SCIMFilter SCIMFilter.createStartsWithFilter(AttributePath filterAttribute, String filterValue)
          Create a new starts with filter.
 SCIMFilter GetResourcesRequest.getFilter()
          Retrieve the filter parameters of the request.
 SCIMFilter FilterParser.parse()
          Parse the filter provided in the constructor.
static SCIMFilter SCIMFilter.parse(String filterString)
          Parse a filter from its string representation.
 

Methods in com.unboundid.scim.sdk that return types with arguments of type SCIMFilter
 List<SCIMFilter> SCIMFilter.getFilterComponents()
          Retrieve the filter components for an 'and' or 'or' filter.
 

Methods in com.unboundid.scim.sdk with parameters of type SCIMFilter
 boolean SCIMObject.matchesFilter(SCIMFilter filter)
          Determine whether this object matches the provided filter parameters.
 boolean SCIMAttribute.matchesFilter(SCIMFilter filter)
          Determine whether this attribute matches the provided filter parameters.
 

Method parameters in com.unboundid.scim.sdk with type arguments of type SCIMFilter
static SCIMFilter SCIMFilter.createAndFilter(List<SCIMFilter> filterComponents)
          Create a new and filter.
static SCIMFilter SCIMFilter.createOrFilter(List<SCIMFilter> filterComponents)
          Create a new or filter.
 

Constructors in com.unboundid.scim.sdk with parameters of type SCIMFilter
GetResourcesRequest(URI baseURL, String authenticatedUserID, ResourceDescriptor resourceDescriptor, SCIMFilter filter, SortParameters sortParameters, PageParameters pageParameters, SCIMQueryAttributes attributes)
          Create a new SCIM Get Resource request from the provided information.
 

Constructor parameters in com.unboundid.scim.sdk with type arguments of type SCIMFilter
SCIMFilter(SCIMFilterType filterType, AttributePath filterAttribute, String filterValue, boolean quoteFilterValue, List<SCIMFilter> filterComponents)
          Create a new SCIM filter from the provided information.
 



Copyright © 2011-2012 UnboundID. All Rights Reserved.