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.
98 lines
3.1 KiB
98 lines
3.1 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, RequirementSpec_0_Revi_alt0Delegate
|
|
Filename: RequirementSpec_0_Revi_alt0Delegate.hxx
|
|
Module: req
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__REQUIREMENTSPEC_0_REVI_ALT0DELEGATE_HXX
|
|
#define TEAMCENTER__REQUIREMENTSPEC_0_REVI_ALT0DELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <req/RequirementSpec_0_Revi_alt0.hxx>
|
|
|
|
#include <req/libreq_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class RequirementSpec_0_Revi_alt0Delegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class RequirementSpec_0_Revi_alt0Impl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class RequirementSpec_0_Revi_alt0;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class RequirementSpec_0_Revi_alt0GenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class REQ_API Teamcenter_alias::RequirementSpec_0_Revi_alt0Delegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the RequirementSpec_0_Revi_alt0Delegate instance
|
|
static RequirementSpec_0_Revi_alt0Delegate& getInstance();
|
|
|
|
// Method to create the RequirementSpec_0_Revi_alt0Impl pointer
|
|
static RequirementSpec_0_Revi_alt0Impl* createImpl( RequirementSpec_0_Revi_alt0& ifObj );
|
|
|
|
// Method to delete the RequirementSpec_0_Revi_alt0Impl pointer
|
|
static void deleteImpl( RequirementSpec_0_Revi_alt0Impl* impl );
|
|
|
|
|
|
///
|
|
/// Generic revisePost operation.
|
|
/// @version Teamcenter 10.1
|
|
/// @param pReviseInput - Input ReviseInput object.
|
|
/// @param vecDeepCopyData - Vector of deep copy data.
|
|
/// @return - Returns an integer value.
|
|
///
|
|
int revisePostBase(const RequirementSpec_0_Revi_alt0 &ifObj, ::Teamcenter::ReviseInput *pReviseInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
|
|
|
|
|
|
///
|
|
/// 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 RequirementSpec_0_Revi_alt0 &ifObj, ::Teamcenter::SaveAsInput *pSavAsInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static RequirementSpec_0_Revi_alt0Delegate* m_pInstance;
|
|
|
|
RequirementSpec_0_Revi_alt0Delegate();
|
|
virtual ~RequirementSpec_0_Revi_alt0Delegate();
|
|
static void setInstance( RequirementSpec_0_Revi_alt0Delegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::RequirementSpec_0_Revi_alt0GenImpl;
|
|
|
|
};
|
|
|
|
#include <req/libreq_undef.h>
|
|
#endif // TEAMCENTER__REQUIREMENTSPEC_0_REVI_ALT0DELEGATE_HXX
|