Uses of Interface
net.officefloor.frame.api.managedobject.source.ManagedObjectSource
Packages that use ManagedObjectSource
Package
Description
-
Uses of ManagedObjectSource in net.officefloor.cache.constant
Classes in net.officefloor.cache.constant that implement ManagedObjectSource -
Uses of ManagedObjectSource in net.officefloor.compile
Classes in net.officefloor.compile with type parameters of type ManagedObjectSourceModifier and TypeInterfaceDescriptioninterfaceManagedObjectSourceService<D extends Enum<D>,F extends Enum<F>, S extends ManagedObjectSource<D, F>> Service to plug-in anManagedObjectSourceClassalias by including the extensionManagedObjectSourcejar on the class path.Methods in net.officefloor.compile with type parameters of type ManagedObjectSourceModifier and TypeMethodDescriptionabstract <D extends Enum<D>,F extends Enum<F>, S extends ManagedObjectSource<D, F>>
voidOfficeFloorCompiler.addManagedObjectSourceAlias(String alias, Class<S> managedObjectSourceClass) Allows providing an alias name for aManagedObjectSource. -
Uses of ManagedObjectSource in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl with type parameters of type ManagedObjectSourceModifier and TypeMethodDescription<D extends Enum<D>,F extends Enum<F>, S extends ManagedObjectSource<D, F>>
voidOfficeFloorCompilerImpl.addManagedObjectSourceAlias(String alias, Class<S> managedObjectSourceClass) <S extends ManagedObjectSource<?,?>>
Class<S>OfficeFloorCompilerImpl.getManagedObjectSourceClass(String managedObjectSourceName, ManagedObjectSourceNode node) -
Uses of ManagedObjectSource in net.officefloor.compile.impl.adapt
Methods in net.officefloor.compile.impl.adapt with type parameters of type ManagedObjectSourceModifier and TypeMethodDescription<D extends Enum<D>,F extends Enum<F>, S extends ManagedObjectSource<D, F>>
voidOfficeFloorCompilerAdapter.addManagedObjectSourceAlias(String alias, Class<S> managedObjectSourceClass) -
Uses of ManagedObjectSource in net.officefloor.compile.impl.managedobject
Methods in net.officefloor.compile.impl.managedobject with type parameters of type ManagedObjectSourceModifier and TypeMethodDescription<D extends Enum<D>,F extends Enum<F>, MS extends ManagedObjectSource<D, F>>
ManagedObjectType<D>ManagedObjectLoaderImpl.loadManagedObjectType(Class<MS> managedObjectSourceClass, PropertyList propertyList) <D extends Enum<D>,F extends Enum<F>, MS extends ManagedObjectSource<D, F>>
OfficeFloorManagedObjectSourceTypeManagedObjectLoaderImpl.loadOfficeFloorManagedObjectSourceType(String managedObjectSourceName, Class<MS> managedObjectSourceClass, PropertyList propertyList) <D extends Enum<D>,F extends Enum<F>, MS extends ManagedObjectSource<D, F>>
OfficeFloorManagedObjectSourceTypeManagedObjectLoaderImpl.loadOfficeFloorManagedObjectSourceType(String managedObjectSourceName, MS managedObjectSource, PropertyList propertyList) <D extends Enum<D>,H extends Enum<H>, MS extends ManagedObjectSource<D, H>>
PropertyListManagedObjectLoaderImpl.loadSpecification(Class<MS> managedObjectSourceClass) Methods in net.officefloor.compile.impl.managedobject with parameters of type ManagedObjectSourceModifier and TypeMethodDescription<D extends Enum<D>,F extends Enum<F>>
ManagedObjectType<D>ManagedObjectLoaderImpl.loadManagedObjectType(ManagedObjectSource<D, F> managedObjectSource, PropertyList propertyList) <D extends Enum<D>,H extends Enum<H>>
PropertyListManagedObjectLoaderImpl.loadSpecification(ManagedObjectSource<D, H> managedObjectSource) Loads thePropertyListspecification. -
Uses of ManagedObjectSource in net.officefloor.compile.impl.office
Methods in net.officefloor.compile.impl.office with parameters of type ManagedObjectSourceModifier and TypeMethodDescriptionOfficeSourceContextImpl.loadManagedObjectType(String managedObjectSourceName, ManagedObjectSource<?, ?> managedObjectSource, PropertyList properties) -
Uses of ManagedObjectSource in net.officefloor.compile.impl.officefloor
Methods in net.officefloor.compile.impl.officefloor with parameters of type ManagedObjectSourceModifier and TypeMethodDescriptionOfficeFloorSourceContextImpl.loadManagedObjectType(String managedObjectSourceName, ManagedObjectSource<?, ?> managedObjectSource, PropertyList properties) -
Uses of ManagedObjectSource in net.officefloor.compile.impl.section
Methods in net.officefloor.compile.impl.section with parameters of type ManagedObjectSourceModifier and TypeMethodDescriptionSectionSourceContextImpl.loadManagedObjectType(String managedObjectSourceName, ManagedObjectSource<?, ?> managedObjectSource, PropertyList properties) -
Uses of ManagedObjectSource in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement ManagedObjectSourceModifier and TypeClassDescriptionclassExternalServiceInputFactoryImpl<O,M extends InputManagedObject> ExternalServiceInputFactoryimplementation.Methods in net.officefloor.compile.impl.structure with parameters of type ManagedObjectSourceModifier and TypeMethodDescriptionOfficeFloorNodeImpl.addManagedObjectSource(String managedObjectSourceName, ManagedObjectSource<?, ?> managedObjectSource) OfficeNodeImpl.addOfficeManagedObjectSource(String managedObjectSourceName, ManagedObjectSource<?, ?> managedObjectSource) SectionNodeImpl.addSectionManagedObjectSource(String managedObjectSourceName, ManagedObjectSource<?, ?> managedObjectSource) voidManagedObjectSourceNodeImpl.initialise(String managedObjectSourceClassName, ManagedObjectSource<?, ?> managedObjectSource) -
Uses of ManagedObjectSource in net.officefloor.compile.impl.supplier
Methods in net.officefloor.compile.impl.supplier that return ManagedObjectSourceModifier and TypeMethodDescriptionManagedObjectSource<?,?> SuppliedManagedObjectSourceTypeImpl.getManagedObjectSource()Methods in net.officefloor.compile.impl.supplier with parameters of type ManagedObjectSourceModifier and TypeMethodDescription<D extends Enum<D>,F extends Enum<F>>
SuppliedManagedObjectSourceSupplierSourceContextImpl.addManagedObjectSource(String qualifier, Class<?> type, ManagedObjectSource<D, F> managedObjectSource) Constructors in net.officefloor.compile.impl.supplier with parameters of type ManagedObjectSourceModifierConstructorDescriptionSuppliedManagedObjectSourceTypeImpl(Class<?> objectType, String qualifier, ManagedObjectSource<?, ?> managedObjectSource, PropertyList properties) Instantiate. -
Uses of ManagedObjectSource in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure with type parameters of type ManagedObjectSourceModifier and TypeMethodDescription<S extends ManagedObjectSource<?,?>>
Class<S>NodeContext.getManagedObjectSourceClass(String managedObjectSourceName, ManagedObjectSourceNode node) Obtains theManagedObjectSourceclass.Methods in net.officefloor.compile.internal.structure with parameters of type ManagedObjectSourceModifier and TypeMethodDescriptionvoidManagedObjectSourceNode.initialise(String managedObjectSourceClassName, ManagedObjectSource<?, ?> managedObjectSource) Initialises theManagedObjectSourceNode. -
Uses of ManagedObjectSource in net.officefloor.compile.managedobject
Methods in net.officefloor.compile.managedobject with type parameters of type ManagedObjectSourceModifier and TypeMethodDescription<D extends Enum<D>,F extends Enum<F>, MS extends ManagedObjectSource<D, F>>
ManagedObjectType<D>ManagedObjectLoader.loadManagedObjectType(Class<MS> managedObjectSourceClass, PropertyList propertyList) Loads and returns theManagedObjectTypefor theManagedObjectSource.<D extends Enum<D>,F extends Enum<F>, MS extends ManagedObjectSource<D, F>>
OfficeFloorManagedObjectSourceTypeManagedObjectLoader.loadOfficeFloorManagedObjectSourceType(String managedObjectSourceName, Class<MS> managedObjectSourceClass, PropertyList propertyList) Loads and returns theOfficeFloorManagedObjectSourceTypefor theManagedObjectSource.<D extends Enum<D>,F extends Enum<F>, MS extends ManagedObjectSource<D, F>>
OfficeFloorManagedObjectSourceTypeManagedObjectLoader.loadOfficeFloorManagedObjectSourceType(String managedObjectSourceName, MS managedObjectSource, PropertyList propertyList) Loads and returns theOfficeFloorManagedObjectSourceTypefor theManagedObjectSource.<D extends Enum<D>,F extends Enum<F>, MS extends ManagedObjectSource<D, F>>
PropertyListManagedObjectLoader.loadSpecification(Class<MS> managedObjectSourceClass) Loads and returns thePropertyListfrom theManagedObjectSourceSpecificationfor theManagedObjectSource.Methods in net.officefloor.compile.managedobject with parameters of type ManagedObjectSourceModifier and TypeMethodDescription<D extends Enum<D>,F extends Enum<F>>
ManagedObjectType<D>ManagedObjectLoader.loadManagedObjectType(ManagedObjectSource<D, F> managedObjectSource, PropertyList propertyList) Loads and returns theManagedObjectTypefor theManagedObjectSource.<D extends Enum<D>,F extends Enum<F>>
PropertyListManagedObjectLoader.loadSpecification(ManagedObjectSource<D, F> managedObjectSource) Loads and returns thePropertyListfrom theManagedObjectSourceSpecificationfor theManagedObjectSource. -
Uses of ManagedObjectSource in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office with parameters of type ManagedObjectSourceModifier and TypeMethodDescriptionOfficeArchitect.addOfficeManagedObjectSource(String managedObjectSourceName, ManagedObjectSource<?, ?> managedObjectSource) Adds aOfficeManagedObjectSource. -
Uses of ManagedObjectSource in net.officefloor.compile.spi.office.source
Methods in net.officefloor.compile.spi.office.source with parameters of type ManagedObjectSourceModifier and TypeMethodDescriptionOfficeSourceContext.loadManagedObjectType(String managedObjectSourceName, ManagedObjectSource<?, ?> managedObjectSource, PropertyList properties) Loads theManagedObjectType. -
Uses of ManagedObjectSource in net.officefloor.compile.spi.officefloor
Methods in net.officefloor.compile.spi.officefloor with parameters of type ManagedObjectSourceModifier and TypeMethodDescriptionOfficeFloorDeployer.addManagedObjectSource(String managedObjectSourceName, ManagedObjectSource<?, ?> managedObjectSource) Adds anOfficeFloorManagedObjectSource. -
Uses of ManagedObjectSource in net.officefloor.compile.spi.officefloor.source
Methods in net.officefloor.compile.spi.officefloor.source with parameters of type ManagedObjectSourceModifier and TypeMethodDescriptionOfficeFloorSourceContext.loadManagedObjectType(String managedObjectSourceName, ManagedObjectSource<?, ?> managedObjectSource, PropertyList properties) Loads theManagedObjectType. -
Uses of ManagedObjectSource in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section with parameters of type ManagedObjectSourceModifier and TypeMethodDescriptionSectionDesigner.addSectionManagedObjectSource(String managedObjectSourceName, ManagedObjectSource<?, ?> managedObjectSource) Adds aSectionManagedObjectSourceto theSectionNodebeing built. -
Uses of ManagedObjectSource in net.officefloor.compile.spi.section.source
Methods in net.officefloor.compile.spi.section.source with parameters of type ManagedObjectSourceModifier and TypeMethodDescriptionSectionSourceContext.loadManagedObjectType(String managedObjectSourceName, ManagedObjectSource<?, ?> managedObjectSource, PropertyList properties) Loads theManagedObjectType. -
Uses of ManagedObjectSource in net.officefloor.compile.spi.supplier.source
Methods in net.officefloor.compile.spi.supplier.source with parameters of type ManagedObjectSourceModifier and TypeMethodDescription<D extends Enum<D>,F extends Enum<F>>
SuppliedManagedObjectSourceSupplierCompileContext.addManagedObjectSource(String qualifier, Class<?> type, ManagedObjectSource<D, F> managedObjectSource) Adds a potentialManagedObjectSourcefor dependency injection. -
Uses of ManagedObjectSource in net.officefloor.compile.supplier
Methods in net.officefloor.compile.supplier that return ManagedObjectSourceModifier and TypeMethodDescriptionManagedObjectSource<?,?> SuppliedManagedObjectSourceType.getManagedObjectSource()Obtains theManagedObjectSource. -
Uses of ManagedObjectSource in net.officefloor.compile.test.managedobject
Classes in net.officefloor.compile.test.managedobject that implement ManagedObjectSourceModifier and TypeClassDescriptionstatic classManagedObjectSourceto enable obtaining theAbstractAsyncManagedObjectSource.MetaDataContext.Methods in net.officefloor.compile.test.managedobject with type parameters of type ManagedObjectSourceModifier and TypeMethodDescriptionstatic <M extends Enum<M>,F extends Enum<F>, S extends ManagedObjectSource<M, F>>
ManagedObjectType<M>ManagedObjectLoaderUtil.loadManagedObjectType(Class<S> managedObjectSourceClass, ClassLoader classLoader, String... propertyNameValues) Loads theManagedObjectTypefrom theManagedObjectSource.static <M extends Enum<M>,F extends Enum<F>, S extends ManagedObjectSource<M, F>>
ManagedObjectType<M>ManagedObjectLoaderUtil.loadManagedObjectType(Class<S> managedObjectSourceClass, String... propertyNameValues) Convenience method to load theManagedObjectTypefrom theManagedObjectSourceutilising theClassLoaderfrom the inputManagedObjectSourceclass.static <M extends Enum<M>,F extends Enum<F>, S extends ManagedObjectSource<M, F>>
ManagedObjectType<M>ManagedObjectLoaderUtil.validateManagedObjectType(ManagedObjectTypeBuilder expectedManagedObjectType, Class<S> managedObjectSourceClass, String... propertyNameValues) Validates theManagedObjectTypecontained in theManagedObjectTypeBuilderagainst theManagedObjectTypeloaded from theManagedObjectSource.static <M extends Enum<M>,F extends Enum<F>, S extends ManagedObjectSource<M, F>>
PropertyListManagedObjectLoaderUtil.validateSpecification(Class<S> managedObjectSourceClass, String... propertyNameLabels) Validates theManagedObjectSourceSpecificationfor theManagedObjectSource.Methods in net.officefloor.compile.test.managedobject with parameters of type ManagedObjectSourceModifier and TypeMethodDescriptionstatic <M extends Enum<M>,F extends Enum<F>>
ManagedObjectType<M>ManagedObjectLoaderUtil.loadManagedObjectType(ManagedObjectSource<M, F> managedObjectSource, String... propertyNameValues) Loads theManagedObjectTypefrom theManagedObjectSource.static <M extends Enum<M>,F extends Enum<F>>
ManagedObjectType<M>ManagedObjectLoaderUtil.validateManagedObjectType(ManagedObjectTypeBuilder expectedManagedObjectType, ManagedObjectSource<M, F> managedObjectSource, String... propertyNameValues) Validates theManagedObjectTypecontained in theManagedObjectTypeBuilderagainst theManagedObjectTypeloaded from theManagedObjectSource.static <M extends Enum<M>,F extends Enum<F>>
PropertyListManagedObjectLoaderUtil.validateSpecification(ManagedObjectSource<M, F> managedObjectSource, String... propertyNameLabels) Validates theManagedObjectSourceSpecificationfor theManagedObjectSource. -
Uses of ManagedObjectSource in net.officefloor.compile.test.supplier
Methods in net.officefloor.compile.test.supplier with type parameters of type ManagedObjectSourceModifier and TypeMethodDescription<O extends Enum<O>,F extends Enum<F>, MS extends ManagedObjectSource<O, F>>
PropertyListSupplierTypeBuilder.addSuppliedManagedObjectSource(String qualifier, Class<?> objectType, MS managedObjectSource) Adds aSuppliedManagedObjectSourceType. -
Uses of ManagedObjectSource in net.officefloor.flyway
Classes in net.officefloor.flyway that implement ManagedObjectSourceModifier and TypeClassDescriptionclassManagedObjectSourceforFlyway.classFlywaymigrateManagedObjectSource. -
Uses of ManagedObjectSource in net.officefloor.frame.api.build
Methods in net.officefloor.frame.api.build with type parameters of type ManagedObjectSourceModifier and TypeMethodDescription<O extends Enum<O>,F extends Enum<F>, MS extends ManagedObjectSource<O, F>>
ManagedObjectBuilder<F>OfficeFloorBuilder.addManagedObject(String managedObjectSourceName, Class<MS> managedObjectSourceClass) Adds aManagedObjectSourceto thisOfficeFloorBuilder.Methods in net.officefloor.frame.api.build with parameters of type ManagedObjectSourceModifier and TypeMethodDescription<O extends Enum<O>,F extends Enum<F>>
ManagedObjectBuilder<F>OfficeFloorBuilder.addManagedObject(String managedObjectSourceName, ManagedObjectSource<O, F> managedObjectSource) Adds aManagedObjectSourceto thisOfficeFloorBuilder. -
Uses of ManagedObjectSource in net.officefloor.frame.api.managedobject.pool
Methods in net.officefloor.frame.api.managedobject.pool that return ManagedObjectSourceModifier and TypeMethodDescriptionManagedObjectSource<?,?> ManagedObjectPoolContext.getManagedObjectSource()ManagedObjectSourceto have itsManagedObjectinstances pooled. -
Uses of ManagedObjectSource in net.officefloor.frame.api.managedobject.source.impl
Classes in net.officefloor.frame.api.managedobject.source.impl that implement ManagedObjectSourceModifier and TypeClassDescriptionclassAbstractAsyncManagedObjectSource<O extends Enum<O>,F extends Enum<F>> AbstractManagedObjectSourceallowing to asynchronously source theManagedObject.classAbstractManagedObjectSource<O extends Enum<O>,F extends Enum<F>> AbstractManagedObjectSourcethat allows to synchronously source theManagedObject. -
Uses of ManagedObjectSource in net.officefloor.frame.impl.construct.managedobjectsource
Classes in net.officefloor.frame.impl.construct.managedobjectsource with type parameters of type ManagedObjectSourceModifier and TypeClassDescriptionclassManagedObjectBuilderImpl<O extends Enum<O>,F extends Enum<F>, MS extends ManagedObjectSource<O, F>> Implements theManagedObjectBuilder.Methods in net.officefloor.frame.impl.construct.managedobjectsource with type parameters of type ManagedObjectSourceModifier and TypeMethodDescription<d extends Enum<d>,h extends Enum<h>, MS extends ManagedObjectSource<d, h>>
RawManagedObjectMetaData<d,h> RawManagedObjectMetaDataFactory.constructRawManagedObjectMetaData(ManagedObjectSourceConfiguration<h, MS> configuration, Object startupNotify, String officeFloorName, OfficeFloorIssues issues) Creates theRawManagedObjectMetaData.Methods in net.officefloor.frame.impl.construct.managedobjectsource that return ManagedObjectSourceModifier and TypeMethodDescriptionRawManagedObjectMetaData.getManagedObjectSource()Obtains theManagedObjectSource.Constructors in net.officefloor.frame.impl.construct.managedobjectsource with parameters of type ManagedObjectSourceModifierConstructorDescriptionRawManagedObjectMetaData(String managedObjectName, ManagedObjectSourceConfiguration<F, ?> managedObjectSourceConfiguration, ManagedObjectSource<O, F> managedObjectSource, ManagedObjectSourceMetaData<O, F> managedObjectSourceMetaData, long timeout, ManagedObjectPool managedObjectPool, ManagedObjectServiceReady[] serviceReadiness, ThreadCompletionListener[] threadCompletionListeners, Class<?> objectType, boolean isContextAware, boolean isAsynchronous, boolean isCoordinating, RawManagingOfficeMetaData<F> rawManagingOfficeMetaData) Initiate. -
Uses of ManagedObjectSource in net.officefloor.frame.impl.construct.officefloor
Methods in net.officefloor.frame.impl.construct.officefloor with type parameters of type ManagedObjectSourceModifier and TypeMethodDescription<D extends Enum<D>,F extends Enum<F>, MS extends ManagedObjectSource<D, F>>
ManagedObjectBuilder<F>OfficeFloorBuilderImpl.addManagedObject(String managedObjectSourceName, Class<MS> managedObjectSourceClass) Methods in net.officefloor.frame.impl.construct.officefloor with parameters of type ManagedObjectSourceModifier and TypeMethodDescription<D extends Enum<D>,F extends Enum<F>>
ManagedObjectBuilder<F>OfficeFloorBuilderImpl.addManagedObject(String managedObjectSourceName, ManagedObjectSource<D, F> managedObjectSource) -
Uses of ManagedObjectSource in net.officefloor.frame.impl.execute.managedobject
Methods in net.officefloor.frame.impl.execute.managedobject that return ManagedObjectSourceModifier and TypeMethodDescriptionManagedObjectSource<?,?> ManagedObjectMetaDataImpl.getManagedObjectSource()Constructors in net.officefloor.frame.impl.execute.managedobject with parameters of type ManagedObjectSourceModifierConstructorDescriptionManagedObjectMetaDataImpl(String boundManagedObjectName, Class<?> objectType, int instanceIndex, ManagedObjectSource<?, ?> source, ManagedObjectPool pool, boolean isContextAwareManagedObject, AssetManagerReference sourcingManagerReference, boolean isManagedObjectAsynchronous, AssetManagerReference operationsManagerReference, boolean isCoordinatingManagedObject, ManagedObjectIndex[] dependencyMapping, long timeout, ManagedObjectGovernanceMetaData<?>[] governanceMetaData, Logger logger) Instantiate. -
Uses of ManagedObjectSource in net.officefloor.frame.impl.execute.officefloor
Methods in net.officefloor.frame.impl.execute.officefloor that return ManagedObjectSourceConstructors in net.officefloor.frame.impl.execute.officefloor with parameters of type ManagedObjectSourceModifierConstructorDescriptionManagedObjectSourceInstanceImpl(ManagedObjectSource<?, F> managedObjectSource, ManagedObjectExecuteManagerFactory<F> managedObjectExecuteContextFactory, ManagedObjectPool managedObjectPool, ManagedObjectServiceReady[] serviceReadiness) Initiate. -
Uses of ManagedObjectSource in net.officefloor.frame.impl.execute.pool
Methods in net.officefloor.frame.impl.execute.pool that return ManagedObjectSourceModifier and TypeMethodDescriptionManagedObjectSource<?,?> ManagedObjectPoolContextImpl.getManagedObjectSource()Constructors in net.officefloor.frame.impl.execute.pool with parameters of type ManagedObjectSourceModifierConstructorDescriptionManagedObjectPoolContextImpl(ManagedObjectSource<?, ?> managedObjectSource) Instantiate. -
Uses of ManagedObjectSource in net.officefloor.frame.internal.configuration
Classes in net.officefloor.frame.internal.configuration with type parameters of type ManagedObjectSourceModifier and TypeInterfaceDescriptioninterfaceManagedObjectSourceConfiguration<F extends Enum<F>,MS extends ManagedObjectSource<?, F>> Configuration of aManagedObjectSource. -
Uses of ManagedObjectSource in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return ManagedObjectSourceModifier and TypeMethodDescriptionManagedObjectSource<?,?> ManagedObjectMetaData.getManagedObjectSource()Obtains theManagedObjectSourcefor theManagedObject.ManagedObjectSourceInstance.getManagedObjectSource()Obtains theManagedObjectSource. -
Uses of ManagedObjectSource in net.officefloor.frame.test
Classes in net.officefloor.frame.test that implement ManagedObjectSourceModifier and TypeClassDescriptionclassMock implementation of theManagedObjectSourcefor testing.classTestManagedObjectSource.Methods in net.officefloor.frame.test with type parameters of type ManagedObjectSourceModifier and TypeMethodDescription<D extends Enum<D>,F extends Enum<F>, MS extends ManagedObjectSource<D, F>>
ManagedObjectBuilder<F>AbstractOfficeConstructTestCase.constructManagedObject(String managedObjectName, Class<MS> managedObjectSourceClass, String managingOffice) Facade method to register aManagedObject.<D extends Enum<D>,F extends Enum<F>, MS extends ManagedObjectSource<D, F>>
ManagedObjectBuilder<F>AbstractOfficeConstructTestCase.constructManagedObject(String managedObjectName, MS managedObjectSource, String managingOffice) Facade method to register aManagedObject.<D extends Enum<D>,F extends Enum<F>, MS extends ManagedObjectSource<D, F>>
ManagedObjectBuilder<F>ConstructTestSupport.constructManagedObject(String managedObjectName, Class<MS> managedObjectSourceClass, String managingOffice) Facade method to register aManagedObject.<D extends Enum<D>,F extends Enum<F>, MS extends ManagedObjectSource<D, F>>
ManagedObjectBuilder<F>ConstructTestSupport.constructManagedObject(String managedObjectName, MS managedObjectSource, String managingOffice) Facade method to register aManagedObject. -
Uses of ManagedObjectSource in net.officefloor.frame.util
Methods in net.officefloor.frame.util with type parameters of type ManagedObjectSourceModifier and TypeMethodDescription<O extends Enum<O>,F extends Enum<F>, MS extends ManagedObjectSource<O, F>>
MSManagedObjectSourceStandAlone.initManagedObjectSource(Class<MS> managedObjectSourceClass) Instantiates and initialises theManagedObjectSource.<O extends Enum<O>,F extends Enum<F>, MS extends ManagedObjectSource<O, F>>
MSManagedObjectSourceStandAlone.initManagedObjectSource(MS managedObjectSource) Instantiates and initialises theManagedObjectSource.<O extends Enum<O>,F extends Enum<F>, MS extends ManagedObjectSource<O, F>>
MSManagedObjectSourceStandAlone.loadManagedObjectSource(Class<MS> managedObjectSourceClass) Loads (init and start) theManagedObjectSource.<O extends Enum<O>,F extends Enum<F>, MS extends ManagedObjectSource<O, F>>
MSManagedObjectSourceStandAlone.loadManagedObjectSource(MS managedObjectSource) Loads (init and start) theManagedObjectSource.<O extends Enum<O>,F extends Enum<F>, MS extends ManagedObjectSource<O, F>>
voidManagedObjectSourceStandAlone.startManagedObjectSource(MS managedObjectSource) Starts theManagedObjectSource.Methods in net.officefloor.frame.util with parameters of type ManagedObjectSourceModifier and TypeMethodDescriptionManagedObjectUserStandAlone.sourceManagedObject(ManagedObjectSource<?, ?> source) Sources theManagedObjectfrom theManagedObjectSource.ManagedObjectUserStandAlone.sourceManagedObject(ManagedObjectSource<?, ?> source, boolean isWait) Sources theManagedObjectfrom theManagedObjectSource. -
Uses of ManagedObjectSource in net.officefloor.jdbc
Classes in net.officefloor.jdbc that implement ManagedObjectSourceModifier and TypeClassDescriptionclassAbstractManagedObjectSourceforConnection.classclassManagedObjectSourcefor aDataSource.classRead-onlyConnectionManagedObjectSource. -
Uses of ManagedObjectSource in net.officefloor.jdbc.h2
Classes in net.officefloor.jdbc.h2 that implement ManagedObjectSource -
Uses of ManagedObjectSource in net.officefloor.jdbc.postgresql
Classes in net.officefloor.jdbc.postgresql that implement ManagedObjectSourceModifier and TypeClassDescriptionclassPostgreSQLDataSourceManagedObjectSource.classPostgreSQLConnectionManagedObjectSource. -
Uses of ManagedObjectSource in net.officefloor.jpa
Classes in net.officefloor.jpa that implement ManagedObjectSource -
Uses of ManagedObjectSource in net.officefloor.jpa.datanucleus
Classes in net.officefloor.jpa.datanucleus that implement ManagedObjectSource -
Uses of ManagedObjectSource in net.officefloor.jpa.hibernate
Classes in net.officefloor.jpa.hibernate that implement ManagedObjectSource -
Uses of ManagedObjectSource in net.officefloor.nosql.cosmosdb
Classes in net.officefloor.nosql.cosmosdb that implement ManagedObjectSourceModifier and TypeClassDescriptionclassManagedObjectSourcefor theCosmosAsyncDatabase.classManagedObjectSourcefor theCosmosAsyncEntities.classManagedObjectSourcefor theCosmosDatabase.classManagedObjectSourcefor theCosmosEntities. -
Uses of ManagedObjectSource in net.officefloor.nosql.dynamodb
Classes in net.officefloor.nosql.dynamodb that implement ManagedObjectSource -
Uses of ManagedObjectSource in net.officefloor.nosql.firestore
Classes in net.officefloor.nosql.firestore that implement ManagedObjectSource -
Uses of ManagedObjectSource in net.officefloor.plugin.managedobject.clazz
Classes in net.officefloor.plugin.managedobject.clazz that implement ManagedObjectSourceModifier and TypeClassDescriptionclassManagedObjectSourcethat manages anObjectvia reflection. -
Uses of ManagedObjectSource in net.officefloor.plugin.managedobject.singleton
Classes in net.officefloor.plugin.managedobject.singleton that implement ManagedObjectSource -
Uses of ManagedObjectSource in net.officefloor.plugin.section.clazz.loader
Methods in net.officefloor.plugin.section.clazz.loader with parameters of type ManagedObjectSourceModifier and TypeMethodDescriptionClassSectionLoader.addManagedObject(String objectName, ManagedObjectSource<?, ?> managedObjectSource, PropertyList properties, ObjectDecoration objectDecoration) Loads theSectionManagedObject. -
Uses of ManagedObjectSource in net.officefloor.plugin.section.clazz.object
Methods in net.officefloor.plugin.section.clazz.object with parameters of type ManagedObjectSourceModifier and TypeMethodDescriptionClassSectionObjectContext.getOrCreateManagedObject(ManagedObjectSource<?, ?> managedObjectSource, PropertyList properties, ClassSectionTypeQualifier... typeQualifiers) Gets or creates theSectionManagedObject. -
Uses of ManagedObjectSource in net.officefloor.plugin.section.transform
Methods in net.officefloor.plugin.section.transform with parameters of type ManagedObjectSourceModifier and TypeMethodDescriptionTransformSectionDesigner.addSectionManagedObjectSource(String managedObjectSourceName, ManagedObjectSource<?, ?> managedObjectSource) -
Uses of ManagedObjectSource in net.officefloor.plugin.variable
Classes in net.officefloor.plugin.variable that implement ManagedObjectSource -
Uses of ManagedObjectSource in net.officefloor.plugin.xml.marshall.tree
Classes in net.officefloor.plugin.xml.marshall.tree that implement ManagedObjectSource -
Uses of ManagedObjectSource in net.officefloor.plugin.xml.unmarshall.flat
Classes in net.officefloor.plugin.xml.unmarshall.flat that implement ManagedObjectSource -
Uses of ManagedObjectSource in net.officefloor.plugin.xml.unmarshall.tree
Classes in net.officefloor.plugin.xml.unmarshall.tree that implement ManagedObjectSource -
Uses of ManagedObjectSource in net.officefloor.r2dbc
Classes in net.officefloor.r2dbc that implement ManagedObjectSource -
Uses of ManagedObjectSource in net.officefloor.server.http
Classes in net.officefloor.server.http that implement ManagedObjectSourceModifier and TypeClassDescriptionstatic classAbstractManagedObjectSourceto cancel connections.class -
Uses of ManagedObjectSource in net.officefloor.server.http.impl
Classes in net.officefloor.server.http.impl that implement ManagedObjectSource -
Uses of ManagedObjectSource in net.officefloor.servlet.supply
Classes in net.officefloor.servlet.supply that implement ManagedObjectSource -
Uses of ManagedObjectSource in net.officefloor.spring
Classes in net.officefloor.spring that implement ManagedObjectSourceModifier and TypeClassDescriptionclassManagedObjectSourcefor theConfigurableApplicationContext.classSpring beanManagedObjectSource. -
Uses of ManagedObjectSource in net.officefloor.spring.starter.rest.argument
Classes in net.officefloor.spring.starter.rest.argument that implement ManagedObjectSourceModifier and TypeClassDescriptionclassManagedObjectSourcefor a Spring argument.classManagedObjectSourcefor a Spring Bean. -
Uses of ManagedObjectSource in net.officefloor.spring.starter.rest.servlet
Classes in net.officefloor.spring.starter.rest.servlet that implement ManagedObjectSourceModifier and TypeClassDescriptionclassManagedObjectSourcefor theHttpServletRequest.classManagedObjectSourcefor theHttpServletResponse. -
Uses of ManagedObjectSource in net.officefloor.spring.starter.rest.view
Classes in net.officefloor.spring.starter.rest.view that implement ManagedObjectSource -
Uses of ManagedObjectSource in net.officefloor.spring.webclient
Classes in net.officefloor.spring.webclient that implement ManagedObjectSource -
Uses of ManagedObjectSource in net.officefloor.vertx.sqlclient
Classes in net.officefloor.vertx.sqlclient that implement ManagedObjectSourceModifier and TypeClassDescriptionclass -
Uses of ManagedObjectSource in net.officefloor.web.jwt
Classes in net.officefloor.web.jwt that implement ManagedObjectSource -
Uses of ManagedObjectSource in net.officefloor.web.jwt.authority
Classes in net.officefloor.web.jwt.authority that implement ManagedObjectSourceModifier and TypeClassDescriptionclass -
Uses of ManagedObjectSource in net.officefloor.web.resource.source
Classes in net.officefloor.web.resource.source that implement ManagedObjectSourceModifier and TypeClassDescriptionclassManagedObjectSourcefor theHttpResourceCache.classManagedObjectSourcefor theHttpResourceStore. -
Uses of ManagedObjectSource in net.officefloor.web.response
Classes in net.officefloor.web.response that implement ManagedObjectSource -
Uses of ManagedObjectSource in net.officefloor.web.security.impl
Classes in net.officefloor.web.security.impl that implement ManagedObjectSourceModifier and TypeClassDescriptionclassAccessControlManagedObjectSource<AC extends Serializable,C> ManagedObjectSourcefor the access control object.classAuthenticationContextManagedObjectSource<A,AC extends Serializable, C, O extends Enum<O>, F extends Enum<F>> ManagedObjectSourcefor the custom authentication.classAuthenticationManagedObjectSource<A,AC extends Serializable, C> ManagedObjectSourcefor the authentication object.classManagedObjectSourcefor the defaultHttpAccessControl.classManagedObjectSourcefor the defaultHttpAuthentication.classHttpAccessControlManagedObjectSource<AC extends Serializable>ManagedObjectSourcefor theHttpAccessControl.classManagedObjectSourcefor theHttpAuthentication.classManagedObjectSourcefor theHttpChallenge.classHttpSecurityExecuteManagedObjectSource<F extends Enum<F>> -
Uses of ManagedObjectSource in net.officefloor.web.security.store
Classes in net.officefloor.web.security.store that implement ManagedObjectSourceModifier and TypeClassDescriptionclassclassProvides mocking of aCredentialStorein a similar wayMockChallengeHttpSecuritySourceworks.class -
Uses of ManagedObjectSource in net.officefloor.web.security.type
Classes in net.officefloor.web.security.type that implement ManagedObjectSourceModifier and TypeClassDescriptionclassHttpSecurityManagedObjectAdapterSource<O extends Enum<O>>Adapts theHttpSecuritySourceto be aManagedObjectSource.Methods in net.officefloor.web.security.type that return ManagedObjectSourceModifier and TypeMethodDescriptionHttpSecuritySupportingManagedObjectImpl.getManagedObjectSource()HttpSecuritySupportingManagedObjectType.getManagedObjectSource()Obtains theManagedObjectSource.Method parameters in net.officefloor.web.security.type with type arguments of type ManagedObjectSourceModifier and TypeMethodDescriptionHttpSecuritySupportingManagedObjectImpl.loadHttpSecuritySupportingManagedObjectType(BiFunction<ManagedObjectSource<?, ?>, PropertyList, ManagedObjectType<?>> managedObjectTypeLoader) Loads theHttpSecuritySupportingManagedObjectType.Constructors in net.officefloor.web.security.type with parameters of type ManagedObjectSourceModifierConstructorDescriptionHttpSecuritySupportingManagedObjectImpl(String name, ManagedObjectSource<O, ?> managedObjectSource, Supplier<PropertyList> propertyListFactory, ManagedObjectScope managedObjectScope) Instantiate. -
Uses of ManagedObjectSource in net.officefloor.web.session
Classes in net.officefloor.web.session that implement ManagedObjectSource -
Uses of ManagedObjectSource in net.officefloor.web.session.object
Classes in net.officefloor.web.session.object that implement ManagedObjectSourceModifier and TypeClassDescriptionclass -
Uses of ManagedObjectSource in net.officefloor.web.spi.security
Methods in net.officefloor.web.spi.security with parameters of type ManagedObjectSourceModifier and TypeMethodDescription<O extends Enum<O>>
HttpSecuritySupportingManagedObject<O>HttpSecuritySourceContext.addSupportingManagedObject(String managedObjectName, ManagedObjectSource<O, ?> managedObjectSource, ManagedObjectScope managedObjectScope) -
Uses of ManagedObjectSource in net.officefloor.web.state
Classes in net.officefloor.web.state that implement ManagedObjectSourceModifier and TypeClassDescriptionclassclassManagedObjectSourcefor theHttpRequestState.classManagedObjectSourcefor a HTTP argument.classclassclassManagedObjectSourcefor theHttpRequestState. -
Uses of ManagedObjectSource in net.officefloor.web.thymeleaf
Classes in net.officefloor.web.thymeleaf that implement ManagedObjectSourceModifier and TypeClassDescriptionclassManagedObjectSourceproviding an application-scopedTemplateEngine.