| Modifier and Type | Method and Description |
|---|---|
void |
ProcessManagementAPIImplDelegate.disableProcess(long processId) |
| Modifier and Type | Method and Description |
|---|---|
void |
GetProcessDefinitionDeployInfo.execute() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessDefinitionServiceImpl.delete(long processId) |
void |
ProcessDefinitionService.delete(long processId)
Delete the id specified process definition and its deploy info
|
void |
ProcessDefinitionServiceImpl.disableProcessDeploymentInfo(long processId) |
void |
ProcessDefinitionService.disableProcessDeploymentInfo(long processId)
set the process as RESOLVED when it's in ENABLED state
|
void |
ProcessDefinitionServiceImpl.enableProcessDeploymentInfo(long processId) |
void |
ProcessDefinitionService.enableProcessDeploymentInfo(long processId)
Enable the specific process definition, set the process as ENABLED when it's in RESOLVED state
|
long |
ProcessDefinitionServiceImpl.getLatestProcessDefinitionId(String processName) |
long |
ProcessDefinitionService.getLatestProcessDefinitionId(String processName)
Get the processDefinitionId of the most recent version of the process
|
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
|
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> |
ProcessDefinitionService.getProcessDeploymentInfos(List<Long> processIds) |
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
|
void |
ProcessDefinitionServiceImpl.resolveProcess(long processId) |
void |
ProcessDefinitionService.resolveProcess(long processId)
set the process as RESOLVED when it's in UNRESOLVED state
|
SProcessDefinitionDeployInfo |
ProcessDefinitionServiceImpl.updateProcessDefinitionDeployInfo(long processId,
org.bonitasoft.engine.recorder.model.EntityUpdateDescriptor descriptor) |
SProcessDefinitionDeployInfo |
ProcessDefinitionService.updateProcessDefinitionDeployInfo(long processId,
org.bonitasoft.engine.recorder.model.EntityUpdateDescriptor descriptor)
Update deployment info of the process definition having the id given in parameter
|
| 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 © 2015 Bonitasoft S.A.. All rights reserved.