Uses of Interface
net.officefloor.frame.api.managedobject.source.impl.AbstractAsyncManagedObjectSource.MetaDataContext
Packages that use AbstractAsyncManagedObjectSource.MetaDataContext
Package
Description
-
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.cache.constant
Methods in net.officefloor.cache.constant with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidConstantCacheManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, ConstantCacheManagedObjectSource.Flows> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidExternalServiceInputFactoryImpl.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, Indexed> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.compile.test.managedobject
Fields in net.officefloor.compile.test.managedobject declared as AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeFieldDescriptionstatic AbstractAsyncManagedObjectSource.MetaDataContext<?,?> ManagedObjectLoaderUtil.CollectMetaDataContextManagedObjectSource.metaDataContextMethods in net.officefloor.compile.test.managedobject that return AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionstatic <M extends Enum<M>,F extends Enum<F>>
AbstractAsyncManagedObjectSource.MetaDataContext<M,F> ManagedObjectLoaderUtil.createMetaDataContext(Class<M> dependenciesEnum, Class<F> flowsEnum, String... propertyNameValues) Methods in net.officefloor.compile.test.managedobject with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidManagedObjectLoaderUtil.CollectMetaDataContextManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.flyway
Methods in net.officefloor.flyway with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidFlywayManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<FlywayManagedObjectSource.DependencyKeys, None> context) protected voidFlywayMigrateManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.frame.api.managedobject.executor
Constructors in net.officefloor.frame.api.managedobject.executor with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifierConstructorDescriptionManagedObjectExecutorFactory(AbstractAsyncManagedObjectSource.MetaDataContext<?, F> context, F flowKey, String teamName) Instantiate for invoking byFlowkey.ManagedObjectExecutorFactory(AbstractAsyncManagedObjectSource.MetaDataContext<?, Indexed> context, String teamName) Instantiate for invoking by next index. -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.frame.api.managedobject.source.impl
Methods in net.officefloor.frame.api.managedobject.source.impl with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected abstract voidAbstractAsyncManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<O, F> context) Overridden to load meta-data. -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.frame.test
Fields in net.officefloor.frame.test with type parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeFieldDescriptionTestManagedObject.enhanceMetaDataOptionalConsumerto enhance theManagedObjectSourceMetaData.Methods in net.officefloor.frame.test with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidTestManagedObject.TestManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<O, F> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.jdbc
Methods in net.officefloor.jdbc with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidAbstractJdbcManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context) protected voidConnectionManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<ConnectionManagedObjectSource.DependencyKeys, None> context) protected voidAbstractJdbcManagedObjectSource.loadValidateConnectivity(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context) Loads validation of connectivity on start up.protected abstract voidAbstractJdbcManagedObjectSource.setupMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context) Sets up the meta-data.protected voidDataSourceManagedObjectSource.setupMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context) protected voidReadOnlyConnectionManagedObjectSource.setupMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.jpa
Methods in net.officefloor.jpa with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidJpaManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<Indexed, None> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.nosql.cosmosdb
Methods in net.officefloor.nosql.cosmosdb with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidCosmosAsyncDatabaseManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context) protected voidCosmosAsyncEntitiesManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context) protected voidCosmosDatabaseManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context) protected voidCosmosEntitiesManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.nosql.dynamodb
Methods in net.officefloor.nosql.dynamodb with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidDynamoDbMapperManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.nosql.firestore
Methods in net.officefloor.nosql.firestore with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidFirestoreManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.plugin.managedobject.clazz
Methods in net.officefloor.plugin.managedobject.clazz with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidClassManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<Indexed, Indexed> context) static voidClassExtensionFactory.registerExtension(AbstractAsyncManagedObjectSource.MetaDataContext<Indexed, Indexed> context, Class<?> objectClass) Registers the extension. -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.plugin.managedobject.singleton
Methods in net.officefloor.plugin.managedobject.singleton with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidSingleton.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.plugin.variable
Methods in net.officefloor.plugin.variable with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidVariableManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.plugin.xml.marshall.tree
Methods in net.officefloor.plugin.xml.marshall.tree with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidTreeXmlMarshallerManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.plugin.xml.unmarshall.flat
Methods in net.officefloor.plugin.xml.unmarshall.flat with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidFlatXmlUnmarshallerManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.plugin.xml.unmarshall.tree
Methods in net.officefloor.plugin.xml.unmarshall.tree with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidTreeXmlUnmarshallerManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.r2dbc
Methods in net.officefloor.r2dbc with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidR2dbcManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.server.http
Methods in net.officefloor.server.http with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected AcceptedSocketDecoratorHttpServerSocketManagedObjectSource.getAcceptedSocketDecorator(AbstractAsyncManagedObjectSource.MetaDataContext<None, Indexed> context) Enables overriding to configure theAcceptedSocketDecorator.protected ServerSocketDecoratorHttpServerSocketManagedObjectSource.getServerSocketDecorator(AbstractAsyncManagedObjectSource.MetaDataContext<None, Indexed> context) Enables overriding to configure aServerSocketDecorator.protected voidAbstractHttpServerImplementationTestCase.CancelConnectionManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context) protected voidHttpServerSocketManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, Indexed> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.server.http.impl
Methods in net.officefloor.server.http.impl with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidHttpExternalResponseManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<HttpExternalResponseManagedObjectSource.DependencyKeys, None> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.servlet.supply
Methods in net.officefloor.servlet.supply with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidServletServicerManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.spring
Methods in net.officefloor.spring with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidApplicationContextManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context) protected voidSpringBeanManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<Indexed, None> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.spring.starter.rest.argument
Methods in net.officefloor.spring.starter.rest.argument with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidSpringArgumentManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<SpringArgumentManagedObjectSource.DependencyKeys, None> context) protected voidSpringBeanManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.spring.starter.rest.servlet
Methods in net.officefloor.spring.starter.rest.servlet with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidHttpServletRequestManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<HttpServletRequestManagedObjectSource.DependencyKeys, None> context) protected voidHttpServletResponseManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<HttpServletResponseManagedObjectSource.DependencyKeys, None> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.spring.starter.rest.view
Methods in net.officefloor.spring.starter.rest.view with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidViewResponseManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<ViewResponseManagedObjectSource.DependencyKeys, None> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.spring.webclient
Methods in net.officefloor.spring.webclient with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidWebClientManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.vertx.sqlclient
Methods in net.officefloor.vertx.sqlclient with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidVertxSqlPoolManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.web.jwt
Methods in net.officefloor.web.jwt with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidJwtClaimsManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<JwtClaimsManagedObjectSource.Dependencies, None> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.web.jwt.authority
Methods in net.officefloor.web.jwt.authority with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidJwtAuthorityManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, JwtAuthorityManagedObjectSource.Flows> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.web.resource.source
Methods in net.officefloor.web.resource.source with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidHttpResourceCacheManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context) protected voidHttpResourceStoreManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.web.response
Methods in net.officefloor.web.response with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidObjectResponseManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<ObjectResponseManagedObjectSource.ObjectResponseDependencies, None> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.web.security.impl
Methods in net.officefloor.web.security.impl with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidAccessControlManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<AccessControlManagedObjectSource.Dependencies, None> context) protected voidAuthenticationContextManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<AuthenticationContextManagedObjectSource.Dependencies, AuthenticationContextManagedObjectSource.Flows> context) protected voidAuthenticationManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<AuthenticationManagedObjectSource.Dependencies, None> context) protected voidDefaultHttpAccessControlManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<DefaultHttpAccessControlManagedObjectSource.Dependencies, None> context) protected voidDefaultHttpAuthenticationManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<Indexed, None> context) protected voidHttpAccessControlManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<HttpAccessControlManagedObjectSource.Dependencies, None> context) protected voidHttpAuthenticationManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<HttpAuthenticationManagedObjectSource.Dependencies, None> context) protected voidHttpChallengeContextManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context) protected voidHttpSecurityExecuteManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, F> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.web.security.store
Methods in net.officefloor.web.security.store with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidJndiLdapManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<JndiLdapManagedObjectSource.DependencyKeys, None> context) protected voidMockCredentialStoreManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context) protected voidPasswordFileManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.web.session
Methods in net.officefloor.web.session with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidHttpSessionManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<Indexed, Indexed> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.web.session.object
Methods in net.officefloor.web.session.object with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidHttpSessionObjectManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<HttpSessionObjectManagedObject.Dependencies, None> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.web.state
Methods in net.officefloor.web.state with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidHttpApplicationObjectManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<HttpApplicationObjectManagedObjectSource.Dependencies, None> context) protected voidHttpApplicationStateManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context) protected voidHttpArgumentManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<HttpArgumentManagedObjectSource.HttpArgumentDependencies, None> context) protected voidHttpObjectManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<HttpObjectManagedObjectSource.HttpObjectDependencies, None> context) protected voidHttpRequestObjectManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<HttpRequestObjectManagedObjectSource.HttpRequestObjectDependencies, None> context) protected voidHttpRequestStateManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<HttpRequestStateManagedObjectSource.HttpRequestStateDependencies, None> context) -
Uses of AbstractAsyncManagedObjectSource.MetaDataContext in net.officefloor.web.thymeleaf
Methods in net.officefloor.web.thymeleaf with parameters of type AbstractAsyncManagedObjectSource.MetaDataContextModifier and TypeMethodDescriptionprotected voidThymeleafManagedObjectSource.loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None, None> context)