|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IContractExtensionFactory
This factory creates commands to deal with "Contract" extension-point.
Method Summary | |
---|---|
IPluginChangesCommand |
setContract(String contractId_p)
Set a new contract extension. |
IPluginChangesCommand |
setContractElement(String contractId_p,
String contractElementId_p,
String contractElementName_p,
String contractElementType_p,
List<String> contractElementReferenceIds_p,
String mandatory_p,
String description_p)
Set a contractElement object in a contract extension. |
IPluginChangesCommand |
unsetContractElement(String contractId_p,
String contractElementId_p)
Unset a contractElement object existing in a contract extension. |
Method Detail |
---|
IPluginChangesCommand setContract(String contractId_p)
contractId_p
-
IPluginChangesCommand setContractElement(String contractId_p, String contractElementId_p, String contractElementName_p, String contractElementType_p, List<String> contractElementReferenceIds_p, String mandatory_p, String description_p)
contractId_p
- contractElementId_p
- contractElementName_p
- contractElementType_p
- contractElementReferenceId_p
- if created contract element has no reference, use Collections.EMPTY_LIST
.mandatory_p
- description_p
-
IPluginChangesCommand
instance that performs this change.IPluginChangesCommand unsetContractElement(String contractId_p, String contractElementId_p)
contractId_p
- contractElementId_p
-
IPluginChangesCommand
instance that performs this change.
|
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.