Teamcenter C++ API Reference  2312
Aps0ManagedAttributeGroup.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, Aps0ManagedAttributeGroup
12  Filename: Aps0ManagedAttributeGroup.hxx
13  Module: aps0apscore
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__APS0MANAGEDATTRIBUTEGROUP__HXX
18 #define TEAMCENTER__APS0MANAGEDATTRIBUTEGROUP__HXX
19 
22 #include <unidefs.h>
23 #include <string>
24 #include <vector>
25 #include <common/tc_deprecation_macros.h>
27 
28 #include <aps0apscore/libaps0apscore_exports.h>
29 
30 namespace Teamcenter
31 {
32  class Aps0ManagedAttributeGroup;
33 }
34 namespace Teamcenter
35 {
36  class Aps0ManagedAttributeGroupImpl;
37 }
38 namespace Teamcenter
39 {
40  class Aps0ManagedAttributeGroupDelegate;
41 }
42 namespace Teamcenter
43 {
44  class Aps0ManagedAttributeGroupDispatch;
45 }
46 namespace Teamcenter
47 {
48  class Aps0ManagedAttributeGroupGenImpl;
49 }
50 namespace Teamcenter
51 {
52  class RootObjectImpl;
53 }
54 
55 class APS0APSCORE_API Teamcenter::Aps0ManagedAttributeGroup
57 {
58 public:
59 
64  static const std::string& getInterfaceName();
65 
66 
74  int getAps0allowed_eff_formula( std::string &value, bool &isNull ) const;
75 
83  int getAps0allowed_var_formula( std::string &value, bool &isNull ) const;
84 
92  int getAps0effectivity_formula( std::string &value, bool &isNull ) const;
93 
101  int getAps0is_revisable( bool &value, bool &isNull ) const;
102 
110  int getAps0IsConfigured( bool &value, bool &isNull ) const;
111 
119  int getAps0sibling_revisions( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
120 
128  int getAps0variant_formula( std::string &value, bool &isNull ) const;
129 
137  int setAps0effectivity_formula( const std::string &value, bool isNull=false );
138 
146  int setAps0variant_formula( const std::string &value, bool isNull=false );
147 
155  int finalizeReviseInput( ::Teamcenter::ReviseInput *pReviseInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
156 
165  int revise( ::Teamcenter::ReviseInput *pReviseInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData, tag_t *newObjTag );
166 
174  int revisePost( ::Teamcenter::ReviseInput *pReviseInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
175 
183 
191  int validateReviseInput( ::Teamcenter::ReviseInput *pReviseInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
192 protected:
193  // Method to initialize
194  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
195 
200 
204  virtual ~Aps0ManagedAttributeGroup();
205 
206 private:
207  // Getter method for the Implementation Object
208  Aps0ManagedAttributeGroupImpl* getAps0ManagedAttributeGroupImpl() const;
209  // Setter method for the Implementation Object
210  ::Teamcenter::RootObjectImpl* setAps0ManagedAttributeGroupImpl( ::Teamcenter::RootObjectImpl* impl );
211 
212  // Method to set the delete impl boolean
213  void setDeleteImpl( bool del );
214 
215  // Pointer to the Implementation object
216  Aps0ManagedAttributeGroupImpl* m_aps0managedattributegroupImpl;
217 
218  // Flag to indicate if Implementation object needs to be deleted
220 
224  static std::string name;
225 
232 
233  friend class Aps0ManagedAttributeGroupDelegate;
234  friend class Aps0ManagedAttributeGroupGenImpl;
235 };
236 
237 #include <aps0apscore/libaps0apscore_undef.h>
238 #endif // TEAMCENTER__APS0MANAGEDATTRIBUTEGROUP__HXX