Uses of Interface
net.officefloor.frame.api.managedobject.InputManagedObject
Packages that use InputManagedObject
Package
Description
-
Uses of InputManagedObject in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure with type parameters of type InputManagedObjectModifier and TypeClassDescriptionclassExternalServiceInputFactoryImpl<O,M extends InputManagedObject> ExternalServiceInputFactoryimplementation.Methods in net.officefloor.compile.impl.structure with type parameters of type InputManagedObjectModifier and TypeMethodDescription<O,M extends InputManagedObject>
ExternalServiceInput<O,M> SectionInputNodeImpl.addExternalServiceInput(Class<O> objectType, Class<M> managedObjectType) <O,M extends InputManagedObject>
ExternalServiceInput<O,M> SectionInputNodeImpl.addExternalServiceInput(Class<O> objectType, String typeQualifier, Class<M> managedObjectType) <O,M extends InputManagedObject>
ExternalServiceInputFactory<O,M> OfficeFloorNodeImpl.addExternalServiceInputFactory(Class<O> objectType, String typeQualifier, Class<M> managedObjectType, OfficeNode managingOffice) -
Uses of InputManagedObject in net.officefloor.compile.internal.structure
Classes in net.officefloor.compile.internal.structure with type parameters of type InputManagedObjectModifier and TypeInterfaceDescriptioninterfaceExternalServiceInputFactory<O,M extends InputManagedObject> Factory to create anExternalServiceInputtoOfficeFloor.interfaceExternalServiceInputNode<O,M extends InputManagedObject> Methods in net.officefloor.compile.internal.structure with type parameters of type InputManagedObjectModifier and TypeMethodDescription<O,M extends InputManagedObject>
ExternalServiceInputFactory<O,M> OfficeFloorNode.addExternalServiceInputFactory(Class<O> objectType, String typeQualifier, Class<M> managedObjectType, OfficeNode managingOffice) Obtains theExternalServiceInputFactory. -
Uses of InputManagedObject in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office with type parameters of type InputManagedObjectModifier and TypeMethodDescription<O,M extends InputManagedObject>
ExternalServiceInput<O,M> OfficeSectionInput.addExternalServiceInput(Class<O> objectType, Class<M> managedObjectType) SeeDeployedOfficeInputas allowsOfficeSourceto configure inputs.<O,M extends InputManagedObject>
ExternalServiceInput<O,M> OfficeSectionInput.addExternalServiceInput(Class<O> objectType, String typeQualifier, Class<M> managedObjectType) Adds qualifiedExternalServiceInput. -
Uses of InputManagedObject in net.officefloor.compile.spi.officefloor
Classes in net.officefloor.compile.spi.officefloor with type parameters of type InputManagedObjectModifier and TypeInterfaceDescriptioninterfaceExternalServiceInput<O,M extends InputManagedObject> External service input toOfficeFloor.Methods in net.officefloor.compile.spi.officefloor with type parameters of type InputManagedObjectModifier and TypeMethodDescription<O,M extends InputManagedObject>
ExternalServiceInput<O,M> DeployedOfficeInput.addExternalServiceInput(Class<O> objectType, Class<M> managedObjectType) Adds anExternalServiceInputto externally trigger thisDeployedOfficeInput.<O,M extends InputManagedObject>
ExternalServiceInput<O,M> DeployedOfficeInput.addExternalServiceInput(Class<O> objectType, String typeQualifier, Class<M> managedObjectType) Adds qualifiedExternalServiceInput. -
Uses of InputManagedObject in net.officefloor.server.http
Methods in net.officefloor.server.http with type parameters of type InputManagedObjectModifier and TypeMethodDescription<M extends InputManagedObject>
ExternalServiceInput<ServerHttpConnection,M> HttpServerImplementationContext.getExternalServiceInput(Class<M> managedObjectType) Obtains theExternalServiceInput. -
Uses of InputManagedObject in net.officefloor.server.http.impl
Classes in net.officefloor.server.http.impl that implement InputManagedObjectModifier and TypeClassDescriptionclassServerHttpConnectionimplementation available forExternalServiceInput. -
Uses of InputManagedObject in net.officefloor.spring.starter.rest
Classes in net.officefloor.spring.starter.rest that implement InputManagedObjectModifier and TypeClassDescriptionclassProcessAwareServerHttpConnectionManagedObjectfor Spring MVC.