| Modifier and Type | Method and Description |
|---|---|
ProcessInstance |
ProcessStarter.start(List<ConnectorDefinitionWithInputValues> connectorsWithInput) |
| Modifier and Type | Method and Description |
|---|---|
void |
GetProcessDefinitionDeployInfo.execute() |
| Modifier and Type | Method and Description |
|---|---|
long |
ProcessDefinitionServiceImpl.getLatestProcessDefinitionId(String processName) |
long |
ProcessDefinitionService.getLatestProcessDefinitionId(String processName)
Get the processDefinitionId of the most recent version of the process
|
long |
ProcessDefinitionServiceImpl.getNumberOfProcessDeploymentInfos() |
long |
ProcessDefinitionService.getNumberOfProcessDeploymentInfos()
Gets how many processes are defined.
|
long |
ProcessDefinitionServiceImpl.getNumberOfProcessDeploymentInfosByActivationState(ActivationState activationState) |
long |
ProcessDefinitionService.getNumberOfProcessDeploymentInfosByActivationState(ActivationState activationState)
Gets how many processes are in the given state.
|
Long |
ProcessDefinitionServiceImpl.getNumberOfProcessDeploymentInfosUnrelatedToCategory(long categoryId) |
Long |
ProcessDefinitionService.getNumberOfProcessDeploymentInfosUnrelatedToCategory(long categoryId)
Get number of SProcessDefinitionDeployInfos unrelated to the specific category
|
SProcessDefinition |
ProcessDefinitionServiceImpl.getProcessDefinition(long processId) |
SProcessDefinition |
ProcessDefinitionService.getProcessDefinition(long processDefinitionId)
Get processDefinition by its id
|
long |
ProcessDefinitionServiceImpl.getProcessDefinitionId(String name,
String version) |
long |
ProcessDefinitionService.getProcessDefinitionId(String name,
String version)
Get the processDefinitionId by name and version
|
List<Long> |
ProcessDefinitionServiceImpl.getProcessDefinitionIds(ActivationState activationState,
int fromIndex,
int numberOfResults) |
List<Long> |
ProcessDefinitionService.getProcessDefinitionIds(ActivationState activationState,
int fromIndex,
int numberOfResult)
Get the process definition identifiers in the given state.
|
List<Long> |
ProcessDefinitionServiceImpl.getProcessDefinitionIds(int fromIndex,
int numberOfResults) |
List<Long> |
ProcessDefinitionService.getProcessDefinitionIds(int fromIndex,
int numberOfResult)
Get the process definition identifiers.
|
SProcessDefinitionDeployInfo |
ProcessDefinitionServiceImpl.getProcessDeploymentInfo(long processId) |
SProcessDefinitionDeployInfo |
ProcessDefinitionService.getProcessDeploymentInfo(long processId)
Get deployment info of the process definition having the id given in parameter
|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.getProcessDeploymentInfos(int fromIndex,
int numberPerPage,
String field,
org.bonitasoft.engine.persistence.OrderByType order) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.getProcessDeploymentInfos(int fromIndex,
int numberPerPage,
String field,
org.bonitasoft.engine.persistence.OrderByType order)
Get process definition deploy info in a specific interval with order, this can be used for pagination
|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.getProcessDeploymentInfos(List<Long> processIds) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.getProcessDeploymentInfos(List<Long> processIds) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.getProcessDeploymentInfos(List<Long> processIds,
int fromIndex,
int numberOfProcesses,
String field,
org.bonitasoft.engine.persistence.OrderByType order) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.getProcessDeploymentInfos(List<Long> processIds,
int fromIndex,
int numberOfProcesses,
String field,
org.bonitasoft.engine.persistence.OrderByType order)
get sub set of processDefinitionDeployInfos in specific order
|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.getProcessDeploymentInfos(org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.getProcessDeploymentInfos(org.bonitasoft.engine.persistence.QueryOptions queryOptions)
Get process definition deploy info in a specific interval with order, this can be used for pagination
|
Map<Long,SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.getProcessDeploymentInfosFromArchivedProcessInstanceIds(List<Long> archivedProcessInstantsIds) |
Map<Long,SProcessDefinitionDeployInfo> |
ProcessDefinitionService.getProcessDeploymentInfosFromArchivedProcessInstanceIds(List<Long> archivedProcessInstantsIds)
Get A list of SProcessDefinitionDeployInfos for the specific archived processInstances
|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.getProcessDeploymentInfosUnrelatedToCategory(long categoryId,
int pageIndex,
int numberPerPage,
ProcessDeploymentInfoCriterion pagingCriterion) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.getProcessDeploymentInfosUnrelatedToCategory(long categoryId,
int pageIndex,
int numberPerPage,
ProcessDeploymentInfoCriterion pagingCriterion)
Get A list of SProcessDefinitionDeployInfos unrelated to the specific category
|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.getProcessDeploymentInfosWithActorOnlyForGroup(long groupId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.getProcessDeploymentInfosWithActorOnlyForGroup(long groupId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions)
List all processes that contain at least one task which actor is mapped only to the specified group.
|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.getProcessDeploymentInfosWithActorOnlyForGroups(List<Long> groupIds,
org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.getProcessDeploymentInfosWithActorOnlyForGroups(List<Long> groupIds,
org.bonitasoft.engine.persistence.QueryOptions queryOptions)
List all processes that contain at least one task which actor is mapped only to the specified groups.
|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.getProcessDeploymentInfosWithActorOnlyForRole(long roleId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.getProcessDeploymentInfosWithActorOnlyForRole(long roleId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions)
List all processes that contain at least one task which actor is mapped only to the specified role.
|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.getProcessDeploymentInfosWithActorOnlyForRoles(List<Long> roleIds,
org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.getProcessDeploymentInfosWithActorOnlyForRoles(List<Long> roleIds,
org.bonitasoft.engine.persistence.QueryOptions queryOptions)
List all processes that contain at least one task which actor is mapped only to the specified roles.
|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.getProcessDeploymentInfosWithActorOnlyForUser(long userId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.getProcessDeploymentInfosWithActorOnlyForUser(long userId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions)
List all processes that contain at least one task which actor is mapped only to the specified user.
|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.getProcessDeploymentInfosWithActorOnlyForUsers(List<Long> userIds,
org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.getProcessDeploymentInfosWithActorOnlyForUsers(List<Long> userIds,
org.bonitasoft.engine.persistence.QueryOptions queryOptions)
List all processes that contain at least one task which actor is mapped only to the specified users.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowNodeExecutorImpl.childFinished(long processDefinitionId,
long flowNodeInstanceId,
long parentId) |
| Modifier and Type | Method and Description |
|---|---|
protected SConnectorDefinition |
ExecuteConnectorOfProcess.getSConnectorDefinition(ProcessDefinitionService processDefinitionService) |
| Modifier and Type | Method and Description |
|---|---|
protected SProcessDefinition |
ExecuteActionsBaseEntry.getProcessDefinition(TenantServiceAccessor tenantAccessor,
long processDefinitionId) |
Copyright © 2014 Bonitasoft S.A.. All rights reserved.