com.polarion.alm.tracker.model.signatures.ISignatureStateOpt
FIELDS
Modifiers and Type | Name | Description |
---|---|---|
String | OPT_NOT_AVAILABLE | |
String | OPT_PENDING | |
String | OPT_DECLINED | |
String | OPT_READY | |
String | OPT_DONE | |
String | OPT_OBSOLETE |
METHODS
Modifiers and Type | Name | Description |
---|---|---|
boolean | canPerformTransition() | Checks if it is allowed to perform the workflow transition if its workflow signature has this signature state. |
boolean | isObsolete() | Checks whether it is obsolete |
boolean | isClosed() | Returns true if this option represents a closed state of the workflow signature, i.e. if this option is {@link #OPT_DONE} or {@link #OPT_OBSOLETE} . |
boolean | isActive() | Returns true if this option represents an active state of the workflow signature, i.e. state when signature verdicts can be set ( {@link #OPT_PENDING} , {@link #OPT_READY} or {@link #OPT_DECLINED} ). |
Back to Index