Package net.officefloor.frame.api.build
Interface OfficeEnhancer
public interface OfficeEnhancer
Enables enhancing the Office.
This enables:
- linking in the
ManagedFunctioninstances created by theManagedObjectSourceto otherManagedFunctioninstances within theOffice - linking the
Flowinstances instigated by theManagedObjectSourceto aManagedFunctioninstances within theOffice
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidenhanceOffice(OfficeEnhancerContext context) Enhances theOffice.
-
Method Details
-
enhanceOffice
Enhances theOffice.- Parameters:
context-OfficeEnhancerContext.
-