Interface Model::Operation

IDL source    Global index
interface Operation : OperationClass, BehaviouralFeature


Operation index.

  • add_exceptions
  • add_exceptions_before
  • exceptions
  • is_query
  • modify_exceptions
  • remove_exceptions
  • set_exceptions
  • set_is_query
  • Operations.

  • add_exceptions

      void add_exceptions(in MofException new_value)
        raises(Reflective::StructuralError, Reflective::ConstraintError, Reflective::SemanticError);

  • add_exceptions_before

      void add_exceptions_before(in MofException new_value,
          in MofException before)
        raises(Reflective::StructuralError, Reflective::NotFound, Reflective::ConstraintError, Reflective::SemanticError);

  • exceptions

      MofExceptionUList exceptions()
        raises(Reflective::ConstraintError, Reflective::SemanticError);

  • is_query

      boolean is_query()
        raises(Reflective::StructuralError, Reflective::SemanticError);

  • modify_exceptions

      void modify_exceptions(in MofException old_value,
          in MofException new_value)
        raises(Reflective::StructuralError, Reflective::NotFound, Reflective::ConstraintError, Reflective::SemanticError);

  • remove_exceptions

      void remove_exceptions(in MofException old_value)
        raises(Reflective::StructuralError, Reflective::NotFound, Reflective::ConstraintError, Reflective::SemanticError);

  • set_exceptions

      void set_exceptions(in MofExceptionUList new_values)
        raises(Reflective::StructuralError, Reflective::ConstraintError, Reflective::SemanticError);

  • set_is_query

      void set_is_query(in boolean new_value)
        raises(Reflective::SemanticError);


    Generated by Sandia idldoc 1.0.