com.filenet.api.action

Class 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 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, 2013. All rights reserved.