EGF Engine
Release 0.1.0

org.eclipse.egf.pde.plugin.extension
Interface IProductionPlanExtensionFactory

All Known Implementing Classes:
ProductionPlanExtensionFactory

public interface IProductionPlanExtensionFactory

This factory creates commands to deal with "ProductionPlan" extension-point.


Method Summary
 IPluginChangesCommand setFactoryComponentInvocation(String productionPlanId_p, String factoryComponentInvocationId_p)
          Set a factory component invocation in a production plan.
 IPluginChangesCommand setProductionPlanExtension(String productionPlanId_p, String contextId_p)
          Set an extension matching "ProductionPlan" extension-point for given parameters.
 IPluginChangesCommand unsetFactoryComponentInvocation(String productionPlanId_p, String factoryComponentInvocationId_p)
          Unset a factory component invocation in a production plan.
 IPluginChangesCommand unsetProductionPlanExtension(String productionPlanId_p)
          Unset an existing extension matching "ProductionPlan" extension-point for given parameters.
 

Method Detail

setProductionPlanExtension

IPluginChangesCommand setProductionPlanExtension(String productionPlanId_p,
                                                 String contextId_p)
Set an extension matching "ProductionPlan" extension-point for given parameters.

Parameters:
productionPlanId_p -
contextId_p -

unsetProductionPlanExtension

IPluginChangesCommand unsetProductionPlanExtension(String productionPlanId_p)
Unset an existing extension matching "ProductionPlan" extension-point for given parameters.

Parameters:
productionPlanId_p -

setFactoryComponentInvocation

IPluginChangesCommand setFactoryComponentInvocation(String productionPlanId_p,
                                                    String factoryComponentInvocationId_p)
Set a factory component invocation in a production plan.

Parameters:
productionPlanId_p -
factoryComponentInvocationId_p -
Returns:

unsetFactoryComponentInvocation

IPluginChangesCommand unsetFactoryComponentInvocation(String productionPlanId_p,
                                                      String factoryComponentInvocationId_p)
Unset a factory component invocation in a production plan.

Parameters:
productionPlanId_p -
factoryComponentInvocationId_p -
Returns:

EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.