Class AbstractCommandSearchEntity

java.lang.Object
org.bonitasoft.engine.search.AbstractSearchEntity<org.bonitasoft.engine.command.CommandDescriptor,SCommand>
org.bonitasoft.engine.search.AbstractCommandSearchEntity
All Implemented Interfaces:
TransactionContent, TransactionContentWithResult<org.bonitasoft.engine.search.SearchResult<org.bonitasoft.engine.command.CommandDescriptor>>
Direct Known Subclasses:
SearchCommands

public abstract class AbstractCommandSearchEntity extends AbstractSearchEntity<org.bonitasoft.engine.command.CommandDescriptor,SCommand>
Author:
Yanyan Liu
  • Constructor Details

    • AbstractCommandSearchEntity

      public AbstractCommandSearchEntity(SearchEntityDescriptor searchDescriptor, org.bonitasoft.engine.search.SearchOptions options)
  • Method Details

    • convertToClientObjects

      public List<org.bonitasoft.engine.command.CommandDescriptor> convertToClientObjects(List<SCommand> serverObjects)
      Description copied from class: AbstractSearchEntity
      Must convert server objects in client objects here
      Specified by:
      convertToClientObjects in class AbstractSearchEntity<org.bonitasoft.engine.command.CommandDescriptor,SCommand>
      Parameters:
      serverObjects - The server object to convert
      Returns:
      The list of the client objects corresponding to the server objects