Uses of Class
com.filenet.api.action.PendingAction

Packages that use PendingAction
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. 
 

Uses of PendingAction in com.filenet.api.action
 

Subclasses of PendingAction in com.filenet.api.action
 class ApplySecurityTemplate
          Represents an “apply security template” pending action.
 class ChangeClass
          Represents a pending action for changing the class of a Content Engine object.
 class ChangeState
          Represents a pending action for changing the lifecycle policy state of a document.
 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 “create” pending action.
 class Delete
          Represents a “delete” pending action.
 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 “lock” pending action.
 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 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 an “unlock” pending action.
 class Update
          Represents an “update” pending action.
 

Uses of PendingAction in com.filenet.api.core
 

Methods in com.filenet.api.core that return PendingAction
 PendingAction[] IndependentlyPersistableObject.getPendingActions()
          Returns the pending actions for this object.
 

Methods in com.filenet.api.core with parameters of type PendingAction
 void IndependentlyPersistableObject.addPendingAction(PendingAction pa)
          Adds the specified pending action to this object's PendingActions collection.
 



© Copyright IBM Corporation 2006, 2008. All rights reserved.