//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, Fnd0WorksetRevisionDelegate Filename: Fnd0WorksetRevisionDelegate.hxx Module: rdv @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0WORKSETREVISIONDELEGATE_HXX #define TEAMCENTER__FND0WORKSETREVISIONDELEGATE_HXX #include #include #include namespace Teamcenter { class Fnd0WorksetRevisionDelegate; } namespace Teamcenter { class Fnd0WorksetRevisionImpl; } namespace Teamcenter { class Fnd0WorksetRevision; } namespace Teamcenter { class Fnd0WorksetRevisionGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class RDV_API Teamcenter_alias::Fnd0WorksetRevisionDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Fnd0WorksetRevisionDelegate instance static Fnd0WorksetRevisionDelegate& getInstance(); // Method to create the Fnd0WorksetRevisionImpl pointer static Fnd0WorksetRevisionImpl* createImpl( Fnd0WorksetRevision& ifObj ); // Method to delete the Fnd0WorksetRevisionImpl pointer static void deleteImpl( Fnd0WorksetRevisionImpl* impl ); /// /// This operation is not supported now, there will be no support for issues stemming from uses of this operation. /// @version Teamcenter 11.4 /// @param inputs - A vector of data that contains reference information to the object to be created /// @param bd - A data structure to store objects and other information relevant for set-based operation /// @return - /// int fnd0FinalizeCreateInputBase( std::vector< ::Teamcenter::BulkInput* > *inputs, ::Teamcenter::BulkData *bd ); protected: // Pointer to the instance static Fnd0WorksetRevisionDelegate* m_pInstance; Fnd0WorksetRevisionDelegate(); virtual ~Fnd0WorksetRevisionDelegate(); static void setInstance( Fnd0WorksetRevisionDelegate* instance ); private: friend class ::Teamcenter::Fnd0WorksetRevisionGenImpl; }; #include #endif // TEAMCENTER__FND0WORKSETREVISIONDELEGATE_HXX