//Copyright 2020 Siemens Digital Industries Software //================================================== //Copyright $2020. //Siemens Product Lifecycle Management Software Inc. //All Rights Reserved. //================================================== //Copyright 2020 Siemens Digital Industries Software /*================================================================================================== File description: This file contains the declaration for the Business Object, Fnd0AuditLogDelegate Filename: Fnd0AuditLogDelegate.hxx Module: Fnd0audit_mgr @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0AUDITLOGDELEGATE_HXX #define TEAMCENTER__FND0AUDITLOGDELEGATE_HXX #include #include #include namespace Teamcenter { class Fnd0AuditLogDelegate; } namespace Teamcenter { class Fnd0AuditLogImpl; } namespace Teamcenter { class Fnd0AuditLog; } namespace Teamcenter { class Fnd0AuditLogGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class FND0AUDIT_MGR_API Teamcenter_alias::Fnd0AuditLogDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Fnd0AuditLogDelegate instance static Fnd0AuditLogDelegate& getInstance(); // Method to create the Fnd0AuditLogImpl pointer static Fnd0AuditLogImpl* createImpl( Fnd0AuditLog& ifObj ); // Method to delete the Fnd0AuditLogImpl pointer static void deleteImpl( Fnd0AuditLogImpl* impl ); /// /// Getter for a Tag Array Property /// @version Teamcenter 10 /// @param values - Parameter value /// @param isNull - Returns true for an array element if the parameter value at that location is null /// @return - Status. 0 if successful /// int getFnd0SecondaryAuditLogsBase(const Fnd0AuditLog &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const; protected: // Pointer to the instance static Fnd0AuditLogDelegate* m_pInstance; Fnd0AuditLogDelegate(); virtual ~Fnd0AuditLogDelegate(); static void setInstance( Fnd0AuditLogDelegate* instance ); private: friend class ::Teamcenter::Fnd0AuditLogGenImpl; }; #include #endif // TEAMCENTER__FND0AUDITLOGDELEGATE_HXX