public abstract class GroupFilterTerm extends Object implements IFilterTerm
| Modifier | Constructor and Description |
|---|---|
protected |
GroupFilterTerm(IFilterTerm[] terms) |
| Modifier and Type | Method and Description |
|---|---|
GroupFilterTerm |
and(IFilterTerm... terms)
Create an AndFilterTerm from the array of terms
|
String |
getShortToken() |
String |
getToken() |
boolean |
hasTerm() |
GroupFilterTerm |
or(IFilterTerm... terms)
Create an OrFilterTerm from the array of terms
|
FilterTerm |
Term(IAttributeDefinition def)
Create a filter term from the attribute definition
|
protected GroupFilterTerm(IFilterTerm[] terms)
public boolean hasTerm()
public String getToken() throws APIException
getToken in interface IFilterTermAPIException - if object has incorrect statementpublic String getShortToken() throws APIException
getShortToken in interface IFilterTermAPIException - if object has incorrect statementpublic GroupFilterTerm and(IFilterTerm... terms)
terms - - IFilterTerm datapublic GroupFilterTerm or(IFilterTerm... terms)
terms - - IFilterTerm datapublic FilterTerm Term(IAttributeDefinition def)
def - - IAttributeDefinition dataCopyright © 2021 VersionOne, Inc.. All rights reserved.