Teamcenter C++ API Reference  2312
Fnd0SecurityAudit.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, Fnd0SecurityAudit
12  Filename: Fnd0SecurityAudit.hxx
13  Module: Fnd0audit_mgr
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__FND0SECURITYAUDIT__HXX
18 #define TEAMCENTER__FND0SECURITYAUDIT__HXX
19 
20 #include <string>
21 #include <unidefs.h>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <Fnd0audit_mgr/libfnd0audit_mgr_exports.h>
26 
27 namespace Teamcenter
28 {
29  class Fnd0SecurityAudit;
30 }
31 namespace Teamcenter
32 {
33  class Fnd0SecurityAuditImpl;
34 }
35 namespace Teamcenter
36 {
37  class Fnd0SecurityAuditDelegate;
38 }
39 namespace Teamcenter
40 {
41  class Fnd0SecurityAuditDispatch;
42 }
43 namespace Teamcenter
44 {
45  class Fnd0SecurityAuditGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class FND0AUDIT_MGR_API Teamcenter::Fnd0SecurityAudit
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getFnd0EventTypeName( std::string &value, bool &isNull ) const;
72 
80  int getFnd0GroupName( std::string &value, bool &isNull ) const;
81 
89  int getFnd0LoggedDate( date_t &value, bool &isNull ) const;
90 
98  int getFnd0Object( tag_t &value, bool &isNull ) const;
99 
107  int getFnd0object_name( std::string &value, bool &isNull ) const;
108 
116  int getFnd0object_type( std::string &value, bool &isNull ) const;
117 
125  int getFnd0ObjectDisplayName( std::string &value, bool &isNull ) const;
126 
134  int getFnd0PrimaryObjectID( std::string &value, bool &isNull ) const;
135 
143  int getFnd0RoleName( std::string &value, bool &isNull ) const;
144 
152  int getFnd0SecondaryObjDispName( std::string &value, bool &isNull ) const;
153 
161  int getFnd0SecondaryObject( tag_t &value, bool &isNull ) const;
162 
170  int getFnd0SecondaryObjectID( std::string &value, bool &isNull ) const;
171 
179  int getFnd0SecondaryObjectName( std::string &value, bool &isNull ) const;
180 
188  int getFnd0SecondaryObjectType( std::string &value, bool &isNull ) const;
189 
197  int getFnd0UserId( std::string &value, bool &isNull ) const;
198 
206  int setFnd0EventTypeName( const std::string &value, bool isNull=false );
207 
215  int setFnd0GroupName( const std::string &value, bool isNull=false );
216 
224  int setFnd0LoggedDate( const date_t &value, bool isNull=false );
225 
233  int setFnd0Object( const tag_t &value, bool isNull=false );
234 
242  int setFnd0object_name( const std::string &value, bool isNull=false );
243 
251  int setFnd0object_type( const std::string &value, bool isNull=false );
252 
260  int setFnd0ObjectDisplayName( const std::string &value, bool isNull=false );
261 
269  int setFnd0PrimaryObjectID( const std::string &value, bool isNull=false );
270 
278  int setFnd0RoleName( const std::string &value, bool isNull=false );
279 
287  int setFnd0SecondaryObjDispName( const std::string &value, bool isNull=false );
288 
296  int setFnd0SecondaryObject( const tag_t &value, bool isNull=false );
297 
305  int setFnd0SecondaryObjectID( const std::string &value, bool isNull=false );
306 
314  int setFnd0SecondaryObjectName( const std::string &value, bool isNull=false );
315 
323  int setFnd0SecondaryObjectType( const std::string &value, bool isNull=false );
324 
332  int setFnd0UserId( const std::string &value, bool isNull=false );
333 protected:
334  // Method to initialize
335  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
336 
341 
345  virtual ~Fnd0SecurityAudit();
346 
347 private:
348  // Getter method for the Implementation Object
349  Fnd0SecurityAuditImpl* getFnd0SecurityAuditImpl() const;
350  // Setter method for the Implementation Object
351  ::Teamcenter::RootObjectImpl* setFnd0SecurityAuditImpl( ::Teamcenter::RootObjectImpl* impl );
352 
353  // Method to set the delete impl boolean
354  void setDeleteImpl( bool del );
355 
356  // Pointer to the Implementation object
357  Fnd0SecurityAuditImpl* m_fnd0securityauditImpl;
358 
359  // Flag to indicate if Implementation object needs to be deleted
361 
365  static std::string name;
366 
373 
374  friend class Fnd0SecurityAuditDelegate;
375  friend class Fnd0SecurityAuditGenImpl;
376 };
377 
378 #include <Fnd0audit_mgr/libfnd0audit_mgr_undef.h>
379 #endif // TEAMCENTER__FND0SECURITYAUDIT__HXX