Class RawManagedObjectMetaDataFactory
- java.lang.Object
-
- net.officefloor.frame.impl.construct.managedobjectsource.RawManagedObjectMetaDataFactory
-
public class RawManagedObjectMetaDataFactory extends java.lang.ObjectFactory for the creation ofRawManagedObjectMetaData.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description RawManagedObjectMetaDataFactory(SourceContext sourceContext, OfficeFloorConfiguration officeFloorConfiguration)Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <d extends java.lang.Enum<d>,h extends java.lang.Enum<h>,MS extends ManagedObjectSource<d,h>>
RawManagedObjectMetaData<d,h>constructRawManagedObjectMetaData(ManagedObjectSourceConfiguration<h,MS> configuration, java.lang.Object startupNotify, java.lang.String officeFloorName, OfficeFloorIssues issues)Creates theRawManagedObjectMetaData.
-
-
-
Constructor Detail
-
RawManagedObjectMetaDataFactory
public RawManagedObjectMetaDataFactory(SourceContext sourceContext, OfficeFloorConfiguration officeFloorConfiguration)
Instantiate.- Parameters:
sourceContext-SourceContext.officeFloorConfiguration-OfficeFloorConfiguration.
-
-
Method Detail
-
constructRawManagedObjectMetaData
public <d extends java.lang.Enum<d>,h extends java.lang.Enum<h>,MS extends ManagedObjectSource<d,h>> RawManagedObjectMetaData<d,h> constructRawManagedObjectMetaData(ManagedObjectSourceConfiguration<h,MS> configuration, java.lang.Object startupNotify, java.lang.String officeFloorName, OfficeFloorIssues issues)
Creates theRawManagedObjectMetaData.- Type Parameters:
d- Dependency key type.h-Flowkey type.MS-ManagedObjectSourcetype.- Parameters:
configuration-ManagedObjectSourceConfiguration.startupNotify- Object to notify on start up completion.officeFloorName- Name of theOfficeFloor.issues-OfficeFloorIssues.- Returns:
RawManagedObjectMetaDataornullif issue.
-
-