Package org.cdlib.mrt.zk
Interface IngestState
- All Known Implementing Classes:
AccessState
,BatchState
,JobState
public interface IngestState
Common interface for Ingest Queue State Enums
-
Method Summary
Modifier and TypeMethodDescriptiondefault IngestState
fail()
default boolean
name()
stateChange
(IngestState next) default boolean
static org.json.JSONObject
statesAsJson
(IngestState[] values) default IngestState
success()
-
Method Details
-
nextStates
List<IngestState> nextStates() -
name
String name() -
stateChange
-
isDeletable
default boolean isDeletable() -
stateChangeAllowed
-
success
-
fail
-
statesAsJson
-