com.filenet.api.action
Class Recover
- java.lang.Object
-
- com.filenet.api.action.PendingAction
-
- com.filenet.api.action.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 therecovermethod is called, the API automatically creates an instance of theRecoverclass and adds it to the underlying object's collection ofPendingActionobjects.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description Recover(Properties recoveryProperties)Creates a new instance of aRecoverpending action object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description PropertiesgetRecoveryProperties()Returns a list of the recovery override property values.-
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
-
-
-
-
Constructor Detail
-
Recover
public Recover(Properties recoveryProperties)
Creates a new instance of aRecoverpending action object.- Parameters:
recoveryProperties- APropertiesobject containing a list of property values to override the recovered values. Ifnull, no property values are overridden.
-
-
Method Detail
-
getRecoveryProperties
public Properties getRecoveryProperties()
Returns a list of the recovery override property values.- Returns:
- A
Propertiesobject containing a list of property values.
-
-