| Package | Description |
|---|---|
| ee.telekom.workflow.core.archive | |
| ee.telekom.workflow.core.workflowinstance | |
| ee.telekom.workflow.executor.marshall | |
| ee.telekom.workflow.executor.plugin |
| Modifier and Type | Method and Description |
|---|---|
WorkflowInstance |
ArchiveDao.findWoinByRefNum(long refNum) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowInstance |
WorkflowInstanceServiceImpl.create(String workflowName,
Integer workflowVersion,
Map<String,Object> arguments,
String label1,
String label2) |
WorkflowInstance |
WorkflowInstanceService.create(String workflowName,
Integer workflowVersion,
Map<String,Object> arguments,
String label1,
String label2) |
WorkflowInstance |
WorkflowInstanceServiceImpl.find(long refNum) |
WorkflowInstance |
WorkflowInstanceService.find(long refNum) |
WorkflowInstance |
WorkflowInstanceDao.findByRefNum(long refNum) |
WorkflowInstance |
WorkflowInstanceRowMapper.mapRow(ResultSet rs,
int rowNum) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowInstanceDao.create(WorkflowInstance woin) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Marshaller.marshall(GraphInstance instance,
WorkflowInstance woin,
List<WorkItem> woits,
WorkflowInstanceStatus completeStatus) |
static GraphInstance |
Marshaller.unmarshall(WorkflowInstance woin,
List<WorkItem> woits,
Graph graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowEnginePluginImpl.onHumanTaskCancelled(WorkflowInstance workflowInstance,
WorkItem workItem) |
void |
WorkflowEnginePlugin.onHumanTaskCancelled(WorkflowInstance workflowInstance,
WorkItem workItem)
Notifies all
HumanTaskEventListener's provided by the plugin that a human task work item was aborted. |
Copyright © 2018. All rights reserved.