Interface SupplierCompletionContext
-
- All Superinterfaces:
SupplierCompileContext
- All Known Implementing Classes:
SupplierSourceContextImpl
public interface SupplierCompletionContext extends SupplierCompileContext
Completion context for theSupplierSource
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AvailableType[]
getAvailableTypes()
Obtains theAvailableType
instances.-
Methods inherited from interface net.officefloor.compile.spi.supplier.source.SupplierCompileContext
addInternalSupplier, addManagedObjectSource, addSupplierThreadLocal, addThreadSynchroniser
-
-
-
-
Method Detail
-
getAvailableTypes
AvailableType[] getAvailableTypes()
Obtains the
AvailableType
instances.Note that
ManagedObject
instances provided bySupplierSource
instances are not included. This is becauseSupplierSource
instances are not completed at this time to list their availableManagedObject
instances.- Returns:
AvailableType
instances.
-
-