You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

87 lines
2.4 KiB

//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 <common/tc_deprecation_macros.h>
#include <wproxy/ProxyLinkRemoteWkf.hxx>
#include <wproxy/libwproxy_exports.h>
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 <wproxy/libwproxy_undef.h>
#endif // TEAMCENTER__PROXYLINKREMOTEWKFDELEGATE_HXX