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

Packages that use AttributePath
com.unboundid.scim.sdk   
 

Uses of AttributePath in com.unboundid.scim.sdk
 

Methods in com.unboundid.scim.sdk that return AttributePath
 AttributePath SCIMFilter.getFilterAttribute()
          Retrieve the attribute or sub-attribute to filter by, or null if not applicable for this filter type.
 AttributePath SortParameters.getSortBy()
          Retrieve the attribute or sub-attribute whose value is used to order the returned resources.
static AttributePath AttributePath.parse(String path)
          Parse an attribute path.
 

Methods in com.unboundid.scim.sdk with parameters of type AttributePath
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.createPresenceFilter(AttributePath filterAttribute)
          Create a new presence filter.
static SCIMFilter SCIMFilter.createStartsWithFilter(AttributePath filterAttribute, String filterValue)
          Create a new starts with filter.
 

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



Copyright © 2011-2012 UnboundID. All Rights Reserved.