EGF Engine
Release 0.1.0

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

All Known Implementing Classes:
ContractElementRefExtensionFactory

public interface IContractElementRefExtensionFactory

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


Method Summary
 IPluginChangesCommand setContractElementReferenceExtension(String contractElementReferenceId_p, String referencedContractElementId_p, String referencedFcId_p)
          Set an extension matching "ContractElementReferences" extension-point for given parameters.
 IPluginChangesCommand unsetContractElementReferenceExtension(String contractElementReferenceId_p)
          Unset an extension matching "ContractElementReferences" extension-point for given parameters.
 

Method Detail

setContractElementReferenceExtension

IPluginChangesCommand setContractElementReferenceExtension(String contractElementReferenceId_p,
                                                           String referencedContractElementId_p,
                                                           String referencedFcId_p)
Set an extension matching "ContractElementReferences" extension-point for given parameters.

Parameters:
contractElementReferenceId_p -
referencedContractElementId_p -
referencedFcId_p -
Returns:
an IPluginChangesCommand instance that performs this change.

unsetContractElementReferenceExtension

IPluginChangesCommand unsetContractElementReferenceExtension(String contractElementReferenceId_p)
Unset an extension matching "ContractElementReferences" extension-point for given parameters.

Parameters:
contractElementReferenceId_p -
Returns:
an IPluginChangesCommand instance that performs this change.

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.