Modifier and Type | Method and Description |
---|---|
NetworkState |
ProblemLog.getNetworkState() |
Modifier and Type | Method and Description |
---|---|
void |
ProblemLog.setNetworkState(NetworkState networkState) |
Modifier and Type | Field and Description |
---|---|
(package private) NetworkState |
AssignmentActionRow.networkstate |
Modifier and Type | Method and Description |
---|---|
static NetworkState |
NetworkState.find(int id) |
NetworkState |
AssignmentActionRow.getNetworkstate() |
static NetworkState |
NetworkState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NetworkState[] |
NetworkState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AssignmentActionRow(java.time.Instant timestamp,
int assignmentLogId,
ActionLevelType actionLevelType,
int actionId,
boolean usedAsScaffolding,
NetworkState networkstate,
java.lang.String manifestUID,
java.lang.String path,
java.lang.String extraData) |
AssignmentActionRow(int id,
java.time.Instant timestamp,
int assignmentLogId,
ActionLevelType actionLevelType,
int actionId,
boolean usedAsScaffolding,
NetworkState networkstate,
java.lang.String manifestUID,
java.lang.String path,
java.lang.String extraData) |
Modifier and Type | Method and Description |
---|---|
NetworkState |
Action.getNetworkState() |
Modifier and Type | Method and Description |
---|---|
void |
Action.setNetworkState(NetworkState networkState) |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.jdbc.core.RowMapper<NetworkState> |
JdbcNetworkStateTypeDao.getRowMapper() |
Modifier and Type | Method and Description |
---|---|
protected NVPairList |
JdbcNetworkStateTypeDao.getNVPairs(NetworkState obj) |
Modifier and Type | Method and Description |
---|---|
NetworkState |
ActionBuilder.getNetworkState() |
Modifier and Type | Method and Description |
---|---|
void |
ActionBuilder.setNetworkState(NetworkState networkState) |