See: Description
Class | Description |
---|---|
ApplySecurityTemplate |
Represents a pending action for applying a security template.
|
ChangeClass |
Represents a pending action for changing the class of a Content Engine object.
|
ChangeState | |
Checkin |
Represents a pending action for checking in a document as a new version.
|
Checkout |
Represents a pending action for checking out a document.
|
Create |
Represents a pending action for creating an object.
|
Delete |
Represents a pending action for deleting an object.
|
DemoteVersion |
Represents a pending action for demoting a major version of a document to a minor version.
|
Freeze |
Represents a pending action for freezing the custom properties of a document version.
|
InstallAddOn |
Represents a pending action for installing an add-on.
|
Lock |
Represents a pending action for locking an object.
|
MoveContent |
Represents a pending action for moving the content data of an object to a new storage location.
|
PendingAction |
Provides the base class for all of the other classes in this package.
|
PromoteVersion |
Represents a pending action for promoting a minor version of a document to a major version.
|
RaiseEvent |
Represents a pending action for raising a custom event on a
Subscribable object. |
Recover |
Represents a pending action for recovering an object that's been marked for deletion.
|
TakeFederatedOwnership |
Represents a pending action for giving exclusive control of the modification or deletion of a document's federated
content to the Content Engine.
|
Unlock |
Represents a pending action for unlocking an object.
|
Update |
Represents a pending action for updating an object.
|
This package contains a base PendingAction
class and subclasses related to each type of pending action. Most callers will probably want to call the type-safe wrapper methods (such as delete
, checkin
, freeze
, etc.) rather than directly working with the underlying PendingAction
objects.
© Copyright IBM Corporation 2006, 2015. All rights reserved.