Interface SupplierCompletionContext
- All Superinterfaces:
SupplierCompileContext
- All Known Implementing Classes:
SupplierSourceContextImpl
Completion context for the
SupplierSource.- Author:
- Daniel Sagenschneider
-
Method Summary
Methods inherited from interface net.officefloor.compile.spi.supplier.source.SupplierCompileContext
addInternalSupplier, addManagedObjectSource, addSupplierThreadLocal, addThreadSynchroniser
-
Method Details
-
getAvailableTypes
AvailableType[] getAvailableTypes()Obtains the
AvailableTypeinstances.Note that
ManagedObjectinstances provided bySupplierSourceinstances are not included. This is becauseSupplierSourceinstances are not completed at this time to list their availableManagedObjectinstances.- Returns:
AvailableTypeinstances.
-