This namespace contains a base
class and subclasses related to each
type of pending action. Most callers will probably want to call the type-safe wrapper methods
(such as
) rather than directly working with the underlying
objects.
Classes
Class | Description | |||
---|---|---|---|---|
![]() | ApplySecurityTemplate | Represents an “apply security template” pending action. Calling a method that applies a security template to an object automatically creates an instance of , which is then added to the underlying object’s collection. | ||
![]() | ChangeClass | Represents a pending action for changing the class of a Content Engine object. When an object calls the method, the API automatically creates an instance of the class and adds it to the underlying object's collection of objects. | ||
![]() | ChangeState | Represents a pending action for changing the lifecycle policy state of a document. When a document calls the method, the API automatically creates an instance of the class and adds it to the underlying object's collection of objects. | ||
![]() | Checkin | Represents a pending action for checking in a document as a new version. When a document calls the method, the API automatically creates an instance of the class and adds it to the underlying object's collection of objects. | ||
![]() | Checkout | Represents a pending action for checking out a document. When a document calls the method, the API automatically creates an instance of the class and adds it to the underlying object's collection of objects. | ||
![]() | Create | Represents a “create” pending action. Calling a method that creates an object automatically creates an instance of , which is then added to the underlying object’s collection. | ||
![]() | Delete | Represents a “delete” pending action. Calling a method that deletes an object automatically creates an instance of , which is then added to the underlying object’s collection. | ||
![]() | DemoteVersion | Represents a pending action for demoting a major version of a document to a minor version. When an object calls the method, the API automatically creates an instance of the class and adds it to the underlying object's collection of objects. | ||
![]() | Freeze | Represents a pending action for freezing the custom properties of a document. When an object calls the method, the API automatically creates an instance of the class and adds it to the underlying object's collection of objects. | ||
![]() | InstallAddOn | Represents a pending action for installing an add-on. When you call the method, the API automatically creates an instance of the class, and adds it to the underlying object's collection of objects. | ||
![]() | Lock | Represents a “lock” pending action. Calling a method that locks an object automatically creates an instance of , which is then added to the underlying object’s collection. | ||
![]() | MoveContent | Represents a pending action for moving the content data of an object to a new storage area. When an object calls the method, the API automatically creates an instance of the class and adds it to the underlying object's collection of objects. | ||
![]() | PendingAction | Provides the base class for all of the other classes in this package. A pending action represents an intended change that has not yet been committed to an object on the server. When you call a method that changes an underlying object, a subclass of A
You can retrieve an object’s accumulated pending actions by calling its | ||
![]() | PromoteVersion | Represents a pending action for promoting a minor version of a document to a major version. When an object calls the method, the API automatically creates an instance of the class and adds it to the underlying object's collection of objects. | ||
![]() | RaiseEvent | Represents a pending action for raising a custom event on a object. When you call the method, an instance of the class is created and added to the object's collection of | ||
![]() | TakeFederatedOwnership | Represents a pending action for giving exclusive control of the modification or deletion of a document's federated content to the Content Engine. When an object calls the method, the API automatically creates an instance of the class and adds it to the underlying object's collection of objects. | ||
![]() | Unlock | Represents an “unlock” pending action. Calling a method that unlocks an object automatically creates an instance of , which is then added to the underlying object’s collection. Only the owner of the lock can remove it. | ||
![]() | Update | Represents an “update” pending action. If there are dirty properties in the property cache when is called, the API automatically creates an instance of an pending action and adds it the underlying object’s collection. |