com.filenet.api.action
Class Update
- java.lang.Object
-
- com.filenet.api.action.PendingAction
-
- com.filenet.api.action.Update
-
- All Implemented Interfaces:
- java.io.Serializable
public class Update extends PendingAction
Represents a pending action for updating an object. If there are dirty properties in the property cache whensave()
is called, the API automatically creates an instance of anUpdate
pending action and adds it to the underlying object'sPendingActions
collection.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description Update()
-
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
-
-