org.openorb.notify.persistence
public interface Filter extends StorageObject
Method Summary | |
---|---|
ReferenceInfo[] | callbacks()
Callbacks |
ReferenceInfo[] | callbacks(ForUpdate fu) |
void | callbacks(ReferenceInfo[] arg)
Callbacks |
ConstraintInfo[] | constraints()
Constraints associated with this filter |
ConstraintInfo[] | constraints(ForUpdate fu) |
void | constraints(ConstraintInfo[] arg)
Constraints associated with this filter |
String | constraint_grammar()
ConstraintGrammar |
void | constraint_grammar(String arg)
ConstraintGrammar |
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 |
int | next_callback_id()
Indicates the next callback id |
void | next_callback_id(int arg)
Indicates the next callback id |
int | next_constraint_id()
Indicates the next constraint id |
void | next_constraint_id(int arg)
Indicates the next constraint id |