|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GovernanceFlowType<F extends Enum<F>>
Type definition of a JobSequence possibly instigated by
a GovernanceActivity.
| Method Summary | |
|---|---|
Class<?> |
getArgumentType()
Obtains the type of the argument passed by the GovernanceActivity
to the JobSequence. |
String |
getFlowName()
Obtains the name for the GovernanceFlowType. |
int |
getIndex()
Obtains the index for the GovernanceFlowType. |
F |
getKey()
Obtains the Enum key for the GovernanceFlowType. |
| Method Detail |
|---|
String getFlowName()
GovernanceFlowType.
GovernanceFlowType.int getIndex()
Obtains the index for the GovernanceFlowType.
Should there be an Enum then will be the Enum.ordinal()
value. Otherwise will be the index that this was added.
GovernanceFlowType.Class<?> getArgumentType()
GovernanceActivity
to the JobSequence.
JobSequence. May be
null to indicate no argument.F getKey()
Enum key for the GovernanceFlowType.
Enum key for the GovernanceFlowType. May be
null if no Enum for flows.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||