| Package | Description |
|---|---|
| org.jboss.set.aphrodite.domain |
| Modifier and Type | Method and Description |
|---|---|
static FlagStatus |
FlagStatus.getMatchingFlag(String jsonVal) |
FlagStatus |
Stage.getStatus(Flag flag) |
FlagStatus |
Stage.setStatus(Flag flag,
FlagStatus status) |
static FlagStatus |
FlagStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlagStatus[] |
FlagStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Flag,FlagStatus> |
Stage.getStateMap() |
Optional<Map<Stream,FlagStatus>> |
SearchCriteria.getStreams() |
Map<String,FlagStatus> |
Issue.getStreamStatus() |
| Modifier and Type | Method and Description |
|---|---|
FlagStatus |
Stage.setStatus(Flag flag,
FlagStatus status) |
| Modifier and Type | Method and Description |
|---|---|
SearchCriteria.Builder |
SearchCriteria.Builder.setStreams(Map<Stream,FlagStatus> streams) |
void |
Issue.setStreamStatus(Map<String,FlagStatus> streamStatus) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.