Package | Description |
---|---|
net.officefloor.plugin.section.clazz | |
net.officefloor.plugin.work.clazz |
Modifier and Type | Method and Description |
---|---|
ParameterFactory[] |
SectionClassWorkSource.SectionTaskFactory.getParameterFactories()
Obtains the
ParameterFactory instances. |
Modifier and Type | Method and Description |
---|---|
protected TaskFactory<ClassWork,Indexed,Indexed> |
SectionClassWorkSource.createTaskFactory(Class<?> clazz,
Method method,
boolean isStatic,
ParameterFactory[] parameters) |
Constructor and Description |
---|
SectionTaskFactory(Method method,
boolean isStatic,
ParameterFactory[] parameters)
Initiate.
|
Modifier and Type | Class and Description |
---|---|
class |
FlowParameterFactory
ParameterFactory to obtain the JobSequence . |
class |
ObjectParameterFactory
ParameterFactory for an Object . |
class |
TaskContextParameterFactory
ParameterFactory for the TaskContext . |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
protected TaskFactory<ClassWork,Indexed,Indexed> |
ClassWorkSource.createTaskFactory(Class<?> clazz,
Method method,
boolean isStatic,
ParameterFactory[] parameters)
Allows overriding the creation of the
TaskFactory . |
Constructor and Description |
---|
ClassTask(Method method,
boolean isStaticMethod,
ParameterFactory[] parameterFactories)
Initiate.
|
ClassTaskFactory(Method method,
boolean isStaticMethod,
ParameterFactory[] parameters)
Initiate.
|
Copyright © 2005–2016. All rights reserved.