public abstract class AbstractGetProcessDeploymentInfo extends AbstractGetEntity<org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo,SProcessDefinitionDeployInfo>
| Constructor and Description |
|---|
AbstractGetProcessDeploymentInfo(SearchEntityDescriptor searchDescriptor,
int fromIndex,
int numberOfResults,
org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoCriterion criterion) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo> |
convertToClientObjects(java.util.List<SProcessDefinitionDeployInfo> serverObjects)
Must convert server objects in client objects here
|
execute, executeGet, getResultpublic AbstractGetProcessDeploymentInfo(SearchEntityDescriptor searchDescriptor, int fromIndex, int numberOfResults, org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoCriterion criterion)
public java.util.List<org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo> convertToClientObjects(java.util.List<SProcessDefinitionDeployInfo> serverObjects)
AbstractGetEntityconvertToClientObjects in class AbstractGetEntity<org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo,SProcessDefinitionDeployInfo>serverObjects - The server object to convert