com.filenet.api.action
Class InstallAddOn

java.lang.Object
  extended by com.filenet.api.action.PendingAction
      extended by com.filenet.api.action.InstallAddOn
All Implemented Interfaces:
java.io.Serializable

public class InstallAddOn
extends PendingAction

Represents a pending action for installing an add-on. When you call the installAddOn method, the API automatically creates an instance of the InstallAddOn class and adds it to the underlying object's collection of PendingAction objects.

See Also:
Serialized Form

Constructor Summary
InstallAddOn(java.lang.String addOnId)
          Creates a new instance of the InstallAddOn pending action object.
 
Method Summary
 java.lang.String getAddOnId()
          Returns an identifier for the add-on to be applied to the underlying object for this pending action.
 
Methods inherited from class com.filenet.api.action.PendingAction
getBinaryListValue, getBinaryValue, getBooleanListValue, getBooleanValue, getDateTimeListValue, getDateTimeValue, getEngineObjectValue, getFloat64ListValue, getFloat64Value, getIdListValue, getIdValue, getInteger32ListValue, getInteger32Value, getObjectValue, getStringListValue, getStringValue, putObjectValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InstallAddOn

public InstallAddOn(java.lang.String addOnId)
Creates a new instance of the InstallAddOn pending action object.

Parameters:
addOnId - A String containing the identifier (GUID) of the AddOn object to be installed.
Method Detail

getAddOnId

public java.lang.String getAddOnId()
Returns an identifier for the add-on to be applied to the underlying object for this pending action.

Returns:
A String containing the identifier (GUID) of the AddOn object to be installed.


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