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