ProcessMode

annotation class ProcessMode

Properties

Link copied to clipboard
val DISPLAY_MODE: Int
Display mode, is a mode when the user can only view the process, and he cannot edit anything.
Link copied to clipboard
val EDIT_MODE: Int
This mode is used when the process is owned by user, or the process is still draft.

Inherited functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String