The VaultClassOperations class represents the available class operations.
![]() | Adds a new object class. Returns the created object class, with the ID property set to the real ID value. |
![]() | Gets all object classes. |
![]() | Gets all object classes (for administrative operations). |
![]() | Gets a single object class. |
![]() | Gets the specified object class (for administrative operations). |
![]() | Gets object classes for the specified object type. |
![]() | Gets object classes for the specified object type (for administrative operations). |
![]() | Gets the ID of the object class with the specified alias. Returns -1 if a match is not found or if more than one object class uses the specified alias. |
![]() | Gets the ID of the object class with the specified GUID. Returns -1 if a match is not found. |
![]() | Deletes the object class with the specified ID. |
![]() | Updates the object class. The ID property identifies the object class to modify. |
![]() | Updates the names of all existing objects of the specified class by copying values from the name property of the class to the built-in 'Name or title' property. |