Class GetProcessDefinitionDeployInfosWithActorOnlyForGroups
- 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
-
- org.bonitasoft.engine.api.impl.transaction.process.GetProcessDefinitionDeployInfosWithActorOnlyForGroups
-
- All Implemented Interfaces:
TransactionContent,TransactionContentWithResult<java.util.List<org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo>>
public class GetProcessDefinitionDeployInfosWithActorOnlyForGroups extends AbstractGetProcessDeploymentInfo
- Author:
- Arthur Freycon, Celine Souchet
-
-
Constructor Summary
Constructors Constructor Description GetProcessDefinitionDeployInfosWithActorOnlyForGroups(ProcessDefinitionService processDefinitionService, SearchEntityDescriptor searchDescriptor, int fromIndex, int numberOfResults, org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoCriterion criterion, java.util.List<java.lang.Long> groupIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<SProcessDefinitionDeployInfo>executeGet(QueryOptions queryOptions)Execute the search here-
Methods inherited from class org.bonitasoft.engine.api.impl.transaction.process.AbstractGetProcessDeploymentInfo
convertToClientObjects
-
Methods inherited from class org.bonitasoft.engine.api.impl.transaction.AbstractGetEntity
execute, getResult
-
-
-
-
Constructor Detail
-
GetProcessDefinitionDeployInfosWithActorOnlyForGroups
public GetProcessDefinitionDeployInfosWithActorOnlyForGroups(ProcessDefinitionService processDefinitionService, SearchEntityDescriptor searchDescriptor, int fromIndex, int numberOfResults, org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoCriterion criterion, java.util.List<java.lang.Long> groupIds)
-
-
Method Detail
-
executeGet
public java.util.List<SProcessDefinitionDeployInfo> executeGet(QueryOptions queryOptions) throws SBonitaException
Description copied from class:AbstractGetEntityExecute the search here- Specified by:
executeGetin classAbstractGetEntity<org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo,SProcessDefinitionDeployInfo>- Parameters:
queryOptions- The query options to execute the search with- Returns:
- The searched result
- Throws:
SBonitaException
-
-