org.apache.ode.bpel.dao
Interface DeferredProcessInstanceCleanable


public interface DeferredProcessInstanceCleanable

Instances and associated data for a ProcessDAO implementation that implements this interface can be deleted in a deferred fashion.

Author:
sean

Method Summary
 int deleteInstances(int transactionSize)
          Deletes instances and data for this process, the number of rows gets deletes is limited by the transaction size.
 java.lang.Long getPidId()
          Returns the database id.
 

Method Detail

getPidId

java.lang.Long getPidId()
Returns the database id.

Returns:
database id

deleteInstances

int deleteInstances(int transactionSize)
Deletes instances and data for this process, the number of rows gets deletes is limited by the transaction size.

Parameters:
transactionSize - the number of rows to delete
Returns:
the number of rows actually deleted


Copyright © 2015 WSO2. All Rights Reserved.