Uses of Interface
net.officefloor.frame.api.manage.ObjectUser
-
-
Uses of ObjectUser in net.officefloor.compile.impl.state.autowire
Methods in net.officefloor.compile.impl.state.autowire with parameters of type ObjectUser Modifier and Type Method Description <O> void
AutoWireStateManagerImpl. load(java.lang.String qualifier, java.lang.Class<? extends O> objectType, ObjectUser<O> user)
-
Uses of ObjectUser in net.officefloor.compile.spi.supplier.source
Methods in net.officefloor.compile.spi.supplier.source with parameters of type ObjectUser Modifier and Type Method Description <O> void
InternalSupplier. load(java.lang.String qualifier, java.lang.Class<? extends O> objectType, ObjectUser<O> user)
Loads the object asynchronously. -
Uses of ObjectUser in net.officefloor.compile.state.autowire
Methods in net.officefloor.compile.state.autowire with parameters of type ObjectUser Modifier and Type Method Description <O> void
AutoWireStateManager. load(java.lang.String qualifier, java.lang.Class<? extends O> objectType, ObjectUser<O> user)
Loads the object from theManagedObject
asynchronously. -
Uses of ObjectUser in net.officefloor.frame.api.manage
Methods in net.officefloor.frame.api.manage with parameters of type ObjectUser Modifier and Type Method Description <O> void
StateManager. load(java.lang.String boundObjectName, ObjectUser<O> user)
Loads the object from theManagedObject
asynchronously. -
Uses of ObjectUser in net.officefloor.frame.impl.execute.office
Classes in net.officefloor.frame.impl.execute.office that implement ObjectUser Modifier and Type Class Description class
ObjectUserImpl<O>
ObjectUser
implementation.Methods in net.officefloor.frame.impl.execute.office with parameters of type ObjectUser Modifier and Type Method Description <O> void
StateManagerImpl. load(java.lang.String boundObjectName, ObjectUser<O> user)
-