public abstract class AbstractHumanTaskInstanceSearchEntity extends AbstractSearchEntity<org.bonitasoft.engine.bpm.flownode.HumanTaskInstance,SHumanTaskInstance>
| Constructor and Description |
|---|
AbstractHumanTaskInstanceSearchEntity(SearchEntityDescriptor searchDescriptor,
org.bonitasoft.engine.search.SearchOptions options,
FlowNodeStateManager flowNodeStateManager) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.bonitasoft.engine.bpm.flownode.HumanTaskInstance> |
convertToClientObjects(java.util.List<SHumanTaskInstance> serverObjects)
Must convert server objects in client objects here
|
static AbstractHumanTaskInstanceSearchEntity |
searchHumanTaskInstance(SearchEntityDescriptor searchDescriptor,
org.bonitasoft.engine.search.SearchOptions options,
FlowNodeStateManager flowNodeStateManager,
BonitaReadFunction<QueryOptions,java.lang.Long> count,
BonitaReadFunction<QueryOptions,java.util.List<SHumanTaskInstance>> search)
factory to create a search human task descriptor
|
execute, executeCount, executeSearch, getResult, getSearchFilter, search, search, validateQuerypublic AbstractHumanTaskInstanceSearchEntity(SearchEntityDescriptor searchDescriptor, org.bonitasoft.engine.search.SearchOptions options, FlowNodeStateManager flowNodeStateManager)
public java.util.List<org.bonitasoft.engine.bpm.flownode.HumanTaskInstance> convertToClientObjects(java.util.List<SHumanTaskInstance> serverObjects)
AbstractSearchEntityconvertToClientObjects in class AbstractSearchEntity<org.bonitasoft.engine.bpm.flownode.HumanTaskInstance,SHumanTaskInstance>serverObjects - The server object to convertpublic static AbstractHumanTaskInstanceSearchEntity searchHumanTaskInstance(SearchEntityDescriptor searchDescriptor, org.bonitasoft.engine.search.SearchOptions options, FlowNodeStateManager flowNodeStateManager, BonitaReadFunction<QueryOptions,java.lang.Long> count, BonitaReadFunction<QueryOptions,java.util.List<SHumanTaskInstance>> search)