Uses of Class
org.eclipse.stp.core.saf.Context

Packages that use Context
org.eclipse.stp.core.saf   
 

Uses of Context in org.eclipse.stp.core.saf
 

Methods in org.eclipse.stp.core.saf with parameters of type Context
 IComponentHandler[] ISAFManager.getAllComponentHandlers(Context context)
          Returns an array of IComponentHandler for all supported component kinds.
 IExternalServiceHandler[] ISAFManager.getAllExternalServiceHandlers(Context context)
          Returns an array of IExternalServiceHandler for all supported external service kinds.
 IEntryPointHandler[] ISAFManager.getAllEntryPointHandlers(Context context)
          Returns an array of IEntryPointHandler for all supported entry point kinds.
 IComponentHandler[] ISAFManager.getComponentHandlersFor(Context context, java.lang.Object implementationObj)
          This method calls the canCreateComponentFor() method of all component handlers, passing the implementation model object.
 IExternalServiceHandler[] ISAFManager.getExternalServiceHandlersFor(Context context, java.lang.Object service)
          This method calls the IExternalServiceHandler.canCreateExternalServiceFor(Object) method of all external service handlers, passing the service model object.
 IEntryPointHandler[] ISAFManager.getEntryPointHandlersFor(Context context, java.lang.Object service)
          This method calls the IEntryPointHandler.canCreateEntryPointFor(Object) method of all external service handlers, passing the service model object.