|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.api.action.PendingAction
com.filenet.api.action.InstallAddOn
public class InstallAddOn
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.
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 |
---|
public InstallAddOn(java.lang.String addOnId)
InstallAddOn
pending action object.
addOnId
- A String
containing the identifier (GUID) of the AddOn
object to be installed.Method Detail |
---|
public java.lang.String getAddOnId()
String
containing the identifier (GUID) of the AddOn
object to
be installed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |