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
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, Pmi0PMIAuthoringRelDelegate
|
|
Filename: Pmi0PMIAuthoringRelDelegate.hxx
|
|
Module: Pmi0pmi
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef PMI__PMI0PMIAUTHORINGRELDELEGATE_HXX
|
|
#define PMI__PMI0PMIAUTHORINGRELDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <Pmi0pmi/Pmi0PMIAuthoringRel.hxx>
|
|
|
|
#include <Pmi0pmi/libpmi0pmi_exports.h>
|
|
|
|
namespace pmi
|
|
{
|
|
class Pmi0PMIAuthoringRelDelegate;
|
|
}
|
|
namespace pmi
|
|
{
|
|
class Pmi0PMIAuthoringRelImpl;
|
|
}
|
|
namespace pmi
|
|
{
|
|
class Pmi0PMIAuthoringRel;
|
|
}
|
|
namespace pmi
|
|
{
|
|
class Pmi0PMIAuthoringRelGenImpl;
|
|
}
|
|
|
|
namespace pmi_alias = ::pmi;
|
|
|
|
|
|
class PMI0PMI_API pmi_alias::Pmi0PMIAuthoringRelDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Pmi0PMIAuthoringRelDelegate instance
|
|
static Pmi0PMIAuthoringRelDelegate& getInstance();
|
|
|
|
// Method to create the Pmi0PMIAuthoringRelImpl pointer
|
|
static Pmi0PMIAuthoringRelImpl* createImpl( Pmi0PMIAuthoringRel& ifObj );
|
|
|
|
// Method to delete the Pmi0PMIAuthoringRelImpl pointer
|
|
static void deleteImpl( Pmi0PMIAuthoringRelImpl* impl );
|
|
|
|
|
|
///
|
|
/// desc for validate for create
|
|
/// @version Tc 8
|
|
/// @param creInput - desc for creInput parameter
|
|
/// @return - ret desc for validate for create
|
|
///
|
|
int validateCreateInputBase(const Pmi0PMIAuthoringRel &ifObj, ::Teamcenter::CreateInput *creInput );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Pmi0PMIAuthoringRelDelegate* m_pInstance;
|
|
|
|
Pmi0PMIAuthoringRelDelegate();
|
|
virtual ~Pmi0PMIAuthoringRelDelegate();
|
|
static void setInstance( Pmi0PMIAuthoringRelDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::pmi::Pmi0PMIAuthoringRelGenImpl;
|
|
|
|
};
|
|
|
|
#include <Pmi0pmi/libpmi0pmi_undef.h>
|
|
#endif // PMI__PMI0PMIAUTHORINGRELDELEGATE_HXX
|