Interface | osid.Operable | ||
---|---|---|---|
Description |
The operational status indicates the Operable is functioning. This status is not set administratively but instead refelects suitable conditions for operation. Operables may be administratively turned on of off through
the enabled and disabled administrative overrides. If there
are no related If there are related For the active status to be completely determined by the
| ||
Method | isActive | ||
Description |
Tests if this operable is active. | ||
Return | boolean | true if this operable is on, false if it is
off | |
Compliance | mandatory | This method must be implemented. | |
Method | isEnabled | ||
Description |
Tests if this operable is administravely enabled.
Administratively enabling overrides any applied | ||
Return | boolean | true if this operable is enabled, false if
the active status is determined by other rules | |
Compliance | mandatory | This method must be implemented. | |
Method | isDisabled | ||
Description |
Tests if this operable is administravely disabled.
Administratively disabling overrides any applied | ||
Return | boolean | true if this operable is disabled, false if
the active status is determined by other rules | |
Compliance | mandatory | This method must be implemented. | |
Method | isOperational | ||
Description |
Tests if this | ||
Return | boolean | true if this operable is operational, false
otherwise | |
Compliance | mandatory | This method must be implemented. |