Teamcenter C++ API Reference  2312
IRDC.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, IRDC
12  Filename: IRDC.hxx
13  Module: docmgt
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__IRDC__HXX
18 #define TEAMCENTER__IRDC__HXX
19 
20 #include <unidefs.h>
21 #include <string>
22 #include <vector>
23 #include <common/tc_deprecation_macros.h>
24 #include <rbf/BusinessElement.hxx>
25 
26 #include <docmgt/libdocmgt_exports.h>
27 
28 namespace Teamcenter
29 {
30  class IRDC;
31 }
32 namespace Teamcenter
33 {
34  class IRDCImpl;
35 }
36 namespace Teamcenter
37 {
38  class IRDCDelegate;
39 }
40 namespace Teamcenter
41 {
42  class IRDCDispatch;
43 }
44 namespace Teamcenter
45 {
46  class IRDCGenImpl;
47 }
48 namespace Teamcenter
49 {
50  class RootObjectImpl;
51 }
52 
53 class DOCMGT_API Teamcenter::IRDC
55 {
56 public:
57 
62  static const std::string& getInterfaceName();
63 
64 
72  int getApp_bus_obj( tag_t &value, bool &isNull ) const;
73 
81  int getCreate_template( std::string &value, bool &isNull ) const;
82 
90  int getDelete_files( bool &value, bool &isNull ) const;
91 
99  int getDer_dataset_type_names( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
100 
108  int getDer_ds_create( std::string &value, bool &isNull ) const;
109 
117  int getDer_files_checkin( std::string &value, bool &isNull ) const;
118 
126  int getExport_template( std::string &value, bool &isNull ) const;
127 
135  int getFtr_index_create( bool &value, bool &isNull ) const;
136 
144  int getIrdc_der_naming( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
145 
153  int getIrdc_naming( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
154 
162  int getMk_app( tag_t &value, bool &isNull ) const;
163 
171  int getMk_dataset_type_name( tag_t &value, bool &isNull ) const;
172 
180  int getMk_default_acl( std::string &value, bool &isNull ) const;
181 
189  int getMk_official( bool &value, bool &isNull ) const;
190 
198  int getObject_template( std::string &value, bool &isNull ) const;
199 
207  int getRender_objs( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
208 
216  int getSpec_template( std::string &value, bool &isNull ) const;
217 
225  int getSrc_dataset_type_names( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
226 
234  int getView_mk( bool &value, bool &isNull ) const;
235 
243  int setApp_bus_obj( const tag_t &value, bool isNull=false );
244 
252  int setCreate_template( const std::string &value, bool isNull=false );
253 
261  int setDelete_files( bool value, bool isNull=false );
262 
270  int setDer_dataset_type_names( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
271 
279  int setDer_ds_create( const std::string &value, bool isNull=false );
280 
288  int setDer_files_checkin( const std::string &value, bool isNull=false );
289 
297  int setExport_template( const std::string &value, bool isNull=false );
298 
306  int setFtr_index_create( bool value, bool isNull=false );
307 
315  int setIrdc_der_naming( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
316 
324  int setIrdc_naming( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
325 
333  int setMk_app( const tag_t &value, bool isNull=false );
334 
342  int setMk_dataset_type_name( const tag_t &value, bool isNull=false );
343 
351  int setMk_default_acl( const std::string &value, bool isNull=false );
352 
360  int setMk_official( bool value, bool isNull=false );
361 
369  int setObject_template( const std::string &value, bool isNull=false );
370 
378  int setRender_objs( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
379 
387  int setSpec_template( const std::string &value, bool isNull=false );
388 
396  int setSrc_dataset_type_names( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
397 
405  int setView_mk( bool value, bool isNull=false );
406 protected:
407  // Method to initialize
408  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
409 
413  IRDC();
414 
418  virtual ~IRDC();
419 
420 private:
421  // Getter method for the Implementation Object
422  IRDCImpl* getIRDCImpl() const;
423  // Setter method for the Implementation Object
424  ::Teamcenter::RootObjectImpl* setIRDCImpl( ::Teamcenter::RootObjectImpl* impl );
425 
426  // Method to set the delete impl boolean
427  void setDeleteImpl( bool del );
428 
429  // Pointer to the Implementation object
430  IRDCImpl* m_irdcImpl;
431 
432  // Flag to indicate if Implementation object needs to be deleted
434 
438  static std::string name;
439 
444  IRDC( const IRDC& );
445  IRDC& operator=( const IRDC& );
446 
447  friend class IRDCDelegate;
448  friend class IRDCGenImpl;
449 };
450 
451 #include <docmgt/libdocmgt_undef.h>
452 #endif // TEAMCENTER__IRDC__HXX