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.
88 lines
2.7 KiB
88 lines
2.7 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, Fnd0GetChildrenProviderDelegate
|
|
Filename: Fnd0GetChildrenProviderDelegate.hxx
|
|
Module: tc
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__FND0GETCHILDRENPROVIDERDELEGATE_HXX
|
|
#define TEAMCENTER__FND0GETCHILDRENPROVIDERDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <tc/Fnd0GetChildrenProvider.hxx>
|
|
|
|
#include <tc/libtc_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0GetChildrenProviderDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0GetChildrenProviderImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0GetChildrenProvider;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0GetChildrenProviderGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class TC_API Teamcenter_alias::Fnd0GetChildrenProviderDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Fnd0GetChildrenProviderDelegate instance
|
|
static Fnd0GetChildrenProviderDelegate& getInstance();
|
|
|
|
// Method to create the Fnd0GetChildrenProviderImpl pointer
|
|
static Fnd0GetChildrenProviderImpl* createImpl( Fnd0GetChildrenProvider& ifObj );
|
|
|
|
// Method to delete the Fnd0GetChildrenProviderImpl pointer
|
|
static void deleteImpl( Fnd0GetChildrenProviderImpl* 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 Fnd0GetChildrenProvider &ifObj, ::Teamcenter::OperationInput *searchInput, ::Teamcenter::OperationInput *searchOutput );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Fnd0GetChildrenProviderDelegate* m_pInstance;
|
|
|
|
Fnd0GetChildrenProviderDelegate();
|
|
virtual ~Fnd0GetChildrenProviderDelegate();
|
|
static void setInstance( Fnd0GetChildrenProviderDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::Fnd0GetChildrenProviderGenImpl;
|
|
|
|
};
|
|
|
|
#include <tc/libtc_undef.h>
|
|
#endif // TEAMCENTER__FND0GETCHILDRENPROVIDERDELEGATE_HXX
|