| Package | Description |
|---|---|
| com.unboundid.scim.sdk |
| Modifier and Type | Method and Description |
|---|---|
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.
|
static AttributePath |
AttributePath.parse(String path,
String defaultSchema)
Parse an attribute path.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
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–2016 UnboundID. All rights reserved.