Interface Model::Operation
IDL source Global index
interface Operation : OperationClass, BehaviouralFeature
- add_exceptions
- add_exceptions_before
- exceptions
- is_query
- modify_exceptions
- remove_exceptions
- set_exceptions
- set_is_query
void add_exceptions(in MofException new_value)
raises(Reflective::StructuralError, Reflective::ConstraintError, Reflective::SemanticError);
-
void add_exceptions_before(in MofException new_value,
in MofException before)
raises(Reflective::StructuralError, Reflective::NotFound, Reflective::ConstraintError, Reflective::SemanticError);
-
MofExceptionUList exceptions()
raises(Reflective::ConstraintError, Reflective::SemanticError);
-
boolean is_query()
raises(Reflective::StructuralError, Reflective::SemanticError);
-
void modify_exceptions(in MofException old_value,
in MofException new_value)
raises(Reflective::StructuralError, Reflective::NotFound, Reflective::ConstraintError, Reflective::SemanticError);
-
void remove_exceptions(in MofException old_value)
raises(Reflective::StructuralError, Reflective::NotFound, Reflective::ConstraintError, Reflective::SemanticError);
-
void set_exceptions(in MofExceptionUList new_values)
raises(Reflective::StructuralError, Reflective::ConstraintError, Reflective::SemanticError);
-
void set_is_query(in boolean new_value)
raises(Reflective::SemanticError);
-
Generated by Sandia idldoc 1.0.