Class ManagedObjectEmployer.ManagedObjectComposeSource
java.lang.Object
net.officefloor.activity.managedobject.build.ManagedObjectEmployer.ManagedObjectComposeSource
- All Implemented Interfaces:
ComposeSource<OfficeManagedObject,ManagedObjectConfiguration>
- Enclosing class:
- ManagedObjectEmployer
protected static class ManagedObjectEmployer.ManagedObjectComposeSource
extends Object
implements ComposeSource<OfficeManagedObject,ManagedObjectConfiguration>
ComposeSource for managed objects.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsource(ComposeContext<ManagedObjectConfiguration> context) Sources the item from the composition.
-
Constructor Details
-
ManagedObjectComposeSource
protected ManagedObjectComposeSource()
-
-
Method Details
-
source
public OfficeManagedObject source(ComposeContext<ManagedObjectConfiguration> context) throws Exception Description copied from interface:ComposeSourceSources the item from the composition.- Specified by:
sourcein interfaceComposeSource<OfficeManagedObject,ManagedObjectConfiguration> - Parameters:
context-ComposeContext.- Returns:
- Item from composition.
- Throws:
Exception- If fails to source item.
-