com.filenet.api.action
Class TakeFederatedOwnership
- java.lang.Object
-
- com.filenet.api.action.PendingAction
-
- com.filenet.api.action.TakeFederatedOwnership
-
- All Implemented Interfaces:
- java.io.Serializable
public class TakeFederatedOwnership extends PendingAction
Represents a pending action for giving exclusive control of the modification or deletion of a document's federated content to the Content Engine. When an object calls thetakeFederatedOwnershipmethod, the API automatically creates an instance of theTakeFederatedOwnershipclass and adds it to the underlying object's collection ofPendingActionobjects.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description TakeFederatedOwnership()
-
Method Summary
-
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
-
-