Package net.officefloor.frame.api.build
Interface OfficeEnhancer
-
public interface OfficeEnhancerEnables 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
- linking in the
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidenhanceOffice(OfficeEnhancerContext context)Enhances theOffice.
-
-
-
Method Detail
-
enhanceOffice
void enhanceOffice(OfficeEnhancerContext context)
Enhances theOffice.- Parameters:
context-OfficeEnhancerContext.
-
-