Class AbstractGetProcessDeploymentInfo
java.lang.Object
org.bonitasoft.engine.api.impl.transaction.AbstractGetEntity<org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo,SProcessDefinitionDeployInfo>
org.bonitasoft.engine.api.impl.transaction.process.AbstractGetProcessDeploymentInfo
- All Implemented Interfaces:
TransactionContent,TransactionContentWithResult<List<org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo>>
- Direct Known Subclasses:
GetProcessDefinitionDeployInfos,GetProcessDefinitionDeployInfosWithActorOnlyForGroup,GetProcessDefinitionDeployInfosWithActorOnlyForGroups,GetProcessDefinitionDeployInfosWithActorOnlyForRole,GetProcessDefinitionDeployInfosWithActorOnlyForRoles,GetProcessDefinitionDeployInfosWithActorOnlyForUser,GetProcessDefinitionDeployInfosWithActorOnlyForUsers
public abstract class AbstractGetProcessDeploymentInfo
extends AbstractGetEntity<org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo,SProcessDefinitionDeployInfo>
- Author:
- Celine Souchet
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractGetProcessDeploymentInfo(SearchEntityDescriptor searchDescriptor, int fromIndex, int numberOfResults, org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoCriterion criterion) -
Method Summary
Modifier and TypeMethodDescriptionList<org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo>convertToClientObjects(List<SProcessDefinitionDeployInfo> serverObjects) Must convert server objects in client objects hereMethods inherited from class org.bonitasoft.engine.api.impl.transaction.AbstractGetEntity
execute, executeGet, getResult
-
Constructor Details
-
AbstractGetProcessDeploymentInfo
public AbstractGetProcessDeploymentInfo(SearchEntityDescriptor searchDescriptor, int fromIndex, int numberOfResults, org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoCriterion criterion)
-
-
Method Details
-
convertToClientObjects
public List<org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo> convertToClientObjects(List<SProcessDefinitionDeployInfo> serverObjects) Description copied from class:AbstractGetEntityMust convert server objects in client objects here- Specified by:
convertToClientObjectsin classAbstractGetEntity<org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo,SProcessDefinitionDeployInfo> - Parameters:
serverObjects- The server object to convert- Returns:
- The list of the client objects
-