| Package | Description |
|---|---|
| com.bmc.arsys.api |
| Modifier and Type | Method and Description |
|---|---|
Filter |
ARServerUser.getFilter(String key)
Returns detailed information about the
Filter object specified by the given name. |
Filter |
ARServerUser.getFilter(String key,
FilterCriteria criteria)
|
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
ARServerUser.getListFilterObjects()
return the detail of all (accessible)
Filter objects |
List<Filter> |
ARServerUser.getListFilterObjects(List<String> names)
return the detail of all (accessible) requested
Filter objects |
List<Filter> |
ARServerUser.getListFilterObjects(List<String> names,
FilterCriteria criteria)
return the detail of all (accessible) requested
Filter objects |
List<Filter> |
ARServerUser.getListFilterObjects(List<String> names,
long changedSince,
FilterCriteria criteria)
return the detail of all (accessible) requested
Filter objects that are modified after the given
timestamp |
List<Filter> |
ARServerUser.getListFilterObjects(String formName)
return the detail of all (accessible)
Filter objects that are associated with the given form |
List<Filter> |
ARServerUser.getListFilterObjects(String formName,
long changedSince)
return the detail of all (accessible)
Filter objects that are associated with the given form and modified
after the provided timestamp |
List<Filter> |
ARServerUser.getListFilterObjects(String formName,
long changedSince,
FilterCriteria criteria)
return the detail information of all (accessible)
Filter objects that are associated with the given form
and modified after the provided timestamp |
| Modifier and Type | Method and Description |
|---|---|
void |
ARServerUser.createFilter(Filter object)
Creates this
Filter object on AR System server. |
void |
ARServerUser.createFilter(Filter object,
String objectModificationLogLabel)
Creates this
Filter object on AR System server. |
void |
ObjectPrinter.printFilter(String indent,
String header,
Filter filter) |
void |
ObjectPrinter.printFilterList(String indent,
String header,
Filter[] filterList) |
void |
ObjectPrinter.printFilterName(String indent,
String header,
Filter filter) |
void |
ARServerUser.setFilter(Filter object)
Updates this
Filter object onto ARSystem server. |
void |
ARServerUser.setFilter(Filter object,
String objectModificationLogLabel)
Updates this
Filter object onto ARSystem server. |
void |
MethodValidator.verifyARCreateFilter(ApiUserContextI context,
Filter arg1) |
void |
MethodValidator.verifyARGetFilter(ApiUserContextI context,
String key,
FilterCriteria criteria,
Filter object) |
void |
MethodValidator.verifyARSetFilter(ApiUserContextI context,
Filter arg1) |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectPrinter.printFilterListNames(String indent,
String header,
List<Filter> filterList) |
? Copyright 2013 BMC Software, Inc.