public static interface AbstractAdministratorSource.DutyMetaDataContext
AdministratorDutyMetaData
.Modifier and Type | Method and Description |
---|---|
AbstractAdministratorSource.Labeller |
addFlow(Class<?> argumentType)
Adds a required
JobSequence identified by an index into the
order the JobSequence was added. |
<F extends Enum<F>> |
addFlow(F key,
Class<?> argumentType)
Adds a required
JobSequence identified by the key. |
<F extends Enum<F>> AbstractAdministratorSource.Labeller addFlow(F key, Class<?> argumentType)
JobSequence
identified by the key.F
- Flow key type.key
- Enum
to identify the JobSequence
.argumentType
- Type of argument passed to the JobSequence
.AbstractAdministratorSource.Labeller
to possibly label the JobSequence
.AbstractAdministratorSource.Labeller addFlow(Class<?> argumentType)
JobSequence
identified by an index into the
order the JobSequence
was added.argumentType
- Type of argument passed to the JobSequence
.AbstractAdministratorSource.Labeller
to possibly label the JobSequence
.Copyright © 2005–2016. All rights reserved.