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.
100 lines
2.8 KiB
100 lines
2.8 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, Pka0CopyAssetRevisionDelegate
|
|
Filename: Pka0CopyAssetRevisionDelegate.hxx
|
|
Module: pkgart
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__PKGART__PKA0COPYASSETREVISIONDELEGATE_HXX
|
|
#define TEAMCENTER__PKGART__PKA0COPYASSETREVISIONDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <pkgart/Pka0CopyAssetRevision.hxx>
|
|
|
|
#include <pkgart/libpkgart_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace PKGART
|
|
{
|
|
class Pka0CopyAssetRevisionDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace PKGART
|
|
{
|
|
class Pka0CopyAssetRevisionImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace PKGART
|
|
{
|
|
class Pka0CopyAssetRevision;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace PKGART
|
|
{
|
|
class Pka0CopyAssetRevisionGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class PKGART_API Teamcenter_alias::PKGART::Pka0CopyAssetRevisionDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Pka0CopyAssetRevisionDelegate instance
|
|
static Pka0CopyAssetRevisionDelegate& getInstance();
|
|
|
|
// Method to create the Pka0CopyAssetRevisionImpl pointer
|
|
static Pka0CopyAssetRevisionImpl* createImpl( Pka0CopyAssetRevision& ifObj );
|
|
|
|
// Method to delete the Pka0CopyAssetRevisionImpl pointer
|
|
static void deleteImpl( Pka0CopyAssetRevisionImpl* impl );
|
|
|
|
|
|
///
|
|
/// Generic saveAsPost operation.
|
|
/// @version Teamcenter 8.1
|
|
/// @param pSavAsInput - Input argument as SaveAsInput object.
|
|
/// @param vecDeepCopyData - vector deepcopy data
|
|
/// @return - Return integer value.
|
|
///
|
|
int saveAsPostBase(const Pka0CopyAssetRevision &ifObj, ::Teamcenter::SaveAsInput *pSavAsInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Pka0CopyAssetRevisionDelegate* m_pInstance;
|
|
|
|
Pka0CopyAssetRevisionDelegate();
|
|
virtual ~Pka0CopyAssetRevisionDelegate();
|
|
static void setInstance( Pka0CopyAssetRevisionDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::PKGART::Pka0CopyAssetRevisionGenImpl;
|
|
|
|
};
|
|
|
|
#include <pkgart/libpkgart_undef.h>
|
|
#endif // TEAMCENTER__PKGART__PKA0COPYASSETREVISIONDELEGATE_HXX
|