STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api.mybusiness
/
STWProcessTab
STWProcess
Tab
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
annotation class
STWProcessTab
Content copied to clipboard
Inherited functions
Properties
Properties
CANCELED
Link copied to clipboard
val
CANCELED
:
Int
Content copied to clipboard
A Processes is CANCELED, if it is canceled by user or other contacts
COMPLETED
Link copied to clipboard
val
COMPLETED
:
Int
Content copied to clipboard
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
DRAFT
Link copied to clipboard
val
DRAFT
:
Int
Content copied to clipboard
The processes is DRAFT, if it created by user and is not yet sent
IN_PROGRESS
Link copied to clipboard
val
IN_PROGRESS
:
Int
Content copied to clipboard
A process is IN_PROGRESS, if it is received by the user and the user has taken the lead to modify it.
NEW
Link copied to clipboard
val
NEW
:
Int
Content copied to clipboard
A process is NEW, if it is recently received by user
SUBMITTED
Link copied to clipboard
val
SUBMITTED
:
Int
Content copied to clipboard
A Processes is SUBMITTED, if user sent it to other contacts.
Inherited functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
Content copied to clipboard
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
Content copied to clipboard
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String
Content copied to clipboard