Class AbstractGetEntity<C extends Serializable,S extends PersistentObject>

java.lang.Object
org.bonitasoft.engine.api.impl.transaction.AbstractGetEntity<C,S>
Type Parameters:
C - The client object
S - The server object
All Implemented Interfaces:
TransactionContent, TransactionContentWithResult<List<C>>
Direct Known Subclasses:
AbstractGetProcessDeploymentInfo

public abstract class AbstractGetEntity<C extends Serializable,S extends PersistentObject> extends Object implements TransactionContentWithResult<List<C>>
Abstract class to allow to search server object and convert them to client object
Author:
Celine Souchet
  • Constructor Details

    • AbstractGetEntity

      public AbstractGetEntity(SearchEntityDescriptor searchDescriptor, int fromIndex, int numberOfResults, org.bonitasoft.engine.search.Sort sort)
      Parameters:
      searchDescriptor - The descriptor corresponding to the searched object
      fromIndex - The specified position to begin the search
      numberOfResults - The number of elements to return
      sort - How to sort the result
  • Method Details