com.filenet.api.action

Class Recover

  • All Implemented Interfaces:
    java.io.Serializable


    public class Recover
    extends PendingAction
    Represents a pending action for recovering an object that's been marked for deletion. When the recover method is called, the API automatically creates an instance of the Recover class and adds it to the underlying object's collection of PendingAction objects.
    See Also:
    Serialized Form
    • Constructor Detail

      • Recover

        public Recover(Properties recoveryProperties)
        Creates a new instance of a Recover pending action object.
        Parameters:
        recoveryProperties - A Properties object containing a list of property values to override the recovered values. If null, no property values are overridden.
    • Method Detail

      • getRecoveryProperties

        public Properties getRecoveryProperties()
        Returns a list of the recovery override property values.
        Returns:
        A Properties object containing a list of property values.

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