Uses of Interface
net.officefloor.frame.api.managedobject.source.ManagedObjectFunctionDependency
Packages that use ManagedObjectFunctionDependency
Package
Description
-
Uses of ManagedObjectFunctionDependency in net.officefloor.frame.api.managedobject.function
Methods in net.officefloor.frame.api.managedobject.function that return ManagedObjectFunctionDependencyModifier and TypeMethodDescriptionManagedObjectFunctionEnhancerContext.getFunctionDependencies()Obtains theManagedObjectFunctionDependencyinstances for theManagedFunction. -
Uses of ManagedObjectFunctionDependency in net.officefloor.frame.api.managedobject.source
Methods in net.officefloor.frame.api.managedobject.source that return ManagedObjectFunctionDependencyModifier and TypeMethodDescriptionManagedObjectSourceContext.addFunctionDependency(String name, Class<?> objectType) Adds aManagedObjectFunctionDependency.ManagedObjectFunctionDependency.setTypeQualifier(String qualifier) Specifies qualifier for the type.Methods in net.officefloor.frame.api.managedobject.source with parameters of type ManagedObjectFunctionDependencyModifier and TypeMethodDescriptionvoidManagedObjectFunctionBuilder.linkObject(int index, ManagedObjectFunctionDependency dependency) Links in theManagedObjectFunctionDependencyto thisManagedFunction.voidManagedObjectFunctionBuilder.linkObject(O key, ManagedObjectFunctionDependency dependency) Links in theManagedObjectFunctionDependencyto thisManagedFunction. -
Uses of ManagedObjectFunctionDependency in net.officefloor.frame.impl.construct.managedobjectsource
Classes in net.officefloor.frame.impl.construct.managedobjectsource that implement ManagedObjectFunctionDependencyMethods in net.officefloor.frame.impl.construct.managedobjectsource that return ManagedObjectFunctionDependencyModifier and TypeMethodDescriptionManagedObjectSourceContextImpl.addFunctionDependency(String name, Class<?> objectType) ManagedObjectSourceContextImpl.ManagedObjectFunctionDependencyImpl.setTypeQualifier(String qualifier)