com.filenet.api.action
Class Delete

java.lang.Object
  extended by com.filenet.api.action.PendingAction
      extended by com.filenet.api.action.Delete
All Implemented Interfaces:
java.io.Serializable

public class Delete
extends PendingAction

Represents a “delete” pending action. Calling a method that deletes an object automatically creates an instance of Delete, which is then added to the underlying object’s PendingActions collection.

See Also:
Serialized Form

Constructor Summary
Delete()
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Delete

public Delete()


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