Uses of Interface
net.officefloor.frame.api.managedobject.ManagedObject
-
-
Uses of ManagedObject in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure with type parameters of type ManagedObject Modifier and Type Method Description <O,M extends ManagedObject>
ExternalServiceInput<O,M>SectionInputNodeImpl. addExternalServiceInput(java.lang.Class<O> objectType, java.lang.Class<? extends M> managedObjectType, ExternalServiceCleanupEscalationHandler<? super M> cleanupEscalationHandler) -
Uses of ManagedObject in net.officefloor.compile.spi.officefloor
Classes in net.officefloor.compile.spi.officefloor with type parameters of type ManagedObject Modifier and Type Interface Description interfaceExternalServiceCleanupEscalationHandler<M extends ManagedObject>HandlesCleanupEscalationinstances from otherManagedObjectinstances used to service the input.interfaceExternalServiceInput<O,M extends ManagedObject>External service input toOfficeFloor.Methods in net.officefloor.compile.spi.officefloor with type parameters of type ManagedObject Modifier and Type Method Description <O,M extends ManagedObject>
ExternalServiceInput<O,M>DeployedOfficeInput. addExternalServiceInput(java.lang.Class<O> objectType, java.lang.Class<? extends M> managedObjectType, ExternalServiceCleanupEscalationHandler<? super M> cleanupEscalationHandler)Adds anExternalServiceInputto externally trigger thisDeployedOfficeInput. -
Uses of ManagedObject in net.officefloor.compile.test.managedobject
Methods in net.officefloor.compile.test.managedobject that return ManagedObject Modifier and Type Method Description protected ManagedObjectManagedObjectLoaderUtil.CollectMetaDataContextManagedObjectSource. getManagedObject() -
Uses of ManagedObject in net.officefloor.flyway
Methods in net.officefloor.flyway that return ManagedObject Modifier and Type Method Description protected ManagedObjectFlywayManagedObjectSource. getManagedObject()protected ManagedObjectFlywayMigrateManagedObjectSource. getManagedObject() -
Uses of ManagedObject in net.officefloor.frame.api.managedobject
Subinterfaces of ManagedObject in net.officefloor.frame.api.managedobject Modifier and Type Interface Description interfaceAsynchronousManagedObjectContract to provide control over asynchronous processing by theManagedObject.interfaceContextAwareManagedObjectContext awareManagedObject.interfaceCoordinatingManagedObject<O extends java.lang.Enum<O>>Provides the ability for theManagedObjectto obtain references to the Objects of otherManagedObjectinstances. -
Uses of ManagedObject in net.officefloor.frame.api.managedobject.executor
Methods in net.officefloor.frame.api.managedobject.executor with parameters of type ManagedObject Modifier and Type Method Description java.util.concurrent.ExecutorManagedObjectExecutorFactory. 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 ManagedObject Modifier and Type Method Description EExtensionFactory. 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 ManagedObject Modifier and Type Method Description default 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 ManagedObject Modifier and Type Method Description default 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, java.lang.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 ManagedObject Modifier and Type Interface Description interfaceRecycleManagedObjectParameter<MO extends ManagedObject>Parameter to the recycleManagedFunction.Methods in net.officefloor.frame.api.managedobject.recycle with type parameters of type ManagedObject Modifier and Type Method Description static <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 ManagedObject Modifier and Type Method Description java.lang.Class<? extends ManagedObject>ManagedObjectSourceMetaData. getManagedObjectClass()Methods in net.officefloor.frame.api.managedobject.source with parameters of type ManagedObject Modifier and Type Method Description ProcessManagerManagedObjectServiceContext. invokeProcess(int flowIndex, java.lang.Object parameter, ManagedObject managedObject, long delay, FlowCallback callback)Instigates aProcessState.ProcessManagerManagedObjectServiceContext. invokeProcess(F key, java.lang.Object parameter, ManagedObject managedObject, long delay, FlowCallback callback)Instigates aProcessState.ManagedObjectStartupProcessManagedObjectExecuteContext. invokeStartupProcess(int flowIndex, java.lang.Object parameter, ManagedObject managedObject, FlowCallback callback)Invokes a start upFlow.ManagedObjectStartupProcessManagedObjectExecuteContext. invokeStartupProcess(F key, java.lang.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 ManagedObject Modifier and Type Method Description protected abstract ManagedObjectAbstractManagedObjectSource. getManagedObject()Synchronously obtains theManagedObject.Method parameters in net.officefloor.frame.api.managedobject.source.impl with type arguments of type ManagedObject Modifier and Type Method Description voidAbstractAsyncManagedObjectSource.MetaDataContext. setManagedObjectClass(java.lang.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 ManagedObject Modifier and Type Method Description IManagedObjectExtensionExtractorMetaDataImpl. 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 ManagedObject Modifier and Type Method Description FunctionStateManagedObjectCleanupImpl. cleanup(FlowMetaData recycleFlowMetaData, java.lang.Class<?> objectType, ManagedObject managedObject, ManagedObjectPool managedObjectPool)IManagedObjectGovernanceMetaDataImpl. extractExtension(ManagedObject managedObject, ManagedObjectMetaData<?> managedObjectMetaData)FunctionStateManagedObjectMetaDataImpl. recycle(ManagedObject managedObject, ManagedObjectCleanup cleanup)Constructors in net.officefloor.frame.impl.execute.managedobject with parameters of type ManagedObject Constructor Description ManagedObjectContainerImpl(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 ManagedObject Modifier and Type Method Description ProcessManagerOfficeMetaDataImpl. invokeProcess(FlowMetaData flowMetaData, java.lang.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 ManagedObject Modifier and Type Method Description ProcessManagerManagedObjectServiceContextImpl. invokeProcess(int flowIndex, java.lang.Object parameter, ManagedObject managedObject, long delay, FlowCallback callback)ProcessManagerManagedObjectServiceContextImpl. invokeProcess(F key, java.lang.Object parameter, ManagedObject managedObject, long delay, FlowCallback callback)ProcessManagerManagedObjectServiceContextImpl. invokeProcess(FlowMetaData flowMetaData, java.lang.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 ManagedObject Constructor Description ProcessStateImpl(ProcessMetaData processMetaData, OfficeMetaData officeMetaData, FlowCallback callback, ThreadState callbackThreadState, ThreadLocalAwareExecutor threadLocalAwareExecutor, Profiler profiler, ManagedObject inputManagedObject, ManagedObjectMetaData<?> inputManagedObjectMetaData, int inputManagedObjectIndex, java.util.function.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 ManagedObject Modifier and Type Method Description ProcessManagerSafeManagedObjectService. invokeProcess(int flowIndex, java.lang.Object parameter, ManagedObject managedObject, long delay, FlowCallback callback)ProcessManagerSafeManagedObjectService. invokeProcess(F key, java.lang.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 ManagedObject Modifier and Type Method Description FunctionStateManagedObjectCleanup. cleanup(FlowMetaData recycleFlowMetaData, java.lang.Class<?> objectType, ManagedObject managedObject, ManagedObjectPool managedObjectPool)Creates the clean upFunctionState.EManagedObjectExtensionExtractor. extractExtension(ManagedObject managedObject, ManagedObjectMetaData<?> managedObjectMetaData)Extracts the extension from theManagedObject.ProcessManagerOfficeMetaData. invokeProcess(FlowMetaData flowMetaData, java.lang.Object parameter, long delay, FlowCallback callback, ThreadState callbackThreadState, ManagedObject inputManagedObject, ManagedObjectMetaData<?> inputManagedObjectMetaData, int processBoundIndexForInputManagedObject)Invokes aProcessState.FunctionStateManagedObjectMetaData. 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 ManagedObject Modifier and Type Class Description classTestManagedObject<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>TestManagedObjectPool.classTestObjectTestManagedObjectthat simplifies theTestManagedObject.Fields in net.officefloor.frame.test declared as ManagedObject Modifier and Type Field Description ManagedObjectTestManagedObject. pooledLostManagedObjectLostManagedObjectto theManagedObjectPool.ManagedObjectTestManagedObject. pooledReturnedManagedObjectReturnedManagedObjectto theManagedObjectPool.ManagedObjectTestManagedObject. pooledSourcedManagedObjectSourcedManagedObjectviaManagedObjectPool.ManagedObjectTestManagedObject. recycledManagedObjectManagedObjectprovided to the recycleManagedFunction.Methods in net.officefloor.frame.test that return types with arguments of type ManagedObject Modifier and Type Method Description java.lang.Class<? extends ManagedObject>MockManagedObjectSourceMetaData. getManagedObjectClass()Methods in net.officefloor.frame.test with parameters of type ManagedObject Modifier and Type Method Description static <F extends java.lang.Enum<F>>
ManagedObjectBuilder<F>MockManagedObjectSource. bindManagedObject(java.lang.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 ManagedObject Constructor Description MockManagedObjectSourceMetaData(ManagedObject managedObject)Initiate from theManagedObject. -
Uses of ManagedObject in net.officefloor.frame.util
Methods in net.officefloor.frame.util that return ManagedObject Modifier and Type Method Description ManagedObjectManagedObjectUserStandAlone. sourceManagedObject(ManagedObjectSource<?,?> source)Sources theManagedObjectfrom theManagedObjectSource.ManagedObjectManagedObjectUserStandAlone. sourceManagedObject(ManagedObjectSource<?,?> source, boolean isWait)Sources theManagedObjectfrom theManagedObjectSource.Methods in net.officefloor.frame.util with parameters of type ManagedObject Modifier and Type Method Description voidInvokedProcessServicer. service(int processIndex, java.lang.Object parameter, ManagedObject managedObject)Services the invokedProcessState.voidManagedObjectUserStandAlone. setManagedObject(ManagedObject managedObject) -
Uses of ManagedObject in net.officefloor.identity.google
Classes in net.officefloor.identity.google that implement ManagedObject Modifier and Type Class Description classGoogleIdTokenVerifierManagedObjectSourceManagedObjectSourcefor theGoogleIdTokenVerifier.Methods in net.officefloor.identity.google that return ManagedObject Modifier and Type Method Description protected ManagedObjectGoogleIdTokenVerifierManagedObjectSource. getManagedObject() -
Uses of ManagedObject in net.officefloor.jdbc
Classes in net.officefloor.jdbc that implement ManagedObject Modifier and Type Class Description classDataSourceManagedObjectSourceManagedObjectSourcefor aDataSource.classReadOnlyConnectionManagedObjectSourceRead-onlyConnectionManagedObjectSource.Methods in net.officefloor.jdbc that return ManagedObject Modifier and Type Method Description protected 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 Modifier and Type Class Description classH2DataSourceManagedObjectSourceclassH2ReadOnlyConnectionManagedObjectSourceH2 read-onlyConnectionManagedObjectSource. -
Uses of ManagedObject in net.officefloor.jdbc.postgresql
Classes in net.officefloor.jdbc.postgresql that implement ManagedObject Modifier and Type Class Description classPostgreSqlDataSourceManagedObjectSourcePostgreSQLDataSourceManagedObjectSource.classPostgreSqlReadOnlyConnectionManagedObjectSourcePostgreSQLConnectionManagedObjectSource. -
Uses of ManagedObject in net.officefloor.jpa
Classes in net.officefloor.jpa that implement ManagedObject Modifier and Type Class Description classJpaManagedObjectSource.JpaManagedObjectJPAManagedObject.Methods in net.officefloor.jpa that return ManagedObject Modifier and Type Method Description protected ManagedObjectJpaManagedObjectSource. getManagedObject() -
Uses of ManagedObject in net.officefloor.nosql.cosmosdb
Classes in net.officefloor.nosql.cosmosdb that implement ManagedObject Modifier and Type Class Description classCosmosAsyncClientManagedObjectSourceManagedObjectSourcefor theCosmosAsyncClient.classCosmosAsyncDatabaseManagedObjectSourceManagedObjectSourcefor theCosmosAsyncDatabase.classCosmosAsyncEntitiesManagedObjectSourceManagedObjectSourcefor theCosmosAsyncEntities.classCosmosClientManagedObjectSourceManagedObjectSourcefor theCosmosClient.classCosmosDatabaseManagedObjectSourceManagedObjectSourcefor theCosmosDatabase.classCosmosEntitiesManagedObjectSourceManagedObjectSourcefor theCosmosEntities.Methods in net.officefloor.nosql.cosmosdb that return ManagedObject Modifier and Type Method Description protected ManagedObjectCosmosAsyncClientManagedObjectSource. getManagedObject()protected ManagedObjectCosmosAsyncDatabaseManagedObjectSource. getManagedObject()protected ManagedObjectCosmosAsyncEntitiesManagedObjectSource. getManagedObject()protected ManagedObjectCosmosClientManagedObjectSource. getManagedObject()protected ManagedObjectCosmosDatabaseManagedObjectSource. getManagedObject()protected ManagedObjectCosmosEntitiesManagedObjectSource. getManagedObject() -
Uses of ManagedObject in net.officefloor.nosql.dynamodb
Classes in net.officefloor.nosql.dynamodb that implement ManagedObject Modifier and Type Class Description classDynamoDbMapperManagedObjectSourceManagedObjectSourcefor theDynamoDBMapper.Methods in net.officefloor.nosql.dynamodb that return ManagedObject Modifier and Type Method Description protected ManagedObjectDynamoDbMapperManagedObjectSource. getManagedObject() -
Uses of ManagedObject in net.officefloor.pay.paypal
Classes in net.officefloor.pay.paypal that implement ManagedObject Modifier and Type Class Description classPayPalHttpClientManagedObjectSourceManagedObjectSourcefor thePayPalHttpClient.Methods in net.officefloor.pay.paypal that return ManagedObject Modifier and Type Method Description protected ManagedObjectPayPalHttpClientManagedObjectSource. getManagedObject() -
Uses of ManagedObject in net.officefloor.plugin.administration.clazz
Methods in net.officefloor.plugin.administration.clazz with parameters of type ManagedObject Modifier and Type Method Description java.lang.ObjectAdministrationContextClassDependencyFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)java.lang.ObjectAdministrationExtensionParameterFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)java.lang.ObjectAdministrationGovernanceParameterFactory. 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 ManagedObject Modifier and Type Method Description java.lang.ObjectClassDependencyFactory. 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 ManagedObject Modifier and Type Method Description java.lang.ObjectAsynchronousFlowClassDependencyFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)java.lang.ObjectFlowClassDependencyFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)java.lang.ObjectLoggerClassDependencyManufacturer. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)java.lang.ObjectManagedFunctionContextClassDependencyManufacturer. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)java.lang.ObjectManagedObjectContextClassDependencyManufacturer. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)java.lang.ObjectObjectClassDependencyFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)java.lang.ObjectPropertyClassDependencyFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)java.lang.ObjectVariableClassDependencyFactory. 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 ManagedObject Modifier and Type Method Description java.lang.ObjectClassObjectFactory. 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 ManagedObject Modifier and Type Class Description classClassManagedObjectCoordinatingManagedObjectto dependency inject theObjectinstance and make it available for use.Methods in net.officefloor.plugin.managedobject.clazz that return ManagedObject Modifier and Type Method Description protected ManagedObjectClassManagedObjectSource. getManagedObject()Methods in net.officefloor.plugin.managedobject.clazz with parameters of type ManagedObject Modifier and Type Method Description java.lang.ObjectClassExtensionFactory. createExtension(ManagedObject managedObject)voidClassDependencyInjector. injectDependencies(java.lang.Object object, ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)Injects dependencies into the object.voidFieldClassDependencyInjector. injectDependencies(java.lang.Object object, ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)voidMethodClassDependencyInjector. injectDependencies(java.lang.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 ManagedObject Modifier and Type Method Description static <S> StatePoller.Builder<S,Indexed>StatePoller. builder(java.lang.Class<S> stateType, Clock<java.lang.Long> clock, int flowIndex, ManagedObjectExecuteContext<Indexed> executeContext, java.util.function.Function<StatePollContext<S>,ManagedObject> managedObjectFactory)Creates aStatePoller.BuilderforFlowindex.static <S,F extends java.lang.Enum<F>>
StatePoller.Builder<S,F>StatePoller. builder(java.lang.Class<S> stateType, Clock<java.lang.Long> clock, F flowKey, ManagedObjectExecuteContext<F> executeContext, java.util.function.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 ManagedObject Modifier and Type Class Description classSingletonProvides a singleton object.Methods in net.officefloor.plugin.managedobject.singleton that return ManagedObject Modifier and Type Method Description protected ManagedObjectSingleton. getManagedObject()Methods in net.officefloor.plugin.managedobject.singleton with parameters of type ManagedObject Modifier and Type Method Description java.lang.ObjectSingleton. createExtension(ManagedObject managedObject) -
Uses of ManagedObject in net.officefloor.plugin.variable
Methods in net.officefloor.plugin.variable that return ManagedObject Modifier and Type Method Description protected ManagedObjectVariableManagedObjectSource. getManagedObject() -
Uses of ManagedObject in net.officefloor.plugin.xml.marshall.tree
Methods in net.officefloor.plugin.xml.marshall.tree that return ManagedObject Modifier and Type Method Description protected ManagedObjectTreeXmlMarshallerManagedObjectSource. getManagedObject() -
Uses of ManagedObject in net.officefloor.plugin.xml.unmarshall.flat
Methods in net.officefloor.plugin.xml.unmarshall.flat that return ManagedObject Modifier and Type Method Description protected ManagedObjectFlatXmlUnmarshallerManagedObjectSource. getManagedObject() -
Uses of ManagedObject in net.officefloor.plugin.xml.unmarshall.tree
Methods in net.officefloor.plugin.xml.unmarshall.tree that return ManagedObject Modifier and Type Method Description protected ManagedObjectTreeXmlUnmarshallerManagedObjectSource. getManagedObject() -
Uses of ManagedObject in net.officefloor.r2dbc
Methods in net.officefloor.r2dbc that return ManagedObject Modifier and Type Method Description protected ManagedObjectR2dbcManagedObjectSource. getManagedObject() -
Uses of ManagedObject in net.officefloor.script
Methods in net.officefloor.script with parameters of type ManagedObject Modifier and Type Method Description java.lang.ObjectScriptFlowParameterFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) -
Uses of ManagedObject in net.officefloor.server.http
Classes in net.officefloor.server.http that implement ManagedObject Modifier and Type Class Description static classAbstractHttpServerImplementationTestCase.CancelConnectionManagedObjectSourceMethods in net.officefloor.server.http with type parameters of type ManagedObject Modifier and Type Method Description <M extends ManagedObject>
ExternalServiceInput<ServerHttpConnection,M>HttpServerImplementationContext. getExternalServiceInput(java.lang.Class<M> managedObjectType, ExternalServiceCleanupEscalationHandler<? super M> cleanupEscalationHandler)Obtains theExternalServiceInput.Methods in net.officefloor.server.http that return ManagedObject Modifier and Type Method Description protected ManagedObjectAbstractHttpServerImplementationTestCase.CancelConnectionManagedObjectSource. getManagedObject()protected ManagedObjectHttpServerSocketManagedObjectSource. getManagedObject()Methods in net.officefloor.server.http with parameters of type ManagedObject Modifier and Type Method Description voidAbstractHttpServerImplementationTestCase.CancelConnectionManagedObjectSource. lostManagedObject(ManagedObject managedObject, java.lang.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 ManagedObject Modifier and Type Class Description classProcessAwareServerHttpConnectionManagedObject<B>ServerHttpConnectionimplementation available forExternalServiceInput. -
Uses of ManagedObject in net.officefloor.servlet.supply
Classes in net.officefloor.servlet.supply that implement ManagedObject Modifier and Type Class Description classServletServicerManagedObjectSourceManagedObjectSourceto provideServletManager.Methods in net.officefloor.servlet.supply that return ManagedObject Modifier and Type Method Description protected ManagedObjectServletServicerManagedObjectSource. getManagedObject() -
Uses of ManagedObject in net.officefloor.spring
Classes in net.officefloor.spring that implement ManagedObject Modifier and Type Class Description classApplicationContextManagedObjectSourceManagedObjectSourcefor theConfigurableApplicationContext.classSpringBeanManagedObjectSourceSpring beanManagedObjectSource.Methods in net.officefloor.spring that return ManagedObject Modifier and Type Method Description protected ManagedObjectApplicationContextManagedObjectSource. getManagedObject()protected ManagedObjectSpringBeanManagedObjectSource. getManagedObject() -
Uses of ManagedObject in net.officefloor.spring.webclient
Methods in net.officefloor.spring.webclient that return ManagedObject Modifier and Type Method Description protected ManagedObjectWebClientManagedObjectSource. getManagedObject() -
Uses of ManagedObject in net.officefloor.tutorial.jwtauthorityhttpserver
Classes in net.officefloor.tutorial.jwtauthorityhttpserver that implement ManagedObject Modifier and Type Class Description classInMemoryJwtAuthorityRepositoryManagedObjectSourceIn memoryJwtAuthorityRepositoryManagedObjectSource.Methods in net.officefloor.tutorial.jwtauthorityhttpserver that return ManagedObject Modifier and Type Method Description protected ManagedObjectInMemoryJwtAuthorityRepositoryManagedObjectSource. getManagedObject() -
Uses of ManagedObject in net.officefloor.tutorial.jwthttpserver
Classes in net.officefloor.tutorial.jwthttpserver that implement ManagedObject Modifier and Type Class Description classInMemoryJwtAuthorityRepositoryManagedObjectSourceIn memoryJwtAuthorityRepositoryManagedObjectSource.Methods in net.officefloor.tutorial.jwthttpserver that return ManagedObject Modifier and Type Method Description protected ManagedObjectInMemoryJwtAuthorityRepositoryManagedObjectSource. getManagedObject() -
Uses of ManagedObject in net.officefloor.web.jwt
Methods in net.officefloor.web.jwt that return ManagedObject Modifier and Type Method Description protected ManagedObjectJwtClaimsManagedObjectSource. getManagedObject() -
Uses of ManagedObject in net.officefloor.web.jwt.authority
Methods in net.officefloor.web.jwt.authority that return ManagedObject Modifier and Type Method Description protected ManagedObjectJwtAuthorityManagedObjectSource. getManagedObject() -
Uses of ManagedObject in net.officefloor.web.resource.source
Classes in net.officefloor.web.resource.source that implement ManagedObject Modifier and Type Class Description classHttpResourceCacheManagedObjectSourceManagedObjectSourcefor theHttpResourceCache.classHttpResourceStoreManagedObjectSourceManagedObjectSourcefor theHttpResourceStore.Methods in net.officefloor.web.resource.source that return ManagedObject Modifier and Type Method Description protected ManagedObjectHttpResourceCacheManagedObjectSource. getManagedObject()protected ManagedObjectHttpResourceStoreManagedObjectSource. getManagedObject() -
Uses of ManagedObject in net.officefloor.web.response
Methods in net.officefloor.web.response that return ManagedObject Modifier and Type Method Description protected ManagedObjectObjectResponseManagedObjectSource. getManagedObject() -
Uses of ManagedObject in net.officefloor.web.security.impl
Classes in net.officefloor.web.security.impl that implement ManagedObject Modifier and Type Class Description classAccessControlManagedObjectSource.AccessControlManagedObjectManagedObjectfor the access control.classHttpSecurityExecuteManagedObjectSource<F extends java.lang.Enum<F>>Methods in net.officefloor.web.security.impl that return ManagedObject Modifier and Type Method Description protected 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 ManagedObject Modifier and Type Class Description classMockCredentialStoreManagedObjectSourceProvides mocking of aCredentialStorein a similar wayMockChallengeHttpSecuritySourceworks.classPasswordFileManagedObjectSourceMethods in net.officefloor.web.security.store that return ManagedObject Modifier and Type Method Description protected ManagedObjectJndiLdapManagedObjectSource. getManagedObject()protected ManagedObjectMockCredentialStoreManagedObjectSource. getManagedObject()protected ManagedObjectPasswordFileManagedObjectSource. getManagedObject() -
Uses of ManagedObject in net.officefloor.web.session
Classes in net.officefloor.web.session that implement ManagedObject Modifier and Type Class Description classHttpSessionManagedObjectManagedObjectfor aHttpSession.Methods in net.officefloor.web.session that return ManagedObject Modifier and Type Method Description protected ManagedObjectHttpSessionManagedObjectSource. getManagedObject() -
Uses of ManagedObject in net.officefloor.web.session.object
Classes in net.officefloor.web.session.object that implement ManagedObject Modifier and Type Class Description classHttpSessionObjectManagedObjectMethods in net.officefloor.web.session.object that return ManagedObject Modifier and Type Method Description protected ManagedObjectHttpSessionObjectManagedObjectSource. getManagedObject() -
Uses of ManagedObject in net.officefloor.web.state
Classes in net.officefloor.web.state that implement ManagedObject Modifier and Type Class Description static classHttpApplicationObjectManagedObjectSource.HttpApplicationObjectManagedObjectManagedObjectto retrieve the object from theHttpApplicationState.classHttpApplicationStateManagedObjectSourceManagedObjectSourcefor theHttpRequestState.classHttpRequestObjectManagedObjectSource.HttpRequestObjectManagedObjectManagedObjectto retrieve the object from theHttpRequestState.Methods in net.officefloor.web.state that return ManagedObject Modifier and Type Method Description protected ManagedObjectHttpApplicationObjectManagedObjectSource. getManagedObject()protected ManagedObjectHttpApplicationStateManagedObjectSource. getManagedObject()protected ManagedObjectHttpArgumentManagedObjectSource. getManagedObject()protected ManagedObjectHttpObjectManagedObjectSource. getManagedObject()protected ManagedObjectHttpRequestObjectManagedObjectSource. getManagedObject()protected ManagedObjectHttpRequestStateManagedObjectSource. getManagedObject()
-