Teamcenter C++ API Reference  2312
Mdl0ApprCompositeSearch.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, Mdl0ApprCompositeSearch
12  Filename: Mdl0ApprCompositeSearch.hxx
13  Module: rdv
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__MDL0APPRCOMPOSITESEARCH__HXX
18 #define TEAMCENTER__MDL0APPRCOMPOSITESEARCH__HXX
19 
20 #include <vector>
21 #include <string>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <rdv/librdv_exports.h>
26 
27 namespace Teamcenter
28 {
29  class Mdl0ApprCompositeSearch;
30 }
31 namespace Teamcenter
32 {
33  class Mdl0ApprCompositeSearchImpl;
34 }
35 namespace Teamcenter
36 {
37  class Mdl0ApprCompositeSearchDelegate;
38 }
39 namespace Teamcenter
40 {
41  class Mdl0ApprCompositeSearchDispatch;
42 }
43 namespace Teamcenter
44 {
45  class Mdl0ApprCompositeSearchGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class RDV_API Teamcenter::Mdl0ApprCompositeSearch
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getMdl0CompositeSearchCriteria( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
72 
80  int getMdl0CompositeSearchType( std::string &value, bool &isNull ) const;
81 protected:
82  // Method to initialize
83  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
84 
89 
93  virtual ~Mdl0ApprCompositeSearch();
94 
95 private:
96  // Getter method for the Implementation Object
97  Mdl0ApprCompositeSearchImpl* getMdl0ApprCompositeSearchImpl() const;
98  // Setter method for the Implementation Object
99  ::Teamcenter::RootObjectImpl* setMdl0ApprCompositeSearchImpl( ::Teamcenter::RootObjectImpl* impl );
100 
101  // Method to set the delete impl boolean
102  void setDeleteImpl( bool del );
103 
104  // Pointer to the Implementation object
105  Mdl0ApprCompositeSearchImpl* m_mdl0apprcompositesearchImpl;
106 
107  // Flag to indicate if Implementation object needs to be deleted
109 
113  static std::string name;
114 
121 
122  friend class Mdl0ApprCompositeSearchDelegate;
123  friend class Mdl0ApprCompositeSearchGenImpl;
124 };
125 
126 #include <rdv/librdv_undef.h>
127 #endif // TEAMCENTER__MDL0APPRCOMPOSITESEARCH__HXX