STWProcessTab

annotation class STWProcessTab

Properties

Link copied to clipboard
val CANCELED: Int
A Processes is CANCELED, if it is canceled by user or other contacts
Link copied to clipboard
val COMPLETED: Int
A Processes is COMPLETED, if it is completed by user or other contacts, the is the final step of process and it can no longer be edited
Link copied to clipboard
val DRAFT: Int
The processes is DRAFT, if it created by user and is not yet sent
Link copied to clipboard
val IN_PROGRESS: Int
A process is IN_PROGRESS, if it is received by the user and the user has taken the lead to modify it.
Link copied to clipboard
val NEW: Int
A process is NEW, if it is recently received by user
Link copied to clipboard
val SUBMITTED: Int
A Processes is SUBMITTED, if user sent it to other contacts.

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