ix.ileed
Class ProcessModel.OverallCollectionCell
java.lang.Object
|
+--ix.ileed.ProcessModel.OverallCell
|
+--ix.ileed.ProcessModel.OverallCollectionCell
- All Implemented Interfaces:
- EffectSymbols, SchemaSymbols, StatusValues
- Enclosing class:
- ProcessModel
- class ProcessModel.OverallCollectionCell
- extends ProcessModel.OverallCell
- implements SchemaSymbols
A subclass of OverallCell that reports the collective status of
some earlier row. For instance, it may list all COAs that have
completed the action "develop COA".
| Fields inherited from interface ix.icore.process.StatusValues |
PRIORITY_HIGH, PRIORITY_LOW, PRIORITY_MEDIUM, PRIORITY_NONE, PRODUCT_BLANK, PRODUCT_COMPLETE, PRODUCT_DRAFT, STATUS_BLANK, STATUS_COMPLETE, STATUS_EXECUTING, STATUS_IMPOSSIBLE, STATUS_NA, STATUS_POSSIBLE |
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
collects
java.lang.String collects
requireAll
boolean requireAll
requiredCollectionSize
int requiredCollectionSize
parentCell
ProcessModel.OverallCell parentCell
ProcessModel.OverallCollectionCell
ProcessModel.OverallCollectionCell(java.lang.String action)
setCollectionProperties
protected void setCollectionProperties()
getParentCell
ProcessModel.OverallCell getParentCell()
computeStatus
void computeStatus()
- Overrides:
computeStatus in class ProcessModel.OverallCell
statusRule
protected int statusRule()
- Overrides:
statusRule in class ProcessModel.OverallCell
stateRecord
StatusChange stateRecord()
- Overrides:
stateRecord in class ProcessModel.OverallCell