Package net.officefloor.frame.api.build
Interface OfficeEnhancer
-
public interface OfficeEnhancer
Enables enhancing the
Office
.This enables:
- linking in the
ManagedFunction
instances created by theManagedObjectSource
to otherManagedFunction
instances within theOffice
- linking the
Flow
instances instigated by theManagedObjectSource
to aManagedFunction
instances within theOffice
- Author:
- Daniel Sagenschneider
- linking in the
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
enhanceOffice(OfficeEnhancerContext context)
Enhances theOffice
.
-
-
-
Method Detail
-
enhanceOffice
void enhanceOffice(OfficeEnhancerContext context)
Enhances theOffice
.- Parameters:
context
-OfficeEnhancerContext
.
-
-