|
| void | addPostAction (METHOD_function_t fnPtr, TC_argument_list_t *userArgs, bool functionInvokerRequired=true, bool auto_dispatched=true) |
| |
| void | addPostAction2 (METHOD_function_t fnPtr, TC_argument_list_t *userArgs, EXTENSIONFRAMEWORK_extension_category_t extnCategory, bool functionInvokerRequired=true, bool auto_dispatched=true) |
| |
| void | addPostActionAt (int pos, METHOD_function_t fnPtr, TC_argument_list_t *userArgs) |
| |
| void | addPostActionInternal (METHOD_function_t fnPtr, TC_argument_list_t *userArgs, bool functionInvokerRequired=true, bool auto_dispatched=true) |
| |
| void | addPreAction (METHOD_function_t fnPtr, TC_argument_list_t *userArgs, bool functionInvokerRequired=true) |
| |
| void | addPreAction2 (METHOD_function_t fnPtr, TC_argument_list_t *userArgs, EXTENSIONFRAMEWORK_extension_category_t extnCategory, bool functionInvokerRequired=true) |
| |
| void | addPreActionAt (int pos, METHOD_function_t fnPtr, TC_argument_list_t *userArgs) |
| |
| void | addPreCondition (METHOD_function_t fnPtr, TC_argument_list_t *userArgs, bool functionInvokerRequired=true) |
| |
| void | addPreCondition2 (METHOD_function_t fnPtr, TC_argument_list_t *userArgs, EXTENSIONFRAMEWORK_extension_category_t extnCategory, bool functionInvokerRequired=true) |
| |
| void | addPreConditionAt (int pos, METHOD_function_t fnPtr, TC_argument_list_t *userArgs) |
| |
| int | addRuntimeUserArguments (const char *extensionName, ExtensionPointType_t extType, int argCount, const TC_argument_t *args) |
| |
| bool | anyPostActions () const |
| |
| bool | anyPreActions () const |
| |
| bool | anyPreConditions () const |
| |
| const char * | askBMOperationName () const |
| |
| void | askBMOperationtag (tag_t *bmoptag) const |
| |
| const BulkOperation_bulk_loader_t | askBulkOperationFuncPtr () const |
| |
| void | askDispatches (bool &condDispatch, bool &preDispatch, bool &baseDispatch, bool &postDispatch) |
| |
| ImanProperty * | askProperty (EIMObject *obj, PropertyDescriptor *pd) const |
| |
| bool | baseFunctionExists () const |
| |
| void | copyBaseFnDataFromExistingOperationDispatcher (OperationDispatcher *opDispatcher) |
| |
| void | copyDirectFuncPointerFromSourceOperationDispatcher (const PropOperationDispatcher *source) |
| |
| void | copyPreBasePostFromExistingOperationDispatcher (OperationDispatcher *opDispatcher) |
| |
| ExtensionSet * | createExtensionSetObject (ExtensionPointType_t extType) |
| |
| void | dumpFunction () |
| |
| int | exeBaseAction (METHOD_message_t *msg,...) const |
| |
| void | execute (Teamcenter::BusinessObject *obj, std::vector< void * > &args) const |
| |
| void | execute (tag_t objTag, va_list args) const |
| |
| void | execute (Teamcenter::BusinessObject *obj, va_list args) const |
| |
| virtual void | executeBaseAction (METHOD_message_t &msg, va_list args, bool userExitBase=false) const |
| |
| virtual void | executeBaseAction (tag_t object_tag, va_list args, bool userExitBase=false) const |
| |
| virtual void | executeBaseAction (Teamcenter::BusinessObject *obj, va_list args) const |
| |
| int | executeBaseAction2 (METHOD_message_t &msg, va_list args) const |
| |
| void | executeHighPriorityPostActions (METHOD_message_t &msg, va_list args) const |
| |
| void | executePostActions (METHOD_message_t &msg, va_list args) const |
| |
| virtual void | executePostActions (tag_t object_tag, va_list args) const |
| |
| virtual void | executePostActions (Teamcenter::BusinessObject *obj, va_list args) const |
| |
| void | executePreActions (METHOD_message_t &msg, va_list args) const |
| |
| virtual void | executePreActions (tag_t object_tag, va_list args) const |
| |
| virtual void | executePreActions (Teamcenter::BusinessObject *obj, va_list args) const |
| |
| void | executePreConditions (METHOD_message_t &msg, va_list args) const |
| |
| virtual void | executePreConditions (tag_t object_tag, va_list args) const |
| |
| virtual void | executePreConditions (Teamcenter::BusinessObject *obj, va_list args) const |
| |
| int | exeHighPriorityPostActions (METHOD_message_t *msg,...) const |
| |
| int | exePostActions (METHOD_message_t *msg,...) const |
| |
| int | exePreActions (METHOD_message_t *msg,...) const |
| |
| int | exePreConditions (METHOD_message_t *msg,...) const |
| |
| extn_fn | getBaseAction () const |
| |
| EXTENSIONFRAMEWORK_extension_category_t | getBaseActionCategory () const |
| |
| PropBaseFnType | getBaseActionFunctionType () const |
| |
| ExtensionSet * | getBaseActionSet () const |
| |
| std::string | getBOName () const |
| |
| virtual void | getCharArrayBaseAction (METHOD_message_t *msgData, int *num, char **value, logical **isNull) const |
| |
| virtual void | getCharArrayBaseAction (METHOD_message_t *msgData, int *num, char **value, logical **isNull, logical *hasReadAccess) const |
| |
| virtual void | getCharArrayPostActions (METHOD_message_t *msgData, int *num, char **value, logical **isNull) const |
| |
| virtual void | getCharArrayPostActions (METHOD_message_t *msgData, int *num, char **value, logical **isNull, logical *hasReadAccess) const |
| |
| virtual void | getCharArrayPreActions (METHOD_message_t *msgData, int *num, char **value, logical **isNull) const |
| |
| virtual void | getCharArrayPreActions (METHOD_message_t *msgData, int *num, char **value, logical **isNull, logical *hasReadAccess) const |
| |
| virtual void | getCharArrayPreConditions (METHOD_message_t *msgData, int *num, char **value, logical **isNull) const |
| |
| virtual void | getCharArrayPreConditions (METHOD_message_t *msgData, int *num, char **value, logical **isNull, logical *hasReadAccess) const |
| |
| virtual void | getCharBaseAction (METHOD_message_t *msgData, char *value, logical *isNull) const |
| |
| virtual void | getCharBaseAction (METHOD_message_t *msgData, char *value, logical *isNull, logical *hasReadAccess) const |
| |
| virtual void | getCharPostActions (METHOD_message_t *msgData, char *value, logical *isNull) const |
| |
| virtual void | getCharPostActions (METHOD_message_t *msgData, char *value, logical *isNull, logical *hasReadAccess) const |
| |
| virtual void | getCharPreActions (METHOD_message_t *msgData, char *value, logical *isNull) const |
| |
| virtual void | getCharPreActions (METHOD_message_t *msgData, char *value, logical *isNull, logical *hasReadAccess) const |
| |
| virtual void | getCharPreConditions (METHOD_message_t *msgData, char *value, logical *isNull) const |
| |
| virtual void | getCharPreConditions (METHOD_message_t *msgData, char *value, logical *isNull, logical *hasReadAccess) const |
| |
| virtual void | getDateArrayBaseAction (METHOD_message_t *msgData, int *num, date_t **value, logical **isNull) const |
| |
| virtual void | getDateArrayBaseAction (METHOD_message_t *msgData, int *num, date_t **value, logical **isNull, logical *hasReadAccess) const |
| |
| virtual void | getDateArrayPostActions (METHOD_message_t *msgData, int *num, date_t **value, logical **isNull) const |
| |
| virtual void | getDateArrayPostActions (METHOD_message_t *msgData, int *num, date_t **value, logical **isNull, logical *hasReadAccess) const |
| |
| virtual void | getDateArrayPreActions (METHOD_message_t *msgData, int *num, date_t **value, logical **isNull) const |
| |
| virtual void | getDateArrayPreActions (METHOD_message_t *msgData, int *num, date_t **value, logical **isNull, logical *hasReadAccess) const |
| |
| virtual void | getDateArrayPreConditions (METHOD_message_t *msgData, int *num, date_t **value, logical **isNull) const |
| |
| virtual void | getDateArrayPreConditions (METHOD_message_t *msgData, int *num, date_t **value, logical **isNull, logical *hasReadAccess) const |
| |
| virtual void | getDateBaseAction (METHOD_message_t *msgData, date_t *value, logical *isNull) const |
| |
| virtual void | getDateBaseAction (METHOD_message_t *msgData, date_t *value, logical *isNull, logical *hasReadAccess) const |
| |
| virtual void | getDatePostActions (METHOD_message_t *msgData, date_t *value, logical *isNull) const |
| |
| virtual void | getDatePostActions (METHOD_message_t *msgData, date_t *value, logical *isNull, logical *hasReadAccess) const |
| |
| virtual void | getDatePreActions (METHOD_message_t *msgData, date_t *value, logical *isNull) const |
| |
| virtual void | getDatePreActions (METHOD_message_t *msgData, date_t *value, logical *isNull, logical *hasReadAccess) const |
| |
| virtual void | getDatePreConditions (METHOD_message_t *msgData, date_t *value, logical *isNull) const |
| |
| virtual void | getDatePreConditions (METHOD_message_t *msgData, date_t *value, logical *isNull, logical *hasReadAccess) const |
| |
| directBaseFuncPtr | getDirectBaseGetterFnInfo (void) const |
| |
| virtual void | getDoubleArrayBaseAction (METHOD_message_t *msgData, int *num, double **value, logical **isNull) const |
| |
| virtual void | getDoubleArrayBaseAction (METHOD_message_t *msgData, int *num, double **value, logical **isNull, logical *hasReadAccess) const |
| |
| virtual void | getDoubleArrayPostActions (METHOD_message_t *msgData, int *num, double **value, logical **isNull) const |
| |
| virtual void | getDoubleArrayPostActions (METHOD_message_t *msgData, int *num, double **value, logical **isNull, logical *hasReadAccess) const |
| |
| virtual void | getDoubleArrayPreActions (METHOD_message_t *msgData, int *num, double **value, logical **isNull) const |
| |
| virtual void | getDoubleArrayPreActions (METHOD_message_t *msgData, int *num, double **value, logical **isNull, logical *hasReadAccess) const |
| |
| virtual void | getDoubleArrayPreConditions (METHOD_message_t *msgData, int *num, double **value, logical **isNull) const |
| |
| virtual void | getDoubleArrayPreConditions (METHOD_message_t *msgData, int *num, double **value, logical **isNull, logical *hasReadAccess) const |
| |
| virtual void | getDoubleBaseAction (METHOD_message_t *msgData, double *value, logical *isNull) const |
| |
| virtual void | getDoubleBaseAction (METHOD_message_t *msgData, double *value, logical *isNull, logical *hasReadAccess) const |
| |
| virtual void | getDoublePostActions (METHOD_message_t *msgData, double *value, logical *isNull) const |
| |
| virtual void | getDoublePostActions (METHOD_message_t *msgData, double *value, logical *isNull, logical *hasReadAccess) const |
| |
| virtual void | getDoublePreActions (METHOD_message_t *msgData, double *value, logical *isNull) const |
| |
| virtual void | getDoublePreActions (METHOD_message_t *msgData, double *value, logical *isNull, logical *hasReadAccess) const |
| |
| virtual void | getDoublePreConditions (METHOD_message_t *msgData, double *value, logical *isNull) const |
| |
| virtual void | getDoublePreConditions (METHOD_message_t *msgData, double *value, logical *isNull, logical *hasReadAccess) const |
| |
| void | getInt (const Teamcenter::BusinessObject *obj, int &value, bool &isNull) const |
| |
| void | getInt (const Teamcenter::BusinessObject *obj, int &value, bool &isNull, bool &hasReadAccess) const |
| |
| virtual void | getIntArrayBaseAction (METHOD_message_t *msgData, int *num, int **value, logical **isNull) const |
| |
| virtual void | getIntArrayBaseAction (METHOD_message_t *msgData, int *num, int **value, logical **isNull, logical *hasReadAccess) const |
| |
| virtual void | getIntArrayPostActions (METHOD_message_t *msgData, int *num, int **value, logical **isNull) const |
| |
| virtual void | getIntArrayPostActions (METHOD_message_t *msgData, int *num, int **value, logical **isNull, logical *hasReadAccess) const |
| |
| virtual void | getIntArrayPreActions (METHOD_message_t *msgData, int *num, int **value, logical **isNull) const |
| |
| virtual void | getIntArrayPreActions (METHOD_message_t *msgData, int *num, int **value, logical **isNull, logical *hasReadAccess) const |
| |
| virtual void | getIntArrayPreConditions (METHOD_message_t *msgData, int *num, int **value, logical **isNull) const |
| |
| virtual void | getIntArrayPreConditions (METHOD_message_t *msgData, int *num, int **value, logical **isNull, logical *hasReadAccess) const |
| |
| void | getIntBaseAction (const Teamcenter::BusinessObject *obj, int &value, bool &isNull) const |
| |
| void | getIntBaseAction (const Teamcenter::BusinessObject *obj, int &value, bool &isNull, bool &hasReadAccess) const |
| |
| void | getIntBaseAction (METHOD_message_t *msgData, int *value, logical *isNull) const |
| |
| void | getIntBaseAction (METHOD_message_t *msgData, int *value, logical *isNull, logical *hasReadAccess) const |
| |
| | getIntOperationDispatcher () |
| |
| void | getIntPostActions (const Teamcenter::BusinessObject *obj, int &value, bool &isNull) const |
| |
| void | getIntPostActions (const Teamcenter::BusinessObject *obj, int &value, bool &isNull, bool &hasReadAccess) const |
| |
| void | getIntPostActions (METHOD_message_t *msgData, int *value, logical *isNull) const |
| |
| void | getIntPostActions (METHOD_message_t *msgData, int *value, logical *isNull, logical *hasReadAccess) const |
| |
| void | getIntPreActions (const Teamcenter::BusinessObject *obj, int &value, bool &isNull) const |
| |
| void | getIntPreActions (const Teamcenter::BusinessObject *obj, int &value, bool &isNull, bool &hasReadAccess) const |
| |
| void | getIntPreActions (METHOD_message_t *msgData, int *value, logical *isNull) const |
| |
| void | getIntPreActions (METHOD_message_t *msgData, int *value, logical *isNull, logical *hasReadAccess) const |
| |
| void | getIntPreConditions (const Teamcenter::BusinessObject *obj, int &value, bool &isNull) const |
| |
| void | getIntPreConditions (const Teamcenter::BusinessObject *obj, int &value, bool &isNull, bool &hasReadAccess) const |
| |
| void | getIntPreConditions (METHOD_message_t *msgData, int *value, logical *isNull) const |
| |
| void | getIntPreConditions (METHOD_message_t *msgData, int *value, logical *isNull, logical *hasReadAccess) const |
| |
| bool | getIsObjectBasedBaseActionMergedToSetBased () const |
| |
| virtual void | getLogicalArrayBaseAction (METHOD_message_t *msgData, int *num, logical **value, logical **isNull) const |
| |
| virtual void | getLogicalArrayBaseAction (METHOD_message_t *msgData, int *num, logical **value, logical **isNull, logical *hasReadAccess) const |
| |
| virtual void | getLogicalArrayPostActions (METHOD_message_t *msgData, int *num, logical **value, logical **isNull) const |
| |
| virtual void | getLogicalArrayPostActions (METHOD_message_t *msgData, int *num, logical **value, logical **isNull, logical *hasReadAccess) const |
| |
| virtual void | getLogicalArrayPreActions (METHOD_message_t *msgData, int *num, logical **value, logical **isNull) const |
| |
| virtual void | getLogicalArrayPreActions (METHOD_message_t *msgData, int *num, logical **value, logical **isNull, logical *hasReadAccess) const |
| |
| virtual void | getLogicalArrayPreConditions (METHOD_message_t *msgData, int *num, logical **value, logical **isNull) const |
| |
| virtual void | getLogicalArrayPreConditions (METHOD_message_t *msgData, int *num, logical **value, logical **isNull, logical *hasReadAccess) const |
| |
| virtual void | getLogicalBaseAction (METHOD_message_t *msgData, logical *value, logical *isNull) const |
| |
| virtual void | getLogicalBaseAction (METHOD_message_t *msgData, logical *value, logical *isNull, logical *hasReadAccess) const |
| |
| virtual void | getLogicalPostActions (METHOD_message_t *msgData, logical *value, logical *isNull) const |
| |
| virtual void | getLogicalPostActions (METHOD_message_t *msgData, logical *value, logical *isNull, logical *hasReadAccess) const |
| |
| virtual void | getLogicalPreActions (METHOD_message_t *msgData, logical *value, logical *isNull) const |
| |
| virtual void | getLogicalPreActions (METHOD_message_t *msgData, logical *value, logical *isNull, logical *hasReadAccess) const |
| |
| virtual void | getLogicalPreConditions (METHOD_message_t *msgData, logical *value, logical *isNull) const |
| |
| virtual void | getLogicalPreConditions (METHOD_message_t *msgData, logical *value, logical *isNull, logical *hasReadAccess) const |
| |
| std::string | getName () const |
| |
| bool | getOarEnabled () const |
| |
| int | getOpIdInt () const |
| |
| ExtensionFunctionSet * | getPostActionExtensionFunctions () const |
| |
| ExtensionSet * | getPostActionSet () const |
| |
| int | getPostActionUserArgPosition (TC_argument_list_t *user_arg_to_compare, METHOD_user_arg_compare_t compareFunc, int *positionFound) |
| |
| ExtensionFunctionSet * | getPreActionExtensionFunctions () const |
| |
| ExtensionSet * | getPreActionSet () const |
| |
| int | getPreActionUserArgPosition (TC_argument_list_t *user_arg_to_compare, METHOD_user_arg_compare_t compareFunc, int *positionFound) |
| |
| ExtensionFunctionSet * | getPreConditionExtensionFunctions () const |
| |
| ExtensionSet * | getPreConditionSet () const |
| |
| int | getPreConditionUserArgPosition (TC_argument_list_t *user_arg_to_compare, METHOD_user_arg_compare_t compareFunc, int *positionFound) |
| |
| void | getSizeOfPostActions (int *size) const |
| |
| void | getSizeOfPreActions (int *size) const |
| |
| void | getSizeOfPreConditions (int *size) const |
| |
| virtual void | getStringArrayBaseAction (METHOD_message_t *msgData, int *num, char ***value, logical **isNull) const |
| |
| virtual void | getStringArrayBaseAction (METHOD_message_t *msgData, int *num, char ***value, logical **isNull, logical *hasReadAccess) const |
| |
| virtual void | getStringArrayPostActions (METHOD_message_t *msgData, int *num, char ***value, logical **isNull) const |
| |
| virtual void | getStringArrayPostActions (METHOD_message_t *msgData, int *num, char ***value, logical **isNull, logical *hasReadAccess) const |
| |
| virtual void | getStringArrayPreActions (METHOD_message_t *msgData, int *num, char ***value, logical **isNull) const |
| |
| virtual void | getStringArrayPreActions (METHOD_message_t *msgData, int *num, char ***value, logical **isNull, logical *hasReadAccess) const |
| |
| virtual void | getStringArrayPreConditions (METHOD_message_t *msgData, int *num, char ***value, logical **isNull) const |
| |
| virtual void | getStringArrayPreConditions (METHOD_message_t *msgData, int *num, char ***value, logical **isNull, logical *hasReadAccess) const |
| |
| virtual void | getStringBaseAction (METHOD_message_t *msgData, char **value, logical *isNull) const |
| |
| virtual void | getStringBaseAction (METHOD_message_t *msgData, char **value, logical *isNull, logical *hasReadAccess) const |
| |
| virtual void | getStringPostActions (METHOD_message_t *msgData, char **value, logical *isNull) const |
| |
| virtual void | getStringPostActions (METHOD_message_t *msgData, char **value, logical *isNull, logical *hasReadAccess) const |
| |
| virtual void | getStringPreActions (METHOD_message_t *msgData, char **value, logical *isNull) const |
| |
| virtual void | getStringPreActions (METHOD_message_t *msgData, char **value, logical *isNull, logical *hasReadAccess) const |
| |
| virtual void | getStringPreConditions (METHOD_message_t *msgData, char **value, logical *isNull) const |
| |
| virtual void | getStringPreConditions (METHOD_message_t *msgData, char **value, logical *isNull, logical *hasReadAccess) const |
| |
| virtual void | getTagArrayBaseAction (METHOD_message_t *msgData, int *num, tag_t **value, logical **isNull) const |
| |
| virtual void | getTagArrayBaseAction (METHOD_message_t *msgData, int *num, tag_t **value, logical **isNull, logical *hasReadAccess) const |
| |
| virtual void | getTagArrayPostActions (METHOD_message_t *msgData, int *num, tag_t **value, logical **isNull) const |
| |
| virtual void | getTagArrayPostActions (METHOD_message_t *msgData, int *num, tag_t **value, logical **isNull, logical *hasReadAccess) const |
| |
| virtual void | getTagArrayPreActions (METHOD_message_t *msgData, int *num, tag_t **value, logical **isNull) const |
| |
| virtual void | getTagArrayPreActions (METHOD_message_t *msgData, int *num, tag_t **value, logical **isNull, logical *hasReadAccess) const |
| |
| virtual void | getTagArrayPreConditions (METHOD_message_t *msgData, int *num, tag_t **value, logical **isNull) const |
| |
| virtual void | getTagArrayPreConditions (METHOD_message_t *msgData, int *num, tag_t **value, logical **isNull, logical *hasReadAccess) const |
| |
| virtual void | getTagBaseAction (METHOD_message_t *msgData, tag_t *value, logical *isNull) const |
| |
| virtual void | getTagBaseAction (METHOD_message_t *msgData, tag_t *value, logical *isNull, logical *hasReadAccess) const |
| |
| virtual void | getTagPostActions (METHOD_message_t *msgData, tag_t *value, logical *isNull) const |
| |
| virtual void | getTagPostActions (METHOD_message_t *msgData, tag_t *value, logical *isNull, logical *hasReadAccess) const |
| |
| virtual void | getTagPreActions (METHOD_message_t *msgData, tag_t *value, logical *isNull) const |
| |
| virtual void | getTagPreActions (METHOD_message_t *msgData, tag_t *value, logical *isNull, logical *hasReadAccess) const |
| |
| virtual void | getTagPreConditions (METHOD_message_t *msgData, tag_t *value, logical *isNull) const |
| |
| virtual void | getTagPreConditions (METHOD_message_t *msgData, tag_t *value, logical *isNull, logical *hasReadAccess) const |
| |
| bool | hasPreOrPostAction () const |
| |
| bool | isDirectBaseGetterFnRegistered () const |
| |
| bool | isMatchAllBaseAction () const |
| |
| bool | isOperation () const |
| |
| bool | isPropagateInheritedDone () const |
| |
| bool | isSetBased () const |
| |
| int | movePostAction (int oldPosition, int newPosition) |
| |
| int | movePreAction (int oldPosition, int newPosition) |
| |
| int | movePreCondition (int oldPosition, int newPosition) |
| |
| void | propagatedInheritedDone (bool done) |
| |
| void | propagateInherited (OperationDispatcher *parentOpDispatcher) |
| |
| void | propagateInherited2 (OperationDispatcher *sourceOpDispatcher, EXTENSIONFRAMEWORK_operation_extn_propagation_context_t opPropagationContext=DEFAULT_PROPAGATION) |
| |
| void | propagateInherited3 (OperationDispatcher *sourceOpDispatcher, EXTENSIONFRAMEWORK_operation_extn_propagation_context_t opPropagationContext=DEFAULT_PROPAGATION, bool baseActionMergeRequired=true) |
| |
| void | propagateInheritedDirectGetter (PropOperationDispatcher *parentOpDispatcher) |
| |
| int | reattachExtensions (ImanTypeCache *imanType) |
| |
| int | reattachPostActionExtensions (OperationDispatcher *tarOpDispatcher) |
| |
| int | removePostActionAt (int position) |
| |
| int | removePreActionAt (int position) |
| |
| int | removePreConditionAt (int position) |
| |
| FunctionInvoker * | resetFunctionInvoker (Teamcenter::FunctionInvoker *functionInvokerObj) |
| |
| bool | sameBaseAction (const OperationDispatcher *dispatcher) const |
| |
| void | setAsSetBased (bool value) |
| |
| void | setBaseAction (METHOD_function_t baseActionFnPtr, TC_argument_list_t *baseActionUserArgs) |
| |
| void | setBaseActionCategory (EXTENSIONFRAMEWORK_extension_category_t extnCategory) |
| |
| void | setBaseActionFunctionInvokerRequired (bool functionInvokerRequired) |
| |
| void | setBaseActionFunctionType (Teamcenter::PropBaseFnType functionType) |
| |
| int | setBMOperationName (const char *opName) |
| |
| void | setBMOperationtag (tag_t bmoptag) |
| |
| void | setBOName (const std::string &boName) |
| |
| void | setBulkOperationFuncPtr (BulkOperation_bulk_loader_t bulkOperationFuncPtr) |
| |
| virtual void | setCharArrayBaseAction (METHOD_message_t *msgData, int num, const char *charValues, const logical *isNullVals) const |
| |
| virtual void | setCharArrayPostActions (METHOD_message_t *msgData, int num, const char *charValues, const logical *isNullVals) const |
| |
| virtual void | setCharArrayPreActions (METHOD_message_t *msgData, int num, const char *charValues, const logical *isNullVals) const |
| |
| virtual void | setCharArrayPreConditions (METHOD_message_t *msgData, int num, const char *charValues, const logical *isNullVals) const |
| |
| virtual void | setCharBaseAction (METHOD_message_t *msgData, const char charValue, const logical isNull) const |
| |
| virtual void | setCharPostActions (METHOD_message_t *msgData, const char charValue, const logical isNull) const |
| |
| virtual void | setCharPreActions (METHOD_message_t *msgData, const char charValue, const logical isNull) const |
| |
| virtual void | setCharPreConditions (METHOD_message_t *msgData, const char charValue, const logical isNull) const |
| |
| virtual void | setDateArrayBaseAction (METHOD_message_t *msgData, int num, const date_t *dateValues, const logical *isNullVals) const |
| |
| virtual void | setDateArrayPostActions (METHOD_message_t *msgData, int num, const date_t *dateValues, const logical *isNullVals) const |
| |
| virtual void | setDateArrayPreActions (METHOD_message_t *msgData, int num, const date_t *dateValues, const logical *isNullVals) const |
| |
| virtual void | setDateArrayPreConditions (METHOD_message_t *msgData, int num, const date_t *dateValues, const logical *isNullVals) const |
| |
| virtual void | setDateBaseAction (METHOD_message_t *msgData, const date_t dateValue, const logical isNull) const |
| |
| virtual void | setDatePostActions (METHOD_message_t *msgData, const date_t dateValue, const logical isNull) const |
| |
| virtual void | setDatePreActions (METHOD_message_t *msgData, const date_t dateValue, const logical isNull) const |
| |
| virtual void | setDatePreConditions (METHOD_message_t *msgData, const date_t dateValue, const logical isNull) const |
| |
| void | setDirectBaseGetterFnInfo (generic_routine_t genericAnyValue_FnPtr, TC_argument_list_t *argList) |
| |
| virtual void | setDoubleArrayBaseAction (METHOD_message_t *msgData, int num, const double *doubleValue, const logical *isNull) const |
| |
| virtual void | setDoubleArrayPostActions (METHOD_message_t *msgData, int num, const double *doubleValue, const logical *isNull) const |
| |
| virtual void | setDoubleArrayPreActions (METHOD_message_t *msgData, int num, const double *doubleValue, const logical *isNull) const |
| |
| virtual void | setDoubleArrayPreConditions (METHOD_message_t *msgData, int num, const double *doubleValue, const logical *isNull) const |
| |
| virtual void | setDoubleBaseAction (METHOD_message_t *msgData, const double doubleValue, const logical isNull) const |
| |
| virtual void | setDoublePostActions (METHOD_message_t *msgData, const double doubleValue, const logical isNull) const |
| |
| virtual void | setDoublePreActions (METHOD_message_t *msgData, const double doubleValue, const logical isNull) const |
| |
| virtual void | setDoublePreConditions (METHOD_message_t *msgData, const double doubleValue, const logical isNull) const |
| |
| int | setExtensionRefactoredAsSetBased (const std::string &extensionName, ExtensionPointType_t extensionType) |
| |
| void | setFunctionInvoker (Teamcenter::FunctionInvoker *functionInvokerObj) |
| |
| virtual void | setIntArrayBaseAction (METHOD_message_t *msgData, int num, const int *intValues, const logical *isNullVals) const |
| |
| virtual void | setIntArrayPostActions (METHOD_message_t *msgData, int num, const int *intValues, const logical *isNullVals) const |
| |
| virtual void | setIntArrayPreActions (METHOD_message_t *msgData, int num, const int *intValues, const logical *isNullVals) const |
| |
| virtual void | setIntArrayPreConditions (METHOD_message_t *msgData, int num, const int *intValues, const logical *isNullVals) const |
| |
| virtual void | setIntBaseAction (METHOD_message_t *msgData, const int intValue, const logical isNull) const |
| |
| virtual void | setIntPostActions (METHOD_message_t *msgData, const int intValue, const logical isNull) const |
| |
| virtual void | setIntPreActions (METHOD_message_t *msgData, const int intValue, const logical isNull) const |
| |
| virtual void | setIntPreConditions (METHOD_message_t *msgData, const int intValue, const logical isNull) const |
| |
| void | setIsMatchAllBaseAction (bool) |
| |
| virtual void | setLogicalArrayBaseAction (METHOD_message_t *msgData, int num, const logical *boolValues, const logical *isNullVals) const |
| |
| virtual void | setLogicalArrayPostActions (METHOD_message_t *msgData, int num, const logical *boolValues, const logical *isNullVals) const |
| |
| virtual void | setLogicalArrayPreActions (METHOD_message_t *msgData, int num, const logical *boolValues, const logical *isNullVals) const |
| |
| virtual void | setLogicalArrayPreConditions (METHOD_message_t *msgData, int num, const logical *boolValues, const logical *isNullVals) const |
| |
| virtual void | setLogicalBaseAction (METHOD_message_t *msgData, const logical boolValue, const logical isNull) const |
| |
| virtual void | setLogicalPostActions (METHOD_message_t *msgData, const logical boolValue, const logical isNull) const |
| |
| virtual void | setLogicalPreActions (METHOD_message_t *msgData, const logical boolValue, const logical isNull) const |
| |
| virtual void | setLogicalPreConditions (METHOD_message_t *msgData, const logical boolValue, const logical isNull) const |
| |
| void | setMetaOperation (bool isMetaOperation) |
| |
| void | setName (const std::string &name) |
| |
| void | setOarEnabled (bool value) |
| |
| void | setOpIdInt (const int opIdInt) |
| |
| int | setPostExtensionToBeReattached (const std::string &extensionName) |
| |
| virtual void | setStringArrayBaseAction (METHOD_message_t *msgData, int num, const char **values, const logical *is_null) const |
| |
| virtual void | setStringArrayPostActions (METHOD_message_t *msgData, int num, const char **values, const logical *is_null) const |
| |
| virtual void | setStringArrayPreActions (METHOD_message_t *msgData, int num, const char **values, const logical *is_null) const |
| |
| virtual void | setStringArrayPreConditions (METHOD_message_t *msgData, int num, const char **values, const logical *is_null) const |
| |
| virtual void | setStringBaseAction (METHOD_message_t *msgData, const char *value, const logical isNull) const |
| |
| virtual void | setStringPostActions (METHOD_message_t *msgData, const char *value, const logical isNull) const |
| |
| virtual void | setStringPreActions (METHOD_message_t *msgData, const char *value, const logical isNull) const |
| |
| virtual void | setStringPreConditions (METHOD_message_t *msgData, const char *value, const logical isNull) const |
| |
| virtual void | setTagArrayBaseAction (METHOD_message_t *msgData, int num, const tag_t *tagValues, const logical *isNullVals) const |
| |
| virtual void | setTagArrayPostActions (METHOD_message_t *msgData, int num, const tag_t *tagValues, const logical *isNullVals) const |
| |
| virtual void | setTagArrayPreActions (METHOD_message_t *msgData, int num, const tag_t *tagValues, const logical *isNullVals) const |
| |
| virtual void | setTagArrayPreConditions (METHOD_message_t *msgData, int num, const tag_t *tagValues, const logical *isNullVals) const |
| |
| virtual void | setTagBaseAction (METHOD_message_t *msgData, const tag_t tagValue, const logical isNull) const |
| |
| virtual void | setTagPostActions (METHOD_message_t *msgData, const tag_t tagValue, const logical isNull) const |
| |
| virtual void | setTagPreActions (METHOD_message_t *msgData, const tag_t tagValue, const logical isNull) const |
| |
| virtual void | setTagPreConditions (METHOD_message_t *msgData, const tag_t tagValue, const logical isNull) const |
| |
| bool | validateAutoDispatch () const |
| |
| virtual | ~getIntOperationDispatcher () |
| |