//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, Lbr0SpecificationRuleDelegate Filename: Lbr0SpecificationRuleDelegate.hxx Module: Lbr0librarymgmt @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__LIBRARYMGMT__LBR0SPECIFICATIONRULEDELEGATE_HXX #define TEAMCENTER__LIBRARYMGMT__LBR0SPECIFICATIONRULEDELEGATE_HXX #include #include #include namespace Teamcenter { namespace LibraryMgmt { class Lbr0SpecificationRuleDelegate; } } namespace Teamcenter { namespace LibraryMgmt { class Lbr0SpecificationRuleImpl; } } namespace Teamcenter { namespace LibraryMgmt { class Lbr0SpecificationRule; } } namespace Teamcenter { namespace LibraryMgmt { class Lbr0SpecificationRuleGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class LBR0LIBRARYMGMT_API Teamcenter_alias::LibraryMgmt::Lbr0SpecificationRuleDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Lbr0SpecificationRuleDelegate instance static Lbr0SpecificationRuleDelegate& getInstance(); // Method to create the Lbr0SpecificationRuleImpl pointer static Lbr0SpecificationRuleImpl* createImpl( Lbr0SpecificationRule& ifObj ); // Method to delete the Lbr0SpecificationRuleImpl pointer static void deleteImpl( Lbr0SpecificationRuleImpl* impl ); /// /// Getter for a string Property /// @version Teamcenter 10.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getLbr0NodeIdBase(const Lbr0SpecificationRule &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 10.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getLbr0RuleSetIdBase(const Lbr0SpecificationRule &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for an Integer Property /// @version Teamcenter 10.1 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getLbr0RuleTypeBase(const Lbr0SpecificationRule &ifObj, int &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 10.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getLbr0SourceAttributeBase(const Lbr0SpecificationRule &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 10.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getLbr0SourceExpressionBase(const Lbr0SpecificationRule &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 10.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getLbr0TargetAttributeBase(const Lbr0SpecificationRule &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 10.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getLbr0TargetExpressionBase(const Lbr0SpecificationRule &ifObj, std::string &value, bool &isNull ) const; /// /// Setter for a string Property /// @version Teamcenter 10.1 /// @param value - Value to be set for the parameter /// @param isNull - If true, set the parameter value to null /// @return - Status. 0 if successful /// int setLbr0NodeIdBase(Lbr0SpecificationRule &ifObj, const std::string &value, bool isNull ); /// /// Setter for a string Property /// @version Teamcenter 10.1 /// @param value - Value to be set for the parameter /// @param isNull - If true, set the parameter value to null /// @return - Status. 0 if successful /// int setLbr0RuleSetIdBase(Lbr0SpecificationRule &ifObj, const std::string &value, bool isNull ); /// /// Setter for an Integer Property /// @version Teamcenter 10.1 /// @param value - Value to be set for the parameter /// @param isNull - If true, set the parameter value to null /// @return - Status. 0 if successful /// int setLbr0RuleTypeBase(Lbr0SpecificationRule &ifObj, int value, bool isNull ); /// /// Setter for a string Property /// @version Teamcenter 10.1 /// @param value - Value to be set for the parameter /// @param isNull - If true, set the parameter value to null /// @return - Status. 0 if successful /// int setLbr0SourceAttributeBase(Lbr0SpecificationRule &ifObj, const std::string &value, bool isNull ); /// /// Setter for a string Property /// @version Teamcenter 10.1 /// @param value - Value to be set for the parameter /// @param isNull - If true, set the parameter value to null /// @return - Status. 0 if successful /// int setLbr0SourceExpressionBase(Lbr0SpecificationRule &ifObj, const std::string &value, bool isNull ); /// /// Setter for a string Property /// @version Teamcenter 10.1 /// @param value - Value to be set for the parameter /// @param isNull - If true, set the parameter value to null /// @return - Status. 0 if successful /// int setLbr0TargetAttributeBase(Lbr0SpecificationRule &ifObj, const std::string &value, bool isNull ); /// /// Setter for a string Property /// @version Teamcenter 10.1 /// @param value - Value to be set for the parameter /// @param isNull - If true, set the parameter value to null /// @return - Status. 0 if successful /// int setLbr0TargetExpressionBase(Lbr0SpecificationRule &ifObj, const std::string &value, bool isNull ); /// /// desc for createPost /// @version Tc 8 /// @param creInput - Description for the Create Input /// @return - return desc for createPost /// int createPostBase(const Lbr0SpecificationRule &ifObj, ::Teamcenter::CreateInput *creInput ); /// /// Description for the Finalize Create Input /// @version Tc 8 /// @param creInput - desc for creInput parameter /// @return - Return desc for Initialize for Create /// int finalizeCreateInputBase(const Lbr0SpecificationRule &ifObj, ::Teamcenter::CreateInput *creInput ); /// /// This operation is not supported now, there will be no support for issues stemming from uses of this operation. /// @version Teamcenter 11.2.2 /// @param inputs - A vector of data that contains reference information to the object to be saved /// @param bd - A data structure to store objects and other information relevant for set-based operation /// @return - This operation returns ITK_ok on success. Otherwise, it will return specific error code. /// int fnd0SaveBase( std::vector< ::Teamcenter::BulkInput* > *inputs, ::Teamcenter::BulkData *bd ); /// /// desc for validate for create /// @version Tc 8 /// @param creInput - desc for creInput parameter /// @return - ret desc for validate for create /// int validateCreateInputBase(const Lbr0SpecificationRule &ifObj, ::Teamcenter::CreateInput *creInput ); /// /// Setter for a Boolean Property /// @version Teamcenter 10.1 /// @param value - Value to be set for the parameter /// @param isNull - If true, set the parameter value to null /// @return - Status. 0 if successful /// int setLbr0IsActiveBase(Lbr0SpecificationRule &ifObj, bool value, bool isNull ); protected: // Pointer to the instance static Lbr0SpecificationRuleDelegate* m_pInstance; Lbr0SpecificationRuleDelegate(); virtual ~Lbr0SpecificationRuleDelegate(); static void setInstance( Lbr0SpecificationRuleDelegate* instance ); private: friend class ::Teamcenter::LibraryMgmt::Lbr0SpecificationRuleGenImpl; }; #include #endif // TEAMCENTER__LIBRARYMGMT__LBR0SPECIFICATIONRULEDELEGATE_HXX