|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IContextExtensionFactory
This factory creates commands to deal with "context" extension-point.
Method Summary | |
---|---|
IPluginChangesCommand |
setContextElementBasedOnContractElementRef(String contextId_p,
String contextElementId_p,
String contractElementReferenceId_p,
String value_p)
Set a context element based on a contract element reference in a context extension for given parameters. |
IPluginChangesCommand |
setContextElementBasedOnKey(String contextId_p,
String contextElementId_p,
String keyValue_p,
String keyType_p,
String value_p)
Set a context element based on a key in a context extension for given parameters. |
IPluginChangesCommand |
setContextExtension(String contextId_p)
Set an extension matching "context" extension-point for given parameters. |
IPluginChangesCommand |
unsetContextElement(String contextId_p,
String contextElementId_p)
Unset a context element from a context extension for given parameters. |
IPluginChangesCommand |
unsetContextExtension(String contextId_p)
Unset an extension matching "context" extension-point for given parameters. |
Method Detail |
---|
IPluginChangesCommand setContextExtension(String contextId_p)
contextId_p
-
IPluginChangesCommand
instance that performs this change.IPluginChangesCommand unsetContextExtension(String contextId_p)
contextId_p
-
IPluginChangesCommand
instance that performs this change.IPluginChangesCommand setContextElementBasedOnContractElementRef(String contextId_p, String contextElementId_p, String contractElementReferenceId_p, String value_p)
contextId_p
- context that the context element is added in.contextElementId_p
- id of the created context element.contractElementReferenceId_p
- reference to a contract element defined in a ContractReferences extension-point.value_p
- string value.
IPluginChangesCommand
instance that performs this change.IPluginChangesCommand setContextElementBasedOnKey(String contextId_p, String contextElementId_p, String keyValue_p, String keyType_p, String value_p)
contextId_p
- context that the context element is added in.contextElementId_p
- id of the created context element.keyValue_p
- key value.keyType_p
- key type.value_p
- the value to set.
IPluginChangesCommand
instance that performs this change.IPluginChangesCommand unsetContextElement(String contextId_p, String contextElementId_p)
contextId_p
- contextElementId_p
-
|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.