Uses of Interface
net.officefloor.frame.internal.configuration.ManagedObjectConfiguration
-
-
Uses of ManagedObjectConfiguration in net.officefloor.frame.impl.construct.managedfunction
Methods in net.officefloor.frame.impl.construct.managedfunction that return ManagedObjectConfiguration Modifier and Type Method Description ManagedObjectConfiguration<?>[]ManagedFunctionBuilderImpl. getManagedObjectConfiguration() -
Uses of ManagedObjectConfiguration in net.officefloor.frame.impl.construct.managedobject
Classes in net.officefloor.frame.impl.construct.managedobject that implement ManagedObjectConfiguration Modifier and Type Class Description classDependencyMappingBuilderImpl<O extends java.lang.Enum<O>>DependencyMappingBuilderimplementation.Methods in net.officefloor.frame.impl.construct.managedobject with parameters of type ManagedObjectConfiguration Modifier and Type Method Description RawBoundManagedObjectMetaData[]RawBoundManagedObjectMetaDataFactory. constructBoundManagedObjectMetaData(ManagedObjectConfiguration<?>[] boundManagedObjectConfiguration, ManagedObjectScope scope, java.util.Map<java.lang.String,RawBoundManagedObjectMetaData> scopeManagedObjects, RawManagingOfficeMetaData<?>[] inputManagedObjects, java.util.Map<java.lang.String,java.lang.String> boundInputManagedObjects, OfficeFloorIssues.AssetType assetType, java.lang.String assetName, long defaultAsynchronousFlowTimeout, OfficeFloorIssues issues)Constructs theRawBoundManagedObjectMetaDatainstances. -
Uses of ManagedObjectConfiguration in net.officefloor.frame.impl.construct.office
Methods in net.officefloor.frame.impl.construct.office that return ManagedObjectConfiguration Modifier and Type Method Description ManagedObjectConfiguration<?>[]OfficeBuilderImpl. getProcessManagedObjectConfiguration()ManagedObjectConfiguration<?>[]OfficeBuilderImpl. getThreadManagedObjectConfiguration() -
Uses of ManagedObjectConfiguration in net.officefloor.frame.internal.configuration
Methods in net.officefloor.frame.internal.configuration that return ManagedObjectConfiguration Modifier and Type Method Description ManagedObjectConfiguration<?>[]ManagedFunctionConfiguration. getManagedObjectConfiguration()Obtains the configuration of theManagedFunctionboundManagedObjectinstances.ManagedObjectConfiguration<?>[]OfficeConfiguration. getProcessManagedObjectConfiguration()ManagedObjectConfiguration<?>[]OfficeConfiguration. getThreadManagedObjectConfiguration()
-