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.
118 lines
3.9 KiB
118 lines
3.9 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, Ssm0SimProjectDelegate
|
|
Filename: Ssm0SimProjectDelegate.hxx
|
|
Module: Ssm0systemsynthesismodeling
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef SSM0SYSTEMSYNTHESISMODELING__SSM0SIMPROJECTDELEGATE_HXX
|
|
#define SSM0SYSTEMSYNTHESISMODELING__SSM0SIMPROJECTDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <Ssm0systemsynthesismodeling/Ssm0SimProject.hxx>
|
|
|
|
#include <Ssm0systemsynthesismodeling/libssm0systemsynthesismodeling_exports.h>
|
|
|
|
namespace ssm0systemsynthesismodeling
|
|
{
|
|
class Ssm0SimProjectDelegate;
|
|
}
|
|
namespace ssm0systemsynthesismodeling
|
|
{
|
|
class Ssm0SimProjectImpl;
|
|
}
|
|
namespace ssm0systemsynthesismodeling
|
|
{
|
|
class Ssm0SimProject;
|
|
}
|
|
namespace ssm0systemsynthesismodeling
|
|
{
|
|
class Ssm0SimProjectGenImpl;
|
|
}
|
|
|
|
namespace ssm0systemsynthesismodeling_alias = ::ssm0systemsynthesismodeling;
|
|
|
|
|
|
class SSM0SYSTEMSYNTHESISMODELING_API ssm0systemsynthesismodeling_alias::Ssm0SimProjectDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Ssm0SimProjectDelegate instance
|
|
static Ssm0SimProjectDelegate& getInstance();
|
|
|
|
// Method to create the Ssm0SimProjectImpl pointer
|
|
static Ssm0SimProjectImpl* createImpl( Ssm0SimProject& ifObj );
|
|
|
|
// Method to delete the Ssm0SimProjectImpl pointer
|
|
static void deleteImpl( Ssm0SimProjectImpl* impl );
|
|
|
|
|
|
///
|
|
/// Getter for a Tag Array Property
|
|
/// @version Teamcenter 11.2.2
|
|
/// @param values - Parameter value
|
|
/// @param isNull - Returns true for an array element if the parameter value at that location is null
|
|
/// @return - Status. 0 if successful
|
|
///
|
|
int getSsm0AppsBase(const Ssm0SimProject &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const;
|
|
|
|
|
|
///
|
|
/// Getter for a Tag Array Property
|
|
/// @version Teamcenter 11.2.2
|
|
/// @param values - Parameter value
|
|
/// @param isNull - Returns true for an array element if the parameter value at that location is null
|
|
/// @return - Status. 0 if successful
|
|
///
|
|
int getSsm0StudiesBase(const Ssm0SimProject &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const;
|
|
|
|
|
|
///
|
|
/// 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 Ssm0SimProject &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 Ssm0SimProject &ifObj, ::Teamcenter::SaveAsInput *pSavAsInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Ssm0SimProjectDelegate* m_pInstance;
|
|
|
|
Ssm0SimProjectDelegate();
|
|
virtual ~Ssm0SimProjectDelegate();
|
|
static void setInstance( Ssm0SimProjectDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::ssm0systemsynthesismodeling::Ssm0SimProjectGenImpl;
|
|
|
|
};
|
|
|
|
#include <Ssm0systemsynthesismodeling/libssm0systemsynthesismodeling_undef.h>
|
|
#endif // SSM0SYSTEMSYNTHESISMODELING__SSM0SIMPROJECTDELEGATE_HXX
|