Package | Description |
---|---|
net.officefloor.plugin.section.clazz | |
net.officefloor.plugin.work.clazz |
Modifier and Type | Method and Description |
---|---|
protected TaskTypeBuilder<Indexed,Indexed> |
SectionClassWorkSource.addTaskType(Class<?> clazz,
WorkTypeBuilder<ClassWork> workTypeBuilder,
String taskName,
TaskFactory<ClassWork,Indexed,Indexed> taskFactory,
Sequence objectSequence,
Sequence flowSequence) |
Modifier and Type | Method and Description |
---|---|
protected TaskTypeBuilder<Indexed,Indexed> |
ClassWorkSource.addTaskType(Class<?> clazz,
WorkTypeBuilder<ClassWork> workTypeBuilder,
String taskName,
TaskFactory<ClassWork,Indexed,Indexed> taskFactory,
Sequence objectSequence,
Sequence flowSequence)
Allows overriding the addition of the
TaskTypeBuilder . |
ParameterFactory |
ClassWorkSource.ParameterManufacturer.createParameterFactory(String taskName,
Class<?> parameterType,
TaskTypeBuilder<Indexed,Indexed> taskTypeBuilder,
Sequence objectSequence,
Sequence flowSequence,
ClassLoader classLoader)
Creates the
ParameterFactory . |
ParameterFactory |
ClassWorkSource.TaskContextParameterManufacturer.createParameterFactory(String taskName,
Class<?> parameterType,
TaskTypeBuilder<Indexed,Indexed> taskTypeBuilder,
Sequence objectSequence,
Sequence flowSequence,
ClassLoader classLoader) |
ParameterFactory |
ClassWorkSource.FlowInterfaceParameterManufacturer.createParameterFactory(String taskName,
Class<?> parameterType,
TaskTypeBuilder<Indexed,Indexed> taskTypeBuilder,
Sequence objectSequence,
Sequence flowSequence,
ClassLoader classLoader) |
Copyright © 2005–2016. All rights reserved.