| Modifier and Type | Method and Description |
|---|---|
void |
ProcessManagementAPIImplDelegate.disableProcess(long processId) |
static SProcessDefinition |
ProcessManagementAPIImplDelegate.getServerProcessDefinition(long processDefinitionId,
ProcessDefinitionService processDefinitionService) |
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessArchiveServiceImpl.delete(long processDefinitionId) |
void |
BusinessArchiveService.delete(long processDefinitionId) |
| 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.disableProcess(long processId,
boolean failIfAlreadyDisabled) |
void |
ProcessDefinitionService.disableProcess(long processId,
boolean failIfAlreadyDisabled)
Disable the process passed as parameter.
|
void |
ProcessDefinitionServiceImpl.disableProcessDeploymentInfo(long processId) |
void |
ProcessDefinitionService.disableProcessDeploymentInfo(long processId)
Disable the process passed as parameter.
|
void |
ProcessDefinitionServiceImpl.enableProcess(long processId,
boolean failIfAlreadyEnabled) |
void |
ProcessDefinitionService.enableProcess(long processId,
boolean failIfAlreadyEnabled)
Enable the specific process definition, when it is in RESOLVED state.
|
void |
ProcessDefinitionServiceImpl.enableProcessDeploymentInfo(long processId) |
void |
ProcessDefinitionService.enableProcessDeploymentInfo(long processId)
Enable the specific process definition, set the process as ENABLED when it is in RESOLVED state.
|
DesignProcessDefinition |
ProcessDefinitionServiceImpl.getDesignProcessDefinition(long processDefinitionId) |
DesignProcessDefinition |
ProcessDefinitionService.getDesignProcessDefinition(long processDefinitionId)
Returns a specific process definition that include informations such as tasks definition, actors...
|
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,
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 is in UNRESOLVED state
|
void |
ProcessDefinitionServiceImpl.updateExpressionContent(long processDefinitionId,
long expressionDefinitionId,
String content) |
void |
ProcessDefinitionService.updateExpressionContent(long processDefinitionId,
long expressionDefinitionId,
String content)
Updates the content of an Expression, for a given process definition.
|
SProcessDefinitionDeployInfo |
ProcessDefinitionServiceImpl.updateProcessDefinitionDeployInfo(long processId,
EntityUpdateDescriptor descriptor) |
SProcessDefinitionDeployInfo |
ProcessDefinitionService.updateProcessDefinitionDeployInfo(long processId,
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 parentId,
SFlowNodeInstance sFlowNodeInstanceChild) |
| Modifier and Type | Method and Description |
|---|---|
protected SConnectorDefinition |
ExecuteConnectorOfProcess.getSConnectorDefinition(ProcessDefinitionService processDefinitionService) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.