Teamcenter C++ API Reference  2312
Cfg0AbsExternalOperation.hxx
Go to the documentation of this file.
1 //Copyright 2022 Siemens Digital Industries Software
2 //==================================================
3 //Copyright $2023.
4 //Siemens Product Lifecycle Management Software Inc.
5 //All Rights Reserved.
6 //==================================================
7 //Copyright 2022 Siemens Digital Industries Software
8 
9 /*==================================================================================================
10 File description:
11  This file contains the declaration for the Business Object, Cfg0AbsExternalOperation
12  Filename: Cfg0AbsExternalOperation.hxx
13  Module: Cfg0configurator
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__CFG0CONFIGURATOR__CFG0ABSEXTERNALOPERATION__HXX
18 #define TEAMCENTER__CFG0CONFIGURATOR__CFG0ABSEXTERNALOPERATION__HXX
19 
20 #include <vector>
21 #include <common/tc_deprecation_macros.h>
23 
24 #include <Cfg0configurator/libcfg0configurator_exports.h>
25 
26 namespace Teamcenter
27 {
28  namespace Cfg0configurator
29  {
30  class Cfg0AbsExternalOperation;
31  }
32 }
33 namespace Teamcenter
34 {
35  namespace Cfg0configurator
36  {
37  class Cfg0AbsExternalOperationImpl;
38  }
39 }
40 namespace Teamcenter
41 {
42  namespace Cfg0configurator
43  {
44  class Cfg0AbsExternalOperationDelegate;
45  }
46 }
47 namespace Teamcenter
48 {
49  namespace Cfg0configurator
50  {
51  class Cfg0AbsExternalOperationDispatch;
52  }
53 }
54 namespace Teamcenter
55 {
56  namespace Cfg0configurator
57  {
58  class Cfg0AbsExternalOperationGenImpl;
59  }
60 }
61 namespace Teamcenter
62 {
63  class RootObjectImpl;
64 }
65 
66 class CFG0CONFIGURATOR_API Teamcenter::Cfg0configurator::Cfg0AbsExternalOperation
68 {
69 public:
70 
75  static const std::string& getInterfaceName();
76 
77 
85  int getCfg0OperationInputFamilies( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
86 
94  int getCfg0OperationOutputFamilies( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
95 
103  int setCfg0OperationInputFamilies( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
104 
112  int setCfg0OperationOutputFamilies( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
113 protected:
114  // Method to initialize
115  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
116 
121 
125  virtual ~Cfg0AbsExternalOperation();
126 
127 private:
128  // Getter method for the Implementation Object
129  Cfg0AbsExternalOperationImpl* getCfg0AbsExternalOperationImpl() const;
130  // Setter method for the Implementation Object
131  ::Teamcenter::RootObjectImpl* setCfg0AbsExternalOperationImpl( ::Teamcenter::RootObjectImpl* impl );
132 
133  // Method to set the delete impl boolean
134  void setDeleteImpl( bool del );
135 
136  // Pointer to the Implementation object
137  Cfg0AbsExternalOperationImpl* m_cfg0absexternaloperationImpl;
138 
139  // Flag to indicate if Implementation object needs to be deleted
141 
145  static std::string name;
146 
153 
154  friend class Cfg0AbsExternalOperationDelegate;
155  friend class Cfg0AbsExternalOperationGenImpl;
156 };
157 
158 #include <Cfg0configurator/libcfg0configurator_undef.h>
159 #endif // TEAMCENTER__CFG0CONFIGURATOR__CFG0ABSEXTERNALOPERATION__HXX