Teamcenter C++ API Reference  2312
SearchStructureContext.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, SearchStructureContext
12  Filename: SearchStructureContext.hxx
13  Module: rdv
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__SEARCHSTRUCTURECONTEXT__HXX
18 #define TEAMCENTER__SEARCHSTRUCTURECONTEXT__HXX
19 
20 #include <string>
21 #include <unidefs.h>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <rdv/librdv_exports.h>
26 
27 namespace Teamcenter
28 {
29  class SearchStructureContext;
30 }
31 namespace Teamcenter
32 {
33  class SearchStructureContextImpl;
34 }
35 namespace Teamcenter
36 {
37  class SearchStructureContextDelegate;
38 }
39 namespace Teamcenter
40 {
41  class SearchStructureContextDispatch;
42 }
43 namespace Teamcenter
44 {
45  class SearchStructureContextGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class RDV_API Teamcenter::SearchStructureContext
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getFnd0isResultStored( bool &value, bool &isNull ) const;
72 
80  int getFnd0scopeNames( std::string &value, bool &isNull ) const;
81 
89  int getFnd0shared( bool &value, bool &isNull ) const;
90 
98  int getFnd0topline( tag_t &value, bool &isNull ) const;
99 
107  int setFnd0isResultStored( bool value, bool isNull=false );
108 
116  int setFnd0scopeNames( const std::string &value, bool isNull=false );
117 
125  int setFnd0shared( bool value, bool isNull=false );
126 protected:
127  // Method to initialize
128  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
129 
134 
138  virtual ~SearchStructureContext();
139 
140 private:
141  // Getter method for the Implementation Object
142  SearchStructureContextImpl* getSearchStructureContextImpl() const;
143  // Setter method for the Implementation Object
144  ::Teamcenter::RootObjectImpl* setSearchStructureContextImpl( ::Teamcenter::RootObjectImpl* impl );
145 
146  // Method to set the delete impl boolean
147  void setDeleteImpl( bool del );
148 
149  // Pointer to the Implementation object
150  SearchStructureContextImpl* m_searchstructurecontextImpl;
151 
152  // Flag to indicate if Implementation object needs to be deleted
154 
158  static std::string name;
159 
166 
167  friend class SearchStructureContextDelegate;
168  friend class SearchStructureContextGenImpl;
169 };
170 
171 #include <rdv/librdv_undef.h>
172 #endif // TEAMCENTER__SEARCHSTRUCTURECONTEXT__HXX