public interface FilterOperations
Modifier and Type | Method and Description |
---|---|
ConstraintInfo[] |
add_constraints(ConstraintExp[] constraint_list) |
int |
attach_callback(NotifySubscribe callback) |
String |
constraint_grammar() |
void |
destroy() |
void |
detach_callback(int callback) |
ConstraintInfo[] |
get_all_constraints() |
int[] |
get_callbacks() |
ConstraintInfo[] |
get_constraints(int[] id_list) |
boolean |
match_structured(StructuredEvent filterable_data) |
boolean |
match_typed(Property[] filterable_data) |
boolean |
match(Any filterable_data) |
void |
modify_constraints(int[] del_list,
ConstraintInfo[] modify_list) |
void |
remove_all_constraints() |
String constraint_grammar()
ConstraintInfo[] add_constraints(ConstraintExp[] constraint_list) throws InvalidConstraint
InvalidConstraint
void modify_constraints(int[] del_list, ConstraintInfo[] modify_list) throws ConstraintNotFound, InvalidConstraint
ConstraintNotFound
InvalidConstraint
ConstraintInfo[] get_constraints(int[] id_list) throws ConstraintNotFound
ConstraintNotFound
ConstraintInfo[] get_all_constraints()
void remove_all_constraints()
void destroy()
boolean match(Any filterable_data) throws UnsupportedFilterableData
UnsupportedFilterableData
boolean match_structured(StructuredEvent filterable_data) throws UnsupportedFilterableData
UnsupportedFilterableData
boolean match_typed(Property[] filterable_data) throws UnsupportedFilterableData
UnsupportedFilterableData
int attach_callback(NotifySubscribe callback)
void detach_callback(int callback) throws CallbackNotFound
CallbackNotFound
int[] get_callbacks()
Copyright © 2016 JacORB. All rights reserved.