public final class GetProcessDefinitionDeployInfos extends AbstractGetProcessDeploymentInfo
| Constructor and Description |
|---|
GetProcessDefinitionDeployInfos(ProcessDefinitionService processDefinitionService,
SearchEntityDescriptor searchDescriptor,
int fromIndex,
int numberOfResults,
org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoCriterion criterion) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SProcessDefinitionDeployInfo> |
executeGet(QueryOptions queryOptions)
Execute the search here
|
convertToClientObjectsexecute, getResultpublic GetProcessDefinitionDeployInfos(ProcessDefinitionService processDefinitionService, SearchEntityDescriptor searchDescriptor, int fromIndex, int numberOfResults, org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoCriterion criterion)
public java.util.List<SProcessDefinitionDeployInfo> executeGet(QueryOptions queryOptions) throws SBonitaException
AbstractGetEntityexecuteGet in class AbstractGetEntity<org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo,SProcessDefinitionDeployInfo>queryOptions - The query options to execute the search withSBonitaException