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