com.filenet.api.action
Class InstallAddOn
- java.lang.Object
-
- com.filenet.api.action.PendingAction
-
- 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 theinstallAddOnmethod, the API automatically creates an instance of theInstallAddOnclass and adds it to the underlying object's collection ofPendingActionobjects.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description InstallAddOn(java.lang.String addOnId)Creates a new instance of theInstallAddOnpending action object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetAddOnId()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
-
-