The following table lists the types derived from PendingAction .
Derived Types
Type | 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. |
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. |