| Modifier and Type | Method and Description |
|---|---|
WorkflowInstanceStatus |
WorkflowInstanceDao.findStatusByRefNum(long refNum) |
WorkflowInstanceStatus |
WorkflowInstance.getStatus() |
static WorkflowInstanceStatus |
WorkflowInstanceStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowInstanceStatus[] |
WorkflowInstanceStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
WorkflowInstanceDao.recover(String nodeName,
WorkflowInstanceStatus status,
WorkflowInstanceStatus recoveredStatus) |
void |
WorkflowInstance.setStatus(WorkflowInstanceStatus status) |
boolean |
WorkflowInstanceDao.updateAndUnlock(long refNum,
int workflowVersion,
String attributes,
String history,
String state,
WorkflowInstanceStatus newStatus,
Collection<WorkflowInstanceStatus> expectedStatuses) |
boolean |
WorkflowInstanceDao.updateHistory(Long refNum,
String history,
WorkflowInstanceStatus expectedStatus) |
boolean |
WorkflowInstanceDao.updateState(long refNum,
String state,
WorkflowInstanceStatus expectedStatus) |
boolean |
WorkflowInstanceDao.updateStatus(long refNum,
WorkflowInstanceStatus newStatus,
Collection<WorkflowInstanceStatus> expectedStatuses) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WorkflowInstanceDao.updateAndUnlock(long refNum,
int workflowVersion,
String attributes,
String history,
String state,
WorkflowInstanceStatus newStatus,
Collection<WorkflowInstanceStatus> expectedStatuses) |
boolean |
WorkflowInstanceDao.updateStatus(long refNum,
WorkflowInstanceStatus newStatus,
Collection<WorkflowInstanceStatus> expectedStatuses) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Marshaller.marshall(GraphInstance instance,
WorkflowInstance woin,
List<WorkItem> woits,
WorkflowInstanceStatus completeStatus) |
void |
GraphInstanceRepositoryImpl.save(GraphInstance graphInstance,
WorkflowInstanceStatus completeStatus) |
void |
GraphInstanceRepository.save(GraphInstance graphInstance,
WorkflowInstanceStatus completeStatus)
Saves the
GraphInstance and therefore updates workflow instance and work item fields. |
| Modifier and Type | Method and Description |
|---|---|
static Collection<WorkflowInstanceStatus> |
StatusUtil.toInternal(List<ee.telekom.workflow.facade.model.WorkflowInstanceFacadeStatus> facadeStatuses) |
| Modifier and Type | Method and Description |
|---|---|
static ee.telekom.workflow.facade.model.WorkflowInstanceFacadeStatus |
StatusUtil.toFacade(WorkflowInstanceStatus internalStatus) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowInstanceStatus |
WorkflowStatusCount.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowStatusCount.setStatus(WorkflowInstanceStatus status) |
| Modifier and Type | Method and Description |
|---|---|
protected WorkflowInstanceStatus |
AbstractRowMapper.getWorkflowInstanceStatus(ResultSet rs,
String columnLabel) |
Copyright © 2018. All rights reserved.