//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, ProxyLinkRemoteWkfDelegate Filename: ProxyLinkRemoteWkfDelegate.hxx Module: wproxy @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__PROXYLINKREMOTEWKFDELEGATE_HXX #define TEAMCENTER__PROXYLINKREMOTEWKFDELEGATE_HXX #include #include #include namespace Teamcenter { class ProxyLinkRemoteWkfDelegate; } namespace Teamcenter { class ProxyLinkRemoteWkfImpl; } namespace Teamcenter { class ProxyLinkRemoteWkf; } namespace Teamcenter { class ProxyLinkRemoteWkfGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class WPROXY_API Teamcenter_alias::ProxyLinkRemoteWkfDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the ProxyLinkRemoteWkfDelegate instance static ProxyLinkRemoteWkfDelegate& getInstance(); // Method to create the ProxyLinkRemoteWkfImpl pointer static ProxyLinkRemoteWkfImpl* createImpl( ProxyLinkRemoteWkf& ifObj ); // Method to delete the ProxyLinkRemoteWkfImpl pointer static void deleteImpl( ProxyLinkRemoteWkfImpl* impl ); /// /// desc for setPropertiesFromCreateInpu /// @version Tc 8 /// @param creInput - Description for CreateInput /// @return - return desc for setPropertiesFromCreateInput /// int setPropertiesFromCreateInputBase(const ProxyLinkRemoteWkf &ifObj, ::Teamcenter::CreateInput *creInput ); protected: // Pointer to the instance static ProxyLinkRemoteWkfDelegate* m_pInstance; ProxyLinkRemoteWkfDelegate(); virtual ~ProxyLinkRemoteWkfDelegate(); static void setInstance( ProxyLinkRemoteWkfDelegate* instance ); private: friend class ::Teamcenter::ProxyLinkRemoteWkfGenImpl; }; #include #endif // TEAMCENTER__PROXYLINKREMOTEWKFDELEGATE_HXX