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 IngestStatefail()default booleanname()stateChange(IngestState next) default booleanstatic org.json.JSONObjectstatesAsJson(IngestState[] values) default IngestStatesuccess()
-
Method Details
-
nextStates
List<IngestState> nextStates() -
name
String name() -
stateChange
-
isDeletable
default boolean isDeletable() -
stateChangeAllowed
-
success
-
fail
-
statesAsJson
-