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
3.2 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, Rlz0SourceObjectRefByProviderDelegate
Filename: Rlz0SourceObjectRefByProviderDelegate.hxx
Module: rlz0realization
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__REALIZATION__RLZ0SOURCEOBJECTREFBYPROVIDERDELEGATE_HXX
#define TEAMCENTER__REALIZATION__RLZ0SOURCEOBJECTREFBYPROVIDERDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <rlz0realization/Rlz0SourceObjectRefByProvider.hxx>
#include <rlz0realization/librlz0realization_exports.h>
namespace Teamcenter
{
namespace Realization
{
class Rlz0SourceObjectRefByProviderDelegate;
}
}
namespace Teamcenter
{
namespace Realization
{
class Rlz0SourceObjectRefByProviderImpl;
}
}
namespace Teamcenter
{
namespace Realization
{
class Rlz0SourceObjectRefByProvider;
}
}
namespace Teamcenter
{
namespace Realization
{
class Rlz0SourceObjectRefByProviderGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class RLZ0REALIZATION_API Teamcenter_alias::Realization::Rlz0SourceObjectRefByProviderDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Rlz0SourceObjectRefByProviderDelegate instance
static Rlz0SourceObjectRefByProviderDelegate& getInstance();
// Method to create the Rlz0SourceObjectRefByProviderImpl pointer
static Rlz0SourceObjectRefByProviderImpl* createImpl( Rlz0SourceObjectRefByProvider& ifObj );
// Method to delete the Rlz0SourceObjectRefByProviderImpl pointer
static void deleteImpl( Rlz0SourceObjectRefByProviderImpl* impl );
///
/// This operation returns a structure containing search results, search filters for each search filter field based on the search results, and search filter categories.
/// @version Teamcenter 9.1.2
/// @param searchInput - The input to the search
/// @param searchOutput - The output from the search.
/// @return - Status. 0 if successful
///
int fnd0performSearchBase(const Rlz0SourceObjectRefByProvider &ifObj, ::Teamcenter::OperationInput *searchInput, ::Teamcenter::OperationInput *searchOutput );
protected:
// Pointer to the instance
static Rlz0SourceObjectRefByProviderDelegate* m_pInstance;
Rlz0SourceObjectRefByProviderDelegate();
virtual ~Rlz0SourceObjectRefByProviderDelegate();
static void setInstance( Rlz0SourceObjectRefByProviderDelegate* instance );
private:
friend class ::Teamcenter::Realization::Rlz0SourceObjectRefByProviderGenImpl;
};
#include <rlz0realization/librlz0realization_undef.h>
#endif // TEAMCENTER__REALIZATION__RLZ0SOURCEOBJECTREFBYPROVIDERDELEGATE_HXX