Package | Description |
---|---|
net.officefloor.plugin.section.clazz | |
net.officefloor.plugin.work.clazz |
Modifier and Type | Method and Description |
---|---|
Task<ClassWork,Indexed,Indexed> |
SectionClassWorkSource.SectionTaskFactory.createTask(ClassWork work) |
protected TaskFactory<ClassWork,Indexed,Indexed> |
SectionClassWorkSource.createTaskFactory(Class<?> clazz,
Method method,
boolean isStatic,
ParameterFactory[] parameters) |
protected WorkFactory<ClassWork> |
SectionClassWorkSource.createWorkFactory(Class<?> clazz) |
Modifier and Type | Method and Description |
---|---|
Task<ClassWork,Indexed,Indexed> |
SectionClassWorkSource.SectionTaskFactory.createTask(ClassWork work) |
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) |
protected TaskTypeBuilder<Indexed,Indexed> |
SectionClassWorkSource.addTaskType(Class<?> clazz,
WorkTypeBuilder<ClassWork> workTypeBuilder,
String taskName,
TaskFactory<ClassWork,Indexed,Indexed> taskFactory,
Sequence objectSequence,
Sequence flowSequence) |
Object |
SectionClassWorkSource.SectionTaskFactory.doTask(TaskContext<ClassWork,Indexed,Indexed> context) |
Modifier and Type | Method and Description |
---|---|
ClassWork |
ClassWorkFactory.createWork() |
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 . |
protected WorkFactory<ClassWork> |
ClassWorkSource.createWorkFactory(Class<?> clazz)
Allows overriding the creation of the
TaskFactory . |
Modifier and Type | Method and Description |
---|---|
ClassTask |
ClassTaskFactory.createTask(ClassWork work) |
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 . |
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 . |
Object |
ClassTask.doTask(TaskContext<ClassWork,Indexed,Indexed> context) |
void |
ClassWorkSource.sourceWork(WorkTypeBuilder<ClassWork> workTypeBuilder,
WorkSourceContext context) |
Copyright © 2005–2016. All rights reserved.