import "CosNotifyFilter.idl";
Public Member Functions | |
Filter | create_filter (in string constraint_grammar) raises (InvalidGrammar) |
Create a new Filter object. | |
MappingFilter | create_mapping_filter (in string constraint_grammar, in any default_value) raises (InvalidGrammar) |
Create a new MappingFilter object. |
Filter CosNotifyFilter::FilterFactory::create_filter | ( | in string | constraint_grammar | ) | raises (InvalidGrammar) |
Create a new Filter object.
constraint_grammar | The name of the grammar used for this filter |
InvalidGrammar | The grammar name provided is invalid or unsupported |
MappingFilter CosNotifyFilter::FilterFactory::create_mapping_filter | ( | in string | constraint_grammar, | |
in any | default_value | |||
) | raises (InvalidGrammar) |
Create a new MappingFilter object.
constraint_grammar | The name of the grammar used for this filter | |
default_value | The default property value used if no mapping constraint matches |
InvalidGrammar | The grammar name provided is invalid or unsupported |