| Package | Description |
|---|---|
| com.versionone.apiclient | |
| com.versionone.apiclient.filters | |
| com.versionone.apiclient.interfaces |
| Modifier and Type | Class and Description |
|---|---|
class |
NoOpTerm |
class |
TokenTerm |
| Modifier and Type | Method and Description |
|---|---|
IFilterTerm |
Query.getFilter()
Get the filter
|
| Modifier and Type | Method and Description |
|---|---|
void |
Query.setFilter(IFilterTerm value)
Set a filter
|
| Modifier and Type | Class and Description |
|---|---|
class |
AndFilterTerm
Combine terms on a filter using 'and'
|
class |
FilterTerm |
class |
GroupFilterTerm
Base class for grouping filter terms (i.e and, or)
|
class |
OrFilterTerm
Combine terms in a filter using 'or'
|
| Modifier and Type | Method and Description |
|---|---|
GroupFilterTerm |
GroupFilterTerm.and(IFilterTerm... terms)
Create an AndFilterTerm from the array of terms
|
GroupFilterTerm |
GroupFilterTerm.or(IFilterTerm... terms)
Create an OrFilterTerm from the array of terms
|
| Constructor and Description |
|---|
AndFilterTerm(IFilterTerm... terms)
Create filter with a collection of terms
|
GroupFilterTerm(IFilterTerm[] terms) |
OrFilterTerm(IFilterTerm... terms)
Create filter collection of terms
|
| Modifier and Type | Method and Description |
|---|---|
IAttributeDefinition |
IAttributeDefinition.filter(IFilterTerm filter)
Add filter to object
|
Copyright © 2016 VersionOne, Inc.. All rights reserved.