Class SubSectionClassSectionFlowManufacturer
- java.lang.Object
-
- net.officefloor.plugin.section.clazz.flow.impl.SubSectionClassSectionFlowManufacturer
-
- All Implemented Interfaces:
ServiceFactory<ClassSectionFlowManufacturer>,ClassSectionFlowManufacturer,ClassSectionFlowManufacturerServiceFactory
public class SubSectionClassSectionFlowManufacturer extends java.lang.Object implements ClassSectionFlowManufacturer, ClassSectionFlowManufacturerServiceFactory
- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description SubSectionClassSectionFlowManufacturer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassSectionFlowcreateFlow(ClassSectionFlowManufacturerContext context)Creates theClassSectionFlow.ClassSectionFlowManufacturercreateService(ServiceContext context)Creates the service.
-
-
-
Method Detail
-
createService
public ClassSectionFlowManufacturer createService(ServiceContext context) throws java.lang.Throwable
Description copied from interface:ServiceFactoryCreates the service.- Specified by:
createServicein interfaceServiceFactory<ClassSectionFlowManufacturer>- Parameters:
context-ServiceContext.- Returns:
- Service.
- Throws:
java.lang.Throwable- If fails to create the service.
-
createFlow
public ClassSectionFlow createFlow(ClassSectionFlowManufacturerContext context) throws java.lang.Exception
Description copied from interface:ClassSectionFlowManufacturerCreates theClassSectionFlow.- Specified by:
createFlowin interfaceClassSectionFlowManufacturer- Parameters:
context-ClassSectionFlowManufacturerContext.- Returns:
ClassSectionFlowornullto indicate to use anotherClassSectionFlowManufacturer.- Throws:
java.lang.Exception- If fails to createClassSectionFlow.
-
-