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 theAvailableTypeinstances.-
Methods inherited from interface net.officefloor.compile.spi.supplier.source.SupplierCompileContext
addInternalSupplier, addManagedObjectSource, addSupplierThreadLocal, addThreadSynchroniser
-
-
-
-
Method Detail
-
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.
-
-