Object STATUS
- Last UpdatedMar 10, 2023
- 2 minute read
Represents a status definition. Methods include:
|
Method |
Description |
|
status(STRING name of status definition ) |
Constructor. |
|
assign(STRING name of object ) |
Assign status to object. |
|
assign (ARRAY of names of objects ) |
Assign status to objects. |
|
assign (STRING name of object,STRING comment ) |
Assign status to object and set comment. |
|
assign (ARRAY of names of objects,STRING comment ) |
Assign status to objects and set comment. |
|
controlledElements() |
Returns an array of names of objects controlled by this status. |
|
demote(STRING name of object ) |
Demote status on object. |
|
demote (ARRAY of names of objects ) |
Demote status on objects. |
|
demote (STRING name of object,STRING comment ) |
Demote status on object and set comment. |
|
demote (ARRAY of names of objects,STRING comment ) |
Demote status on objects and set comment. |
|
description() |
Returns description of status definition. |
|
initialValue() |
Returns STATUSVALUE initial value of status definition. |
|
name() |
Returns name of status definition. |
|
promote(STRING name of object ) |
Promote status on object. |
|
promote (ARRAY of names of objects ) |
Promote status on objects. |
|
promote (STRING name of object,STRING comment ) |
Promote status on object and set comment. |
|
promote (ARRAY of names of objects,STRING comment ) |
Promote status on objects and set comment. |
|
remove(STRING name of object ) |
Remove status from object. |
|
remove (ARRAY of names of objects ) |
Remove status from objects. |
|
set (STRING name of object,STRING name of status value) |
Set status on object. |
|
set (STRING name of object,STATUSVALUE status value) |
Set status on object. |
|
set (ARRAY of names of objects,STRING name of status value ) |
Set status on objects. |
|
set (ARRAY of names of objects,STATUSVALUE status value) |
Set status on objects. |
|
set (STRING name of object,STRING name of status value,STRING comment ) |
Set status on object and set comment. |
|
set (STRING name of object,STATUSVALUE status value,STRING, comment ) |
Set status on object and set comment. |
|
set (ARRAY of names of objects,STRING name of status value,STRING comment ) |
Set status on objects and set comment. |
|
set (ARRAY of names of objects,STATUSVALUE status value,STRING comment ) |
Set status on objects and set comment. |
|
values() |
Returns array of STATUSVALUE for this status definition. |