CosNotifyFilter_Filter
Functions
_get_constraint_grammar(OE_THIS) -> term()
_get_constraint_grammar(OE_THIS, OE_Options) -> term()
add_constraints(OE_THIS, Constraint_list) -> term()
add_constraints(OE_THIS, OE_Options, Constraint_list) -> term()
modify_constraints(OE_THIS, Del_list, Modify_list) -> term()
modify_constraints(OE_THIS, OE_Options, Del_list, Modify_list) -> term()
get_constraints(OE_THIS, Id_list) -> term()
get_constraints(OE_THIS, OE_Options, Id_list) -> term()
get_all_constraints(OE_THIS) -> term()
get_all_constraints(OE_THIS, OE_Options) -> term()
remove_all_constraints(OE_THIS) -> term()
remove_all_constraints(OE_THIS, OE_Options) -> term()
destroy(OE_THIS) -> term()
destroy(OE_THIS, OE_Options) -> term()
match(OE_THIS, Filterable_data) -> term()
match(OE_THIS, OE_Options, Filterable_data) -> term()
match_structured(OE_THIS, Filterable_data) -> term()
match_structured(OE_THIS, OE_Options, Filterable_data) -> term()
match_typed(OE_THIS, Filterable_data) -> term()
match_typed(OE_THIS, OE_Options, Filterable_data) -> term()
attach_callback(OE_THIS, Callback) -> term()
attach_callback(OE_THIS, OE_Options, Callback) -> term()
detach_callback(OE_THIS, Callback) -> term()
detach_callback(OE_THIS, OE_Options, Callback) -> term()
get_callbacks(OE_THIS) -> term()
get_callbacks(OE_THIS, OE_Options) -> term()
oe_is_a(X1) -> term()
oe_tc(X1) -> term()
oe_get_interface() -> term()
typeID() -> term()
oe_create() -> term()
oe_create_link() -> term()
oe_create(Env) -> term()
oe_create_link(Env) -> term()
oe_create(Env, RegName) -> term()
oe_create_link(Env, RegName) -> term()
init(Env) -> term()
terminate(Reason, State) -> term()
handle_call(X1, X2, OE_State) -> term()
handle_cast(X1, State) -> term()
handle_info(Info, State) -> term()
code_change(OldVsn, State, Extra) -> term()
View Functions
- _get_constraint_grammar/1
- _get_constraint_grammar/2
- add_constraints/2
- add_constraints/3
- modify_constraints/3
- modify_constraints/4
- get_constraints/2
- get_constraints/3
- get_all_constraints/1
- get_all_constraints/2
- remove_all_constraints/1
- remove_all_constraints/2
- destroy/1
- destroy/2
- match/2
- match/3
- match_structured/2
- match_structured/3
- match_typed/2
- match_typed/3
- attach_callback/2
- attach_callback/3
- detach_callback/2
- detach_callback/3
- get_callbacks/1
- get_callbacks/2
- oe_is_a/1
- oe_tc/1
- oe_get_interface/0
- typeID/0
- oe_create/0
- oe_create_link/0
- oe_create/1
- oe_create_link/1
- oe_create/2
- oe_create_link/2
- init/1
- terminate/2
- handle_call/3
- handle_cast/2
- handle_info/2
- code_change/3