Teamcenter C++ API Reference  2312
Dataset.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, Dataset
12  Filename: Dataset.hxx
13  Module: ae
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__DATASET__HXX
18 #define TEAMCENTER__DATASET__HXX
19 
20 #include <vector>
23 #include <unidefs.h>
24 #include <string>
25 #include <common/tc_deprecation_macros.h>
27 
28 #include <ae/libae_exports.h>
29 
30 namespace Teamcenter
31 {
32  class Dataset;
33 }
34 namespace Teamcenter
35 {
36  class DatasetImpl;
37 }
38 namespace Teamcenter
39 {
40  class DatasetDelegate;
41 }
42 namespace Teamcenter
43 {
44  class DatasetDispatch;
45 }
46 namespace Teamcenter
47 {
48  class DatasetGenImpl;
49 }
50 namespace Teamcenter
51 {
52  class RootObjectImpl;
53 }
54 
55 class AE_API Teamcenter::Dataset
57 {
58 public:
59 
64  static const std::string& getInterfaceName();
65 
66 
74  int getDataset_type( tag_t &value, bool &isNull ) const;
75 
83  int getFnd0FileAccessAuditLogs( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
84 
92  int getFnd0IsCheckOutForSign( bool &value, bool &isNull ) const;
93 
101  int getFormat_used( std::string &value, bool &isNull ) const;
102 
110  int getRef_list( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
111 
119  int getRef_names( std::vector< std::string > &values, std::vector< int > &isNull ) const;
120 
128  int getRef_types( std::vector< int > &values, std::vector< int > &isNull ) const;
129 
137  int getRev_chain_anchor( tag_t &value, bool &isNull ) const;
138 
146  int getTool_used( tag_t &value, bool &isNull ) const;
147 
155  int getUser_class( std::string &value, bool &isNull ) const;
156 
164  int setDataset_type( const tag_t &value, bool isNull=false );
165 
173  int setFormat_used( const std::string &value, bool isNull=false );
174 
182  int setRef_list( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
183 
191  int setRef_names( const std::vector< std::string > &values, const std::vector< int > *isNull=0 );
192 
200  int setRef_types( const std::vector< int > &values, const std::vector< int > *isNull=0 );
201 
209  int setRev_chain_anchor( const tag_t &value, bool isNull=false );
210 
218  int setTool_used( const tag_t &value, bool isNull=false );
219 
227  int setUser_class( const std::string &value, bool isNull=false );
228 
236  static int fnd0SaveMyself( std::vector< ::Teamcenter::BulkInput* > *input, ::Teamcenter::BulkData *bd );
237 protected:
238  // Method to initialize
239  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
240 
244  Dataset();
245 
249  virtual ~Dataset();
250 
251 private:
252  // Getter method for the Implementation Object
253  DatasetImpl* getDatasetImpl() const;
254  // Setter method for the Implementation Object
255  ::Teamcenter::RootObjectImpl* setDatasetImpl( ::Teamcenter::RootObjectImpl* impl );
256 
257  // Method to set the delete impl boolean
258  void setDeleteImpl( bool del );
259 
260  // Pointer to the Implementation object
261  DatasetImpl* m_datasetImpl;
262 
263  // Flag to indicate if Implementation object needs to be deleted
265 
269  static std::string name;
270 
275  Dataset( const Dataset& );
276  Dataset& operator=( const Dataset& );
277 
278  friend class DatasetDelegate;
279  friend class DatasetGenImpl;
280 };
281 
282 #include <ae/libae_undef.h>
283 #endif // TEAMCENTER__DATASET__HXX