org.openorb.notify.persistence

Interface Filter

public interface Filter extends StorageObject

This storagetype describes a Filter
Method Summary
ReferenceInfo[]callbacks()
Callbacks
ReferenceInfo[]callbacks(ForUpdate fu)
voidcallbacks(ReferenceInfo[] arg)
Callbacks
ConstraintInfo[]constraints()
Constraints associated with this filter
ConstraintInfo[]constraints(ForUpdate fu)
voidconstraints(ConstraintInfo[] arg)
Constraints associated with this filter
Stringconstraint_grammar()
ConstraintGrammar
voidconstraint_grammar(String arg)
ConstraintGrammar
EventTypeInfo[]event_types()
Indicates the event types in use
EventTypeInfo[]event_types(ForUpdate fu)
voidevent_types(EventTypeInfo[] arg)
Indicates the event types in use
intnext_callback_id()
Indicates the next callback id
voidnext_callback_id(int arg)
Indicates the next callback id
intnext_constraint_id()
Indicates the next constraint id
voidnext_constraint_id(int arg)
Indicates the next constraint id

Method Detail

callbacks

public ReferenceInfo[] callbacks()
Callbacks

callbacks

public ReferenceInfo[] callbacks(ForUpdate fu)

callbacks

public void callbacks(ReferenceInfo[] arg)
Callbacks

constraints

public ConstraintInfo[] constraints()
Constraints associated with this filter

constraints

public ConstraintInfo[] constraints(ForUpdate fu)

constraints

public void constraints(ConstraintInfo[] arg)
Constraints associated with this filter

constraint_grammar

public String constraint_grammar()
ConstraintGrammar

constraint_grammar

public void constraint_grammar(String arg)
ConstraintGrammar

event_types

public EventTypeInfo[] event_types()
Indicates the event types in use

event_types

public EventTypeInfo[] event_types(ForUpdate fu)

event_types

public void event_types(EventTypeInfo[] arg)
Indicates the event types in use

next_callback_id

public int next_callback_id()
Indicates the next callback id

next_callback_id

public void next_callback_id(int arg)
Indicates the next callback id

next_constraint_id

public int next_constraint_id()
Indicates the next constraint id

next_constraint_id

public void next_constraint_id(int arg)
Indicates the next constraint id