|
Teamcenter C++ API Reference
2312
|
#include <unidefs.h>#include <vector>#include <tccore/method.h>#include <itk/bmf.h>#include <metaframework/BusinessObject.hxx>#include <metaframework/Object.hxx>#include <property/BulkPropertyContextData.hxx>#include <extensionframework/libextensionframework_exports.h>#include <extensionframework/libextensionframework_undef.h>Go to the source code of this file.
Classes | |
| struct | Teamcenter::extn_fn |
| class | Teamcenter::OperationDispatcher |
Namespaces | |
| namespace | Teamcenter |
| A convenient C++ class to manage a list of tag_t. This convenient class is derived from TagList class which is only available for internal developers. | |
Pre, Post and Base extension category updated during extension registration for each type of operation These extension categories would help to identify the function invoker required to convert set based input to the legacy message based extension inputs and also the set based input to the object based meta model extension inputs
Specify the extension priority. The high priority extensions should always be executed before the low priority extensions
| typedef enum EXTENSIONFRAMEWORK_operation_extn_propagation_context_e EXTENSIONFRAMEWORK_operation_extn_propagation_context_t |
Specify the Operation Extensions propagation context during merge of extensions. This would help to idnetify if the function invoker is required for set based operation The value MERGE_PROPAGATION is updated during merge operation only and pass till ExtensionAttachCache from Operation dispatcher code
| typedef enum EXTENSIONFRAMEWORK_postactions_execution_option_e EXTENSIONFRAMEWORK_postactions_execution_option_t |
To set type of PostActions to execute. HIGH_PRIORITY_POST_ACTIONS option is used to execute PRIORITY_HIGH PostAction extensions (i.e. internal PostAction extensions) for non-refactored Save functions
Pre, Post and Base extension category updated during extension registration for each type of operation These extension categories would help to identify the function invoker required to convert set based input to the legacy message based extension inputs and also the set based input to the object based meta model extension inputs
Definition at line 52 of file OperationDispatcher.hxx.
Specify the extension priority. The high priority extensions should always be executed before the low priority extensions
Definition at line 79 of file OperationDispatcher.hxx.
Specify the Operation Extensions propagation context during merge of extensions. This would help to idnetify if the function invoker is required for set based operation The value MERGE_PROPAGATION is updated during merge operation only and pass till ExtensionAttachCache from Operation dispatcher code
Definition at line 66 of file OperationDispatcher.hxx.
To set type of PostActions to execute. HIGH_PRIORITY_POST_ACTIONS option is used to execute PRIORITY_HIGH PostAction extensions (i.e. internal PostAction extensions) for non-refactored Save functions
Definition at line 89 of file OperationDispatcher.hxx.