public interface IFilter extends IResource
FilterType.
If a loaded AWM application contains at least one modeled filter type, users
can create filters from the Team Developer Filter View.
If the model contains "element type has filter" relationships, filters can be
created from corresponding elements in the Team Developer Tree View.
Filters are managed by the IFilterList.
Not intended to be implemented by clients.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID_PREFIX
Cache ID prefix.
|
| Modifier and Type | Method and Description |
|---|---|
FilterType |
getFilterType()
Gets the filter type of the filter.
|
boolean |
isChangePending()
Whether changes have been made to the filter (e.g.
|
void |
setChangePending(boolean pChangePending)
Sets whether there are pending changes for this filter.
|
void |
setFilterType(FilterType pFilType)
Sets the filter type of the filter.
|
addChildResource, addPropertyValue, addResourceChild, delete, getAllPropertyValues, getChildrenResources, getID, getName, getParentResource, getPropertyValue, getPropertyValueFromHierarchy, getResourceChildren, removeResourceChild, setName, setPropertyValuesstatic final java.lang.String ID_PREFIX
FilterType getFilterType()
void setFilterType(FilterType pFilType)
pFilType - the new filter typeboolean isChangePending()
true if changes have been made to the filtervoid setChangePending(boolean pChangePending)
Should be set to true if changes were made to the filter and
e.g. filter actions must be executed again to refresh potential result
lists.
Should be set to false by actions which refresh the filter
and potential result lists.
pChangePending - whether changes are pending for the filterCopyright © 2015 Micro Focus GmbH. All rights reserved.