Uses of Interface
net.officefloor.frame.internal.configuration.LinkedManagedObjectSourceConfiguration
-
Packages that use LinkedManagedObjectSourceConfiguration Package Description net.officefloor.frame.impl.construct.office net.officefloor.frame.internal.configuration -
-
Uses of LinkedManagedObjectSourceConfiguration in net.officefloor.frame.impl.construct.office
Classes in net.officefloor.frame.impl.construct.office that implement LinkedManagedObjectSourceConfiguration Modifier and Type Class Description classLinkedManagedObjectSourceConfigurationImplLinkedManagedObjectSourceConfigurationimplementation.Methods in net.officefloor.frame.impl.construct.office that return LinkedManagedObjectSourceConfiguration Modifier and Type Method Description LinkedManagedObjectSourceConfiguration[]OfficeBuilderImpl. getRegisteredManagedObjectSources() -
Uses of LinkedManagedObjectSourceConfiguration in net.officefloor.frame.internal.configuration
Methods in net.officefloor.frame.internal.configuration that return LinkedManagedObjectSourceConfiguration Modifier and Type Method Description LinkedManagedObjectSourceConfiguration[]OfficeConfiguration. getRegisteredManagedObjectSources()Obtains the links to theOfficeFloorManagedObjectSourceinstances.
-