Teamcenter C++ API Reference  2312
DispatcherServiceConfig.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, DispatcherServiceConfig
12  Filename: DispatcherServiceConfig.hxx
13  Module: docmgt
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__DISPATCHERSERVICECONFIG__HXX
18 #define TEAMCENTER__DISPATCHERSERVICECONFIG__HXX
19 
20 #include <string>
21 #include <unidefs.h>
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 DispatcherServiceConfig;
31 }
32 namespace Teamcenter
33 {
34  class DispatcherServiceConfigImpl;
35 }
36 namespace Teamcenter
37 {
38  class DispatcherServiceConfigDelegate;
39 }
40 namespace Teamcenter
41 {
42  class DispatcherServiceConfigDispatch;
43 }
44 namespace Teamcenter
45 {
46  class DispatcherServiceConfigGenImpl;
47 }
48 namespace Teamcenter
49 {
50  class RootObjectImpl;
51 }
52 
53 class DOCMGT_API Teamcenter::DispatcherServiceConfig
55 {
56 public:
57 
62  static const std::string& getInterfaceName();
63 
64 
72  int getDer_dataset_named_ref( std::string &value, bool &isNull ) const;
73 
81  int getDer_dataset_type_name( tag_t &value, bool &isNull ) const;
82 
90  int getDer_from_dataset_relation( tag_t &value, bool &isNull ) const;
91 
99  int getDispatcher_svc_arguments( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
100 
108  int getDispatcher_svc_available( bool &value, bool &isNull ) const;
109 
117  int getDispatcher_svc_display_name( std::string &value, bool &isNull ) const;
118 
126  int getDispatcher_svc_name( std::string &value, bool &isNull ) const;
127 
135  int getItem_revision_relation( tag_t &value, bool &isNull ) const;
136 
144  int getPriority( int &value, bool &isNull ) const;
145 
153  int getProvider_display_name( std::string &value, bool &isNull ) const;
154 
162  int getProvider_name( std::string &value, bool &isNull ) const;
163 
171  int getSort_order( int &value, bool &isNull ) const;
172 
180  int getSrc_dataset_named_ref( std::string &value, bool &isNull ) const;
181 
189  int getSrc_dataset_type_name( tag_t &value, bool &isNull ) const;
190 
198  int setDer_dataset_named_ref( const std::string &value, bool isNull=false );
199 
207  int setDer_dataset_type_name( const tag_t &value, bool isNull=false );
208 
216  int setDer_from_dataset_relation( const tag_t &value, bool isNull=false );
217 
225  int setDispatcher_svc_arguments( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
226 
234  int setDispatcher_svc_available( bool value, bool isNull=false );
235 
243  int setDispatcher_svc_display_name( const std::string &value, bool isNull=false );
244 
252  int setDispatcher_svc_name( const std::string &value, bool isNull=false );
253 
261  int setItem_revision_relation( const tag_t &value, bool isNull=false );
262 
270  int setPriority( int value, bool isNull=false );
271 
279  int setProvider_display_name( const std::string &value, bool isNull=false );
280 
288  int setProvider_name( const std::string &value, bool isNull=false );
289 
297  int setSort_order( int value, bool isNull=false );
298 
306  int setSrc_dataset_named_ref( const std::string &value, bool isNull=false );
307 
315  int setSrc_dataset_type_name( const tag_t &value, bool isNull=false );
316 protected:
317  // Method to initialize
318  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
319 
324 
328  virtual ~DispatcherServiceConfig();
329 
330 private:
331  // Getter method for the Implementation Object
332  DispatcherServiceConfigImpl* getDispatcherServiceConfigImpl() const;
333  // Setter method for the Implementation Object
334  ::Teamcenter::RootObjectImpl* setDispatcherServiceConfigImpl( ::Teamcenter::RootObjectImpl* impl );
335 
336  // Method to set the delete impl boolean
337  void setDeleteImpl( bool del );
338 
339  // Pointer to the Implementation object
340  DispatcherServiceConfigImpl* m_dispatcherserviceconfigImpl;
341 
342  // Flag to indicate if Implementation object needs to be deleted
344 
348  static std::string name;
349 
356 
357  friend class DispatcherServiceConfigDelegate;
358  friend class DispatcherServiceConfigGenImpl;
359 };
360 
361 #include <docmgt/libdocmgt_undef.h>
362 #endif // TEAMCENTER__DISPATCHERSERVICECONFIG__HXX