org.openorb.notify.persistence
public interface FilterAdmin extends StorageObject
| Method Summary | |
|---|---|
| EventTypeInfo[] | event_types()
Indicates the event types in use |
| EventTypeInfo[] | event_types(ForUpdate fu) |
| void | event_types(EventTypeInfo[] arg)
Indicates the event types in use |
| ReferenceInfo[] | filters()
Filters associated with this filter admin |
| ReferenceInfo[] | filters(ForUpdate fu) |
| void | filters(ReferenceInfo[] arg)
Filters associated with this filter admin |
| ReferenceInfo[] | mapping_filters()
Mapping filters associated with this filter admin |
| ReferenceInfo[] | mapping_filters(ForUpdate fu) |
| void | mapping_filters(ReferenceInfo[] arg)
Mapping filters associated with this filter admin |
| int | next_filter_id()
Indicates the next filter id |
| void | next_filter_id(int arg)
Indicates the next filter id |