Uses of Interface
net.officefloor.frame.api.managedobject.ManagedObject
Packages that use ManagedObject
Package
Description
-
Uses of ManagedObject in net.officefloor.cache.constant
Classes in net.officefloor.cache.constant that implement ManagedObjectMethods in net.officefloor.cache.constant that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectConstantCacheManagedObjectSource.getManagedObject() -
Uses of ManagedObject in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectExternalServiceInputFactoryImpl.getManagedObject() -
Uses of ManagedObject in net.officefloor.compile.test.managedobject
Methods in net.officefloor.compile.test.managedobject that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectManagedObjectLoaderUtil.CollectMetaDataContextManagedObjectSource.getManagedObject() -
Uses of ManagedObject in net.officefloor.flyway
Methods in net.officefloor.flyway that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectFlywayManagedObjectSource.getManagedObject()protected ManagedObjectFlywayMigrateManagedObjectSource.getManagedObject() -
Uses of ManagedObject in net.officefloor.frame.api.managedobject
Subinterfaces of ManagedObject in net.officefloor.frame.api.managedobjectModifier and TypeInterfaceDescriptioninterfaceContract to provide control over asynchronous processing by theManagedObject.interfaceContext awareManagedObject.interfaceCoordinatingManagedObject<O extends Enum<O>>Provides the ability for theManagedObjectto obtain references to the Objects of otherManagedObjectinstances.interfaceManagedObjectpassed in externally. -
Uses of ManagedObject in net.officefloor.frame.api.managedobject.executor
Methods in net.officefloor.frame.api.managedobject.executor with parameters of type ManagedObjectModifier and TypeMethodDescriptionManagedObjectExecutorFactory.createExecutor(ManagedObjectServiceContext<F> context, ManagedObject managedObject) Creates theExecutor. -
Uses of ManagedObject in net.officefloor.frame.api.managedobject.extension
Methods in net.officefloor.frame.api.managedobject.extension with parameters of type ManagedObjectModifier and TypeMethodDescriptionExtensionFactory.createExtension(ManagedObject managedObject) Creates the specific extension for theManagedObject. -
Uses of ManagedObject in net.officefloor.frame.api.managedobject.pool
Methods in net.officefloor.frame.api.managedobject.pool that return ManagedObjectModifier and TypeMethodDescriptiondefault ManagedObjectManagedObjectPool.getSourcedManagedObject(ManagedObject pooledManagedObject) Should theManagedObjectPoolcreate a wrapperManagedObjectfor pooling, this method is required to be implemented to extract theManagedObjectsourced from theManagedObjectSource.Methods in net.officefloor.frame.api.managedobject.pool with parameters of type ManagedObjectModifier and TypeMethodDescriptiondefault ManagedObjectManagedObjectPool.getSourcedManagedObject(ManagedObject pooledManagedObject) Should theManagedObjectPoolcreate a wrapperManagedObjectfor pooling, this method is required to be implemented to extract theManagedObjectsourced from theManagedObjectSource.voidManagedObjectPool.lostManagedObject(ManagedObject managedObject, Throwable cause) Flags that theManagedObjectis lost.voidManagedObjectPool.returnManagedObject(ManagedObject managedObject) Returns an instance to the pool. -
Uses of ManagedObject in net.officefloor.frame.api.managedobject.recycle
Classes in net.officefloor.frame.api.managedobject.recycle with type parameters of type ManagedObjectModifier and TypeInterfaceDescriptioninterfaceRecycleManagedObjectParameter<MO extends ManagedObject>Parameter to the recycleManagedFunction.Methods in net.officefloor.frame.api.managedobject.recycle with type parameters of type ManagedObjectModifier and TypeMethodDescriptionstatic <M extends ManagedObject>
RecycleManagedObjectParameter<M>RecycleManagedObjectParameter.getRecycleManagedObjectParameter(ManagedFunctionContext<?, ?> context) Convenience method to obtain theRecycleManagedObjectParameterfrom theManagedFunctionContext. -
Uses of ManagedObject in net.officefloor.frame.api.managedobject.source
Methods in net.officefloor.frame.api.managedobject.source that return types with arguments of type ManagedObjectModifier and TypeMethodDescriptionClass<? extends ManagedObject>ManagedObjectSourceMetaData.getManagedObjectClass()Methods in net.officefloor.frame.api.managedobject.source with parameters of type ManagedObjectModifier and TypeMethodDescriptionManagedObjectServiceContext.invokeProcess(int flowIndex, Object parameter, ManagedObject managedObject, long delay, FlowCallback callback) Instigates aProcessState.ManagedObjectServiceContext.invokeProcess(F key, Object parameter, ManagedObject managedObject, long delay, FlowCallback callback) Instigates aProcessState.ManagedObjectExecuteContext.invokeStartupProcess(int flowIndex, Object parameter, ManagedObject managedObject, FlowCallback callback) Invokes a start upFlow.ManagedObjectExecuteContext.invokeStartupProcess(F key, Object parameter, ManagedObject managedObject, FlowCallback callback) Invokes a start upFlow.voidManagedObjectUser.setManagedObject(ManagedObject managedObject) Specifies theManagedObjectto be used. -
Uses of ManagedObject in net.officefloor.frame.api.managedobject.source.impl
Methods in net.officefloor.frame.api.managedobject.source.impl that return ManagedObjectModifier and TypeMethodDescriptionprotected abstract ManagedObjectAbstractManagedObjectSource.getManagedObject()Synchronously obtains theManagedObject.Method parameters in net.officefloor.frame.api.managedobject.source.impl with type arguments of type ManagedObjectModifier and TypeMethodDescriptionvoidAbstractAsyncManagedObjectSource.MetaDataContext.setManagedObjectClass(Class<? extends ManagedObject> managedObjectClass) Specifies the type of theManagedObject. -
Uses of ManagedObject in net.officefloor.frame.impl.execute.administration
Methods in net.officefloor.frame.impl.execute.administration with parameters of type ManagedObjectModifier and TypeMethodDescriptionManagedObjectExtensionExtractorMetaDataImpl.extractExtension(ManagedObject managedObject, ManagedObjectMetaData<?> managedObjectMetaData) -
Uses of ManagedObject in net.officefloor.frame.impl.execute.managedobject
Methods in net.officefloor.frame.impl.execute.managedobject with parameters of type ManagedObjectModifier and TypeMethodDescriptionManagedObjectCleanupImpl.cleanup(FlowMetaData recycleFlowMetaData, Class<?> objectType, ManagedObject managedObject, ManagedObjectPool managedObjectPool) ManagedObjectGovernanceMetaDataImpl.extractExtension(ManagedObject managedObject, ManagedObjectMetaData<?> managedObjectMetaData) ManagedObjectMetaDataImpl.recycle(ManagedObject managedObject, ManagedObjectCleanup cleanup) Constructors in net.officefloor.frame.impl.execute.managedobject with parameters of type ManagedObjectModifierConstructorDescriptionManagedObjectContainerImpl(ManagedObject managedObject, ManagedObjectMetaData<D> metaData, ThreadState responsibleThreadState) Initiate the container with a providedManagedObject. -
Uses of ManagedObject in net.officefloor.frame.impl.execute.office
Methods in net.officefloor.frame.impl.execute.office with parameters of type ManagedObjectModifier and TypeMethodDescriptionOfficeMetaDataImpl.invokeProcess(FlowMetaData flowMetaData, Object parameter, long delay, FlowCallback callback, ThreadState callbackThreadState, ManagedObject inputManagedObject, ManagedObjectMetaData<?> inputManagedObjectMetaData, int processBoundIndexForInputManagedObject) -
Uses of ManagedObject in net.officefloor.frame.impl.execute.officefloor
Methods in net.officefloor.frame.impl.execute.officefloor with parameters of type ManagedObjectModifier and TypeMethodDescriptionManagedObjectServiceContextImpl.invokeProcess(int flowIndex, Object parameter, ManagedObject managedObject, long delay, FlowCallback callback) ManagedObjectServiceContextImpl.invokeProcess(F key, Object parameter, ManagedObject managedObject, long delay, FlowCallback callback) ManagedObjectServiceContextImpl.invokeProcess(FlowMetaData flowMetaData, Object parameter, ManagedObject managedObject, long delay, FlowCallback callback) Invokes theProcessStatefor theFlowMetaData. -
Uses of ManagedObject in net.officefloor.frame.impl.execute.process
Constructors in net.officefloor.frame.impl.execute.process with parameters of type ManagedObjectModifierConstructorDescriptionProcessStateImpl(ProcessMetaData processMetaData, OfficeMetaData officeMetaData, FlowCallback callback, ThreadState callbackThreadState, ThreadLocalAwareExecutor threadLocalAwareExecutor, Profiler profiler, ManagedObject inputManagedObject, ManagedObjectMetaData<?> inputManagedObjectMetaData, int inputManagedObjectIndex, Consumer<ProcessState> initialSetup) Initiate for aProcessStateinitiated by aManagedObject. -
Uses of ManagedObject in net.officefloor.frame.impl.execute.service
Methods in net.officefloor.frame.impl.execute.service with parameters of type ManagedObjectModifier and TypeMethodDescriptionSafeManagedObjectService.invokeProcess(int flowIndex, Object parameter, ManagedObject managedObject, long delay, FlowCallback callback) SafeManagedObjectService.invokeProcess(F key, Object parameter, ManagedObject managedObject, long delay, FlowCallback callback) -
Uses of ManagedObject in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure with parameters of type ManagedObjectModifier and TypeMethodDescriptionManagedObjectCleanup.cleanup(FlowMetaData recycleFlowMetaData, Class<?> objectType, ManagedObject managedObject, ManagedObjectPool managedObjectPool) Creates the clean upFunctionState.ManagedObjectExtensionExtractor.extractExtension(ManagedObject managedObject, ManagedObjectMetaData<?> managedObjectMetaData) Extracts the extension from theManagedObject.OfficeMetaData.invokeProcess(FlowMetaData flowMetaData, Object parameter, long delay, FlowCallback callback, ThreadState callbackThreadState, ManagedObject inputManagedObject, ManagedObjectMetaData<?> inputManagedObjectMetaData, int processBoundIndexForInputManagedObject) Invokes aProcessState.ManagedObjectMetaData.recycle(ManagedObject managedObject, ManagedObjectCleanup cleanupSequence) Creates theFunctionStatefor the recycling of theManagedObject. -
Uses of ManagedObject in net.officefloor.frame.test
Classes in net.officefloor.frame.test that implement ManagedObjectModifier and TypeClassDescriptionclassTestManagedObject<O extends Enum<O>,F extends Enum<F>> TestManagedObjectPool.classTestManagedObjectthat simplifies theTestManagedObject.Fields in net.officefloor.frame.test declared as ManagedObjectModifier and TypeFieldDescriptionTestManagedObject.pooledLostManagedObjectLostManagedObjectto theManagedObjectPool.TestManagedObject.pooledReturnedManagedObjectReturnedManagedObjectto theManagedObjectPool.TestManagedObject.pooledSourcedManagedObjectSourcedManagedObjectviaManagedObjectPool.TestManagedObject.recycledManagedObjectManagedObjectprovided to the recycleManagedFunction.Methods in net.officefloor.frame.test that return types with arguments of type ManagedObjectModifier and TypeMethodDescriptionClass<? extends ManagedObject>MockManagedObjectSourceMetaData.getManagedObjectClass()Methods in net.officefloor.frame.test with parameters of type ManagedObjectModifier and TypeMethodDescriptionstatic <F extends Enum<F>>
ManagedObjectBuilder<F>MockManagedObjectSource.bindManagedObject(String name, ManagedObject managedObject, ManagedObjectSourceMetaData<?, F> sourceMetaData, OfficeFloorBuilder officeFloorBuilder) Convenience method to bind theManagedObjectinstance to theManagedObjectBuilder.Constructors in net.officefloor.frame.test with parameters of type ManagedObjectModifierConstructorDescriptionMockManagedObjectSourceMetaData(ManagedObject managedObject) Initiate from theManagedObject. -
Uses of ManagedObject in net.officefloor.frame.util
Methods in net.officefloor.frame.util that return ManagedObjectModifier and TypeMethodDescriptionManagedObjectUserStandAlone.sourceManagedObject(ManagedObjectSource<?, ?> source) Sources theManagedObjectfrom theManagedObjectSource.ManagedObjectUserStandAlone.sourceManagedObject(ManagedObjectSource<?, ?> source, boolean isWait) Sources theManagedObjectfrom theManagedObjectSource.Methods in net.officefloor.frame.util with parameters of type ManagedObjectModifier and TypeMethodDescriptionvoidInvokedProcessServicer.service(int processIndex, Object parameter, ManagedObject managedObject) Services the invokedProcessState.voidManagedObjectUserStandAlone.setManagedObject(ManagedObject managedObject) -
Uses of ManagedObject in net.officefloor.jdbc
Classes in net.officefloor.jdbc that implement ManagedObjectModifier and TypeClassDescriptionclassManagedObjectSourcefor aDataSource.classRead-onlyConnectionManagedObjectSource.Methods in net.officefloor.jdbc that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectConnectionManagedObjectSource.getManagedObject()protected ManagedObjectDataSourceManagedObjectSource.getManagedObject()protected ManagedObjectReadOnlyConnectionManagedObjectSource.getManagedObject() -
Uses of ManagedObject in net.officefloor.jdbc.h2
Classes in net.officefloor.jdbc.h2 that implement ManagedObject -
Uses of ManagedObject in net.officefloor.jdbc.postgresql
Classes in net.officefloor.jdbc.postgresql that implement ManagedObjectModifier and TypeClassDescriptionclassPostgreSQLDataSourceManagedObjectSource.classPostgreSQLConnectionManagedObjectSource. -
Uses of ManagedObject in net.officefloor.jpa
Classes in net.officefloor.jpa that implement ManagedObjectMethods in net.officefloor.jpa that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectJpaManagedObjectSource.getManagedObject() -
Uses of ManagedObject in net.officefloor.nosql.cosmosdb
Classes in net.officefloor.nosql.cosmosdb that implement ManagedObjectModifier and TypeClassDescriptionclassManagedObjectSourcefor theCosmosAsyncDatabase.classManagedObjectSourcefor theCosmosAsyncEntities.classManagedObjectSourcefor theCosmosDatabase.classManagedObjectSourcefor theCosmosEntities.Methods in net.officefloor.nosql.cosmosdb that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectCosmosAsyncDatabaseManagedObjectSource.getManagedObject()protected ManagedObjectCosmosAsyncEntitiesManagedObjectSource.getManagedObject()protected ManagedObjectCosmosDatabaseManagedObjectSource.getManagedObject()protected ManagedObjectCosmosEntitiesManagedObjectSource.getManagedObject() -
Uses of ManagedObject in net.officefloor.nosql.dynamodb
Classes in net.officefloor.nosql.dynamodb that implement ManagedObjectMethods in net.officefloor.nosql.dynamodb that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectDynamoDbMapperManagedObjectSource.getManagedObject() -
Uses of ManagedObject in net.officefloor.nosql.firestore
Classes in net.officefloor.nosql.firestore that implement ManagedObjectMethods in net.officefloor.nosql.firestore that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectFirestoreManagedObjectSource.getManagedObject() -
Uses of ManagedObject in net.officefloor.plugin.administration.clazz
Methods in net.officefloor.plugin.administration.clazz with parameters of type ManagedObjectModifier and TypeMethodDescriptionAdministrationContextClassDependencyFactory.createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) AdministrationExtensionParameterFactory.createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) AdministrationGovernanceParameterFactory.createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) -
Uses of ManagedObject in net.officefloor.plugin.clazz.dependency
Methods in net.officefloor.plugin.clazz.dependency with parameters of type ManagedObjectModifier and TypeMethodDescriptionClassDependencyFactory.createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) Creates the dependency for aManagedObject. -
Uses of ManagedObject in net.officefloor.plugin.clazz.dependency.impl
Methods in net.officefloor.plugin.clazz.dependency.impl with parameters of type ManagedObjectModifier and TypeMethodDescriptionAsynchronousFlowClassDependencyFactory.createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) FlowClassDependencyFactory.createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) LoggerClassDependencyManufacturer.createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) ManagedFunctionContextClassDependencyManufacturer.createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) ManagedObjectContextClassDependencyManufacturer.createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) ObjectClassDependencyFactory.createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) PropertyClassDependencyFactory.createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) VariableClassDependencyFactory.createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) -
Uses of ManagedObject in net.officefloor.plugin.clazz.factory
Methods in net.officefloor.plugin.clazz.factory with parameters of type ManagedObjectModifier and TypeMethodDescriptionClassObjectFactory.createObject(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) Creates the object within aManagedObjectcontext. -
Uses of ManagedObject in net.officefloor.plugin.managedobject.clazz
Classes in net.officefloor.plugin.managedobject.clazz that implement ManagedObjectModifier and TypeClassDescriptionclassCoordinatingManagedObjectto dependency inject theObjectinstance and make it available for use.Methods in net.officefloor.plugin.managedobject.clazz that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectClassManagedObjectSource.getManagedObject()Methods in net.officefloor.plugin.managedobject.clazz with parameters of type ManagedObjectModifier and TypeMethodDescriptionClassExtensionFactory.createExtension(ManagedObject managedObject) voidClassDependencyInjector.injectDependencies(Object object, ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) Injects dependencies into the object.voidFieldClassDependencyInjector.injectDependencies(Object object, ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) voidMethodClassDependencyInjector.injectDependencies(Object object, ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) -
Uses of ManagedObject in net.officefloor.plugin.managedobject.poll
Method parameters in net.officefloor.plugin.managedobject.poll with type arguments of type ManagedObjectModifier and TypeMethodDescriptionstatic <S> StatePoller.Builder<S,Indexed> StatePoller.builder(Class<S> stateType, Clock<Long> clock, int flowIndex, ManagedObjectExecuteContext<Indexed> executeContext, Function<StatePollContext<S>, ManagedObject> managedObjectFactory) Creates aStatePoller.BuilderforFlowindex.static <S,F extends Enum<F>>
StatePoller.Builder<S,F> StatePoller.builder(Class<S> stateType, Clock<Long> clock, F flowKey, ManagedObjectExecuteContext<F> executeContext, Function<StatePollContext<S>, ManagedObject> managedObjectFactory) Creates aStatePoller.BuilderforFlowkey. -
Uses of ManagedObject in net.officefloor.plugin.managedobject.singleton
Classes in net.officefloor.plugin.managedobject.singleton that implement ManagedObjectMethods in net.officefloor.plugin.managedobject.singleton that return ManagedObjectMethods in net.officefloor.plugin.managedobject.singleton with parameters of type ManagedObject -
Uses of ManagedObject in net.officefloor.plugin.variable
Methods in net.officefloor.plugin.variable that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectVariableManagedObjectSource.getManagedObject() -
Uses of ManagedObject in net.officefloor.plugin.xml.marshall.tree
Methods in net.officefloor.plugin.xml.marshall.tree that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectTreeXmlMarshallerManagedObjectSource.getManagedObject() -
Uses of ManagedObject in net.officefloor.plugin.xml.unmarshall.flat
Methods in net.officefloor.plugin.xml.unmarshall.flat that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectFlatXmlUnmarshallerManagedObjectSource.getManagedObject() -
Uses of ManagedObject in net.officefloor.plugin.xml.unmarshall.tree
Methods in net.officefloor.plugin.xml.unmarshall.tree that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectTreeXmlUnmarshallerManagedObjectSource.getManagedObject() -
Uses of ManagedObject in net.officefloor.r2dbc
Methods in net.officefloor.r2dbc that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectR2dbcManagedObjectSource.getManagedObject() -
Uses of ManagedObject in net.officefloor.script
Methods in net.officefloor.script with parameters of type ManagedObjectModifier and TypeMethodDescriptionScriptFlowParameterFactory.createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) -
Uses of ManagedObject in net.officefloor.server.http
Classes in net.officefloor.server.http that implement ManagedObjectMethods in net.officefloor.server.http that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectAbstractHttpServerImplementationTestCase.CancelConnectionManagedObjectSource.getManagedObject()protected ManagedObjectHttpServerSocketManagedObjectSource.getManagedObject()Methods in net.officefloor.server.http with parameters of type ManagedObjectModifier and TypeMethodDescriptionvoidAbstractHttpServerImplementationTestCase.CancelConnectionManagedObjectSource.lostManagedObject(ManagedObject managedObject, Throwable cause) voidAbstractHttpServerImplementationTestCase.CancelConnectionManagedObjectSource.returnManagedObject(ManagedObject managedObject) -
Uses of ManagedObject in net.officefloor.server.http.impl
Classes in net.officefloor.server.http.impl that implement ManagedObjectModifier and TypeClassDescriptionstatic classManagedObjectfor theHttpExternalResponse.classServerHttpConnectionimplementation available forExternalServiceInput.Methods in net.officefloor.server.http.impl that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectHttpExternalResponseManagedObjectSource.getManagedObject() -
Uses of ManagedObject in net.officefloor.servlet.supply
Classes in net.officefloor.servlet.supply that implement ManagedObjectMethods in net.officefloor.servlet.supply that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectServletServicerManagedObjectSource.getManagedObject() -
Uses of ManagedObject in net.officefloor.spring
Classes in net.officefloor.spring that implement ManagedObjectModifier and TypeClassDescriptionclassManagedObjectSourcefor theConfigurableApplicationContext.classSpring beanManagedObjectSource.Methods in net.officefloor.spring that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectApplicationContextManagedObjectSource.getManagedObject()protected ManagedObjectSpringBeanManagedObjectSource.getManagedObject() -
Uses of ManagedObject in net.officefloor.spring.starter.rest
Classes in net.officefloor.spring.starter.rest that implement ManagedObjectModifier and TypeClassDescriptionclassProcessAwareServerHttpConnectionManagedObjectfor Spring MVC. -
Uses of ManagedObject in net.officefloor.spring.starter.rest.argument
Classes in net.officefloor.spring.starter.rest.argument that implement ManagedObjectModifier and TypeClassDescriptionclassManagedObjectfor the Spring argument.classManagedObjectSourcefor a Spring Bean.Methods in net.officefloor.spring.starter.rest.argument that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectSpringArgumentManagedObjectSource.getManagedObject() -
Uses of ManagedObject in net.officefloor.spring.starter.rest.servlet
Methods in net.officefloor.spring.starter.rest.servlet that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectHttpServletRequestManagedObjectSource.getManagedObject()protected ManagedObjectHttpServletResponseManagedObjectSource.getManagedObject() -
Uses of ManagedObject in net.officefloor.spring.starter.rest.view
Methods in net.officefloor.spring.starter.rest.view that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectViewResponseManagedObjectSource.getManagedObject() -
Uses of ManagedObject in net.officefloor.spring.webclient
Methods in net.officefloor.spring.webclient that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectWebClientManagedObjectSource.getManagedObject() -
Uses of ManagedObject in net.officefloor.vertx.sqlclient
Classes in net.officefloor.vertx.sqlclient that implement ManagedObjectModifier and TypeClassDescriptionclassMethods in net.officefloor.vertx.sqlclient that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectVertxSqlPoolManagedObjectSource.getManagedObject() -
Uses of ManagedObject in net.officefloor.web.jwt
Methods in net.officefloor.web.jwt that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectJwtClaimsManagedObjectSource.getManagedObject() -
Uses of ManagedObject in net.officefloor.web.jwt.authority
Methods in net.officefloor.web.jwt.authority that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectJwtAuthorityManagedObjectSource.getManagedObject() -
Uses of ManagedObject in net.officefloor.web.resource.source
Classes in net.officefloor.web.resource.source that implement ManagedObjectModifier and TypeClassDescriptionclassManagedObjectSourcefor theHttpResourceCache.classManagedObjectSourcefor theHttpResourceStore.Methods in net.officefloor.web.resource.source that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectHttpResourceCacheManagedObjectSource.getManagedObject()protected ManagedObjectHttpResourceStoreManagedObjectSource.getManagedObject() -
Uses of ManagedObject in net.officefloor.web.response
Methods in net.officefloor.web.response that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectObjectResponseManagedObjectSource.getManagedObject() -
Uses of ManagedObject in net.officefloor.web.security.impl
Classes in net.officefloor.web.security.impl that implement ManagedObjectModifier and TypeClassDescriptionclassManagedObjectfor the access control.classHttpSecurityExecuteManagedObjectSource<F extends Enum<F>>Methods in net.officefloor.web.security.impl that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectAccessControlManagedObjectSource.getManagedObject()protected ManagedObjectAuthenticationContextManagedObjectSource.getManagedObject()protected ManagedObjectAuthenticationManagedObjectSource.getManagedObject()protected ManagedObjectDefaultHttpAccessControlManagedObjectSource.getManagedObject()protected ManagedObjectDefaultHttpAuthenticationManagedObjectSource.getManagedObject()protected ManagedObjectHttpAccessControlManagedObjectSource.getManagedObject()protected ManagedObjectHttpAuthenticationManagedObjectSource.getManagedObject()protected ManagedObjectHttpChallengeContextManagedObjectSource.getManagedObject()protected ManagedObjectHttpSecurityExecuteManagedObjectSource.getManagedObject() -
Uses of ManagedObject in net.officefloor.web.security.store
Classes in net.officefloor.web.security.store that implement ManagedObjectModifier and TypeClassDescriptionclassProvides mocking of aCredentialStorein a similar wayMockChallengeHttpSecuritySourceworks.classMethods in net.officefloor.web.security.store that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectJndiLdapManagedObjectSource.getManagedObject()protected ManagedObjectMockCredentialStoreManagedObjectSource.getManagedObject()protected ManagedObjectPasswordFileManagedObjectSource.getManagedObject() -
Uses of ManagedObject in net.officefloor.web.session
Classes in net.officefloor.web.session that implement ManagedObjectMethods in net.officefloor.web.session that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectHttpSessionManagedObjectSource.getManagedObject() -
Uses of ManagedObject in net.officefloor.web.session.object
Classes in net.officefloor.web.session.object that implement ManagedObjectModifier and TypeClassDescriptionclassMethods in net.officefloor.web.session.object that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectHttpSessionObjectManagedObjectSource.getManagedObject() -
Uses of ManagedObject in net.officefloor.web.state
Classes in net.officefloor.web.state that implement ManagedObjectModifier and TypeClassDescriptionstatic classManagedObjectto retrieve the object from theHttpApplicationState.classManagedObjectSourcefor theHttpRequestState.classManagedObjectto retrieve the object from theHttpRequestState.Methods in net.officefloor.web.state that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectHttpApplicationObjectManagedObjectSource.getManagedObject()protected ManagedObjectHttpApplicationStateManagedObjectSource.getManagedObject()protected ManagedObjectHttpArgumentManagedObjectSource.getManagedObject()protected ManagedObjectHttpObjectManagedObjectSource.getManagedObject()protected ManagedObjectHttpRequestObjectManagedObjectSource.getManagedObject()protected ManagedObjectHttpRequestStateManagedObjectSource.getManagedObject() -
Uses of ManagedObject in net.officefloor.web.thymeleaf
Methods in net.officefloor.web.thymeleaf that return ManagedObjectModifier and TypeMethodDescriptionprotected ManagedObjectThymeleafManagedObjectSource.getManagedObject()