All Frameworks Class Hierarchy This Framework Indexes
ENOVInterfaces Interface ENOVISynchUE
Usage: you can freely reimplement this interface.
interface ENOVISynchUE
Interface to SynchAllUE User Exit.
Role: Interface for using SynchAllUE UserExit.
Method Index
- o
getListOfPRCs(ENOVIABOProductRootClass_var,ENOVIABOPartReference_var,CATLISTV(CATBaseUnknown_var)&)
- Allows customer to limit the list of PRCs that will be synchronized.
- o
processResults(CATLISTV(CATBaseUnknown_var))
- Allows the customer to process the list of Instances that could not be synchronized.
Methods
o getListOfPRCs
| public virtual getListOfPRCs( | | curPRC, |
| | partRef, |
| | listPRC) |
-
Allows customer to limit the list of PRCs that will be synchronized.
- Parameters:
-
- curPRC
- The current PRC (may be NULL_var)
- partRef
- The part reference that is being promoted
- listPRC
- The list of PRCs that will be synchronized
o processResults
| public virtual processResults( | | listofIIs) |
-
Allows the customer to process the list of Instances that could not be synchronized.
- Parameters:
-
- listofIIs
- The list of IIs that could not be synchronized
This object is included in the file: ENOVISynchUE.h
If needed, your Imakefile.mk should include the module: GUIDENOVInterfaces