CosPropertyService_PropertySetDef
Module
Module Summary
Description
To get access to the record definitions for the structures use:
-include_lib("cosProperty/include/CosPropertyService.hrl").
This module also exports the functions described in
Types
This operation return the TypeCodes which we are allowed to use when adding new properties.
Types
This operation a sequence of the allowed properties we may alter; depends on which mode associated with a certain property.
Types
This operation attempts to associate a new property with the target object. If we fail to do so the appropriate exception is raised.
Types
This operation attempts to associate the given Property Definitions with the target object. If one or more attempts fail an exception is raised describing which properties we where not able to create.
Types
This operation returns the type of the given property.
Types
This operation returns the modes of the listed properties. If the boolean flag is false, all properties with mode undefined this operation failed to comply.
Types
This operation changes the given property's mode. Return the appropriate exception if not able to fulfill the request.
Types
This operation attempts to update the listed properties mode's. Raises an exception which describe which and why an operation failed.