Package | Description |
---|---|
com.filenet.api.action |
Provides classes that are related to making changes to objects.
|
com.filenet.api.core |
Provides classes and interfaces that are related to the core business objects of the API, such as
EntireNetwork , Domain , Document , Folder , and so on. |
Modifier and Type | Class and Description |
---|---|
class |
ApplySecurityTemplate
Represents a pending action for applying a security template.
|
class |
ChangeClass
Represents a pending action for changing the class of a Content Engine object.
|
class |
ChangeState
|
class |
Checkin
Represents a pending action for checking in a document as a new version.
|
class |
Checkout
Represents a pending action for checking out a document.
|
class |
Create
Represents a pending action for creating an object.
|
class |
Delete
Represents a pending action for deleting an object.
|
class |
DemoteVersion
Represents a pending action for demoting a major version of a document to a minor version.
|
class |
Freeze
Represents a pending action for freezing the custom properties of a document version.
|
class |
InstallAddOn
Represents a pending action for installing an add-on.
|
class |
Lock
Represents a pending action for locking an object.
|
class |
MoveContent
Represents a pending action for moving the content data of an object to a new storage location.
|
class |
PromoteVersion
Represents a pending action for promoting a minor version of a document to a major version.
|
class |
RaiseEvent
Represents a pending action for raising a custom event on a
Subscribable object. |
class |
Recover
Represents a pending action for recovering an object that's been marked for deletion.
|
class |
TakeFederatedOwnership
Represents a pending action for giving exclusive control of the modification or deletion of a document's federated
content to the Content Engine.
|
class |
Unlock
Represents a pending action for unlocking an object.
|
class |
Update
Represents a pending action for updating an object.
|
Modifier and Type | Method and Description |
---|---|
PendingAction[] |
IndependentlyPersistableObject.getPendingActions()
Returns the pending actions for this object.
|
Modifier and Type | Method and Description |
---|---|
void |
IndependentlyPersistableObject.addPendingAction(PendingAction pa)
Adds the specified pending action to this object's
PendingActions collection. |
© Copyright IBM Corporation 2006, 2015. All rights reserved.