Uses of Class
org.jboss.set.aphrodite.domain.FlagStatus
-
Packages that use FlagStatus Package Description org.jboss.set.aphrodite.domain -
-
Uses of FlagStatus in org.jboss.set.aphrodite.domain
Methods in org.jboss.set.aphrodite.domain that return FlagStatus Modifier and Type Method Description static FlagStatusFlagStatus. getMatchingFlag(String jsonVal)FlagStatusStage. getStatus(Flag flag)FlagStatusStage. setStatus(Flag flag, FlagStatus status)static FlagStatusFlagStatus. 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.Methods in org.jboss.set.aphrodite.domain that return types with arguments of type FlagStatus Modifier and Type Method Description Map<Flag,FlagStatus>Stage. getStateMap()Optional<Map<Stream,FlagStatus>>SearchCriteria. getStreams()Map<String,FlagStatus>Issue. getStreamStatus()Methods in org.jboss.set.aphrodite.domain with parameters of type FlagStatus Modifier and Type Method Description FlagStatusStage. setStatus(Flag flag, FlagStatus status)Method parameters in org.jboss.set.aphrodite.domain with type arguments of type FlagStatus Modifier and Type Method Description SearchCriteria.BuilderSearchCriteria.Builder. setStreams(Map<Stream,FlagStatus> streams)voidIssue. setStreamStatus(Map<String,FlagStatus> streamStatus)
-