Class RawManagedObjectMetaDataFactory
- java.lang.Object
-
- net.officefloor.frame.impl.construct.managedobjectsource.RawManagedObjectMetaDataFactory
-
public class RawManagedObjectMetaDataFactory extends java.lang.Object
Factory 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
-Flow
key type.MS
-ManagedObjectSource
type.- Parameters:
configuration
-ManagedObjectSourceConfiguration
.startupNotify
- Object to notify on start up completion.officeFloorName
- Name of theOfficeFloor
.issues
-OfficeFloorIssues
.- Returns:
RawManagedObjectMetaData
ornull
if issue.
-
-