Modifier and Type | Interface and Description |
---|---|
interface |
TaskBuilder<W extends Work,D extends Enum<D>,F extends Enum<F>>
Builder of the
Task . |
Modifier and Type | Method and Description |
---|---|
FlowNodeBuilder<?> |
OfficeEnhancerContext.getFlowNodeBuilder(String workName,
String taskName)
|
FlowNodeBuilder<?> |
OfficeEnhancerContext.getFlowNodeBuilder(String managedObjectSourceName,
String workName,
String taskName)
Obtains the
FlowNodeBuilder registered by the
ManagedObjectSource under the input Work and Task
names. |
Modifier and Type | Method and Description |
---|---|
FlowNodeBuilder<?> |
OfficeEnhancerContextImpl.getFlowNodeBuilder(String workName,
String taskName) |
FlowNodeBuilder<?> |
OfficeEnhancerContextImpl.getFlowNodeBuilder(String namespace,
String workName,
String taskName) |
FlowNodeBuilder<?> |
OfficeBuilderImpl.getFlowNodeBuilder(String namespace,
String workName,
String taskName) |
Modifier and Type | Class and Description |
---|---|
class |
TaskBuilderImpl<W extends Work,D extends Enum<D>,F extends Enum<F>>
Implementation of the
TaskBuilder . |
Modifier and Type | Method and Description |
---|---|
FlowNodeBuilder<?> |
OfficeConfiguration.getFlowNodeBuilder(String namespace,
String workName,
String taskName)
Obtains a
FlowNodeBuilder registered with this
OfficeBuilder . |
Modifier and Type | Interface and Description |
---|---|
interface |
ManagedObjectTaskBuilder<D extends Enum<D>,F extends Enum<F>>
Builds the
Task necessary for the ManagedObjectSource . |
Copyright © 2005–2016. All rights reserved.