Methods to Promote and Demote Status
- Last UpdatedMar 10, 2023
- 1 minute read
|
Method |
Description |
|
promote() |
Promote stored status for object(s). |
|
promote(STRING comment ) |
Promote stored status for object(s) and set comment. |
|
promoteStatus(DBREF of status definition ) |
Promote status for object(s). |
|
promoteStatus(STRING name of status definition ) |
Promote status for object(s). |
|
promoteStatus(DBREF of status definition,STRING comment ) |
Promote status for object(s) and set comment. |
|
promoteStatus(STRING name of status definition,STRING comment ) |
Promote status for object(s) and set comment. |
|
demote() |
Demote stored status for object(s). |
|
demote(STRING comment ) |
Demote stored status for object(s) and set comment. |
|
demoteStatus(DBREF of status definition ) |
Demote status for object(s). |
|
demoteStatus(STRING name of status definition ) |
Demote status for object(s). |
|
demoteStatus(DBREF of status definition,STRING comment ) |
Demote status for object(s) and set comment. |
|
demoteStatus(STRING name of status definition,STRING comment ) |
Demote status for object(s) and set comment. |