| Package | Description |
|---|---|
| ee.telekom.workflow.core.node | |
| ee.telekom.workflow.util |
| Modifier and Type | Method and Description |
|---|---|
NodeStatus |
Node.getStatus() |
static NodeStatus |
NodeStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeStatus[] |
NodeStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
NodeDao.findByStatus(String clusterName,
NodeStatus status) |
void |
Node.setStatus(NodeStatus status) |
void |
NodeDao.updateStatus(long refNum,
NodeStatus status) |
void |
NodeDao.updateStatusWhereDead(String clusterName,
Date criticalDate,
NodeStatus newStatus,
NodeStatus expectedStatus) |
| Modifier and Type | Method and Description |
|---|---|
protected NodeStatus |
AbstractRowMapper.getNodeStatus(ResultSet rs,
String columnLabel) |
Copyright © 2018. All rights reserved.