All Frameworks Class Hierarchy This Framework Indexes
ENOVInterfaces Interface ENOVIBOEcoManager
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface ENOVIBOEcoManager
Interface to the ECO Manager.
Role:Defines the interfaces to methods to manage
Change Management ECOs.
Method Index
- o
CreateNewEco(CATUnicodeString&,CATUnicodeString&,CATIEnovCMEco_var&,CATUnicodeString&,CATUnicodeString&,CATUnicodeString&,CATUnicodeString&)
- Creates a new Engineering Change Order object.
- o
RemoveEco(CATIEnovCMEco_var&,boolean)
- Removes Engineering Change Order object.
Methods
o CreateNewEco
| public virtual CreateNewEco( | const | iEcoType, |
| const | iEcoVersion, |
| | oEco, |
| const | iEcoName | ="", |
| const | iPriority | ="", |
| const | iTypeCode | ="", |
| const | iInitialAbstract | ="") |
-
Creates a new Engineering Change Order object.
- Parameters:
-
- iEcoType
- ECO type
- iEcoVersion
- ECO version
- oEco
- Created ECO object
- iEcoName
- Name of ECO
- iPriority
- ECO priority
- iTypeCode
- ECO type code
- iInitialAbstract
- Abstract text
o RemoveEco
| public virtual RemoveEco( | | oEco, |
| | delActions | = FALSE) |
-
Removes Engineering Change Order object.
- Parameters:
-
- oEco
- ECO object to be removed
- delActions
- Boolean to Delete attached actions or not
This object is included in the file: ENOVIBOEcoManager.h
If needed, your Imakefile.mk should include the module: GUIDENOVInterfaces