Package 

Enum ProcessingType

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      UNDEFINED

      Undefined status.

      CANCELLED

      Process has failed to finish the work on business entry with success.

      COMPLETED

      Process has finished the work on business entry with success.

      IN_PROGRESS

      During processing.

      PRELIMINARY

      Before processing.

    • Method Summary

      Modifier and Type Method Description
      final DataEntryStateImpl of(String state) Factory method.
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait