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.

457 lines
16 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, DispatcherRequestDelegate
Filename: DispatcherRequestDelegate.hxx
Module: dispatcher
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__DISPATCHERREQUESTDELEGATE_HXX
#define TEAMCENTER__DISPATCHERREQUESTDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <dispatcher/DispatcherRequest.hxx>
#include <dispatcher/libdispatcher_exports.h>
namespace Teamcenter
{
class DispatcherRequestDelegate;
}
namespace Teamcenter
{
class DispatcherRequestImpl;
}
namespace Teamcenter
{
class DispatcherRequest;
}
namespace Teamcenter
{
class DispatcherRequestGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class DISPATCHER_API Teamcenter_alias::DispatcherRequestDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the DispatcherRequestDelegate instance
static DispatcherRequestDelegate& getInstance();
// Method to create the DispatcherRequestImpl pointer
static DispatcherRequestImpl* createImpl( DispatcherRequest& ifObj );
// Method to delete the DispatcherRequestImpl pointer
static void deleteImpl( DispatcherRequestImpl* impl );
///
/// Getter for an String Array Property
/// @version Tc 8
/// @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 getArgumentDataBase(const DispatcherRequest &ifObj, std::vector< std::string > &values, std::vector< int > &isNull ) const;
///
/// Getter for an String Array Property
/// @version Tc 8
/// @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 getArgumentKeysBase(const DispatcherRequest &ifObj, std::vector< std::string > &values, std::vector< int > &isNull ) const;
///
/// Getter for a string Property
/// @version Tc 8
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getCurrentStateBase(const DispatcherRequest &ifObj, std::string &value, bool &isNull ) const;
///
/// Getter for a Tag Array Property
/// @version Tc 8
/// @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 getDataFilesBase(const DispatcherRequest &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const;
///
/// Getter for an String Array Property
/// @version Tc 8
/// @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 getDataFilesKeysBase(const DispatcherRequest &ifObj, std::vector< std::string > &values, std::vector< int > &isNull ) const;
///
/// Getter for a Date Property
/// @version Tc 8
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getEndTimeBase(const DispatcherRequest &ifObj, date_t &value, bool &isNull ) const;
///
/// Getter for a Date Array Property
/// @version Tc 8
/// @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 getHistoryDatesBase(const DispatcherRequest &ifObj, std::vector< date_t > &values, std::vector< int > &isNull ) const;
///
/// Getter for an String Array Property
/// @version Tc 8
/// @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 getHistoryStatesBase(const DispatcherRequest &ifObj, std::vector< std::string > &values, std::vector< int > &isNull ) const;
///
/// Getter for an Integer Property
/// @version Tc 8
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getIntervalBase(const DispatcherRequest &ifObj, int &value, bool &isNull ) const;
///
/// Getter for an Integer Property
/// @version Tc 8
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getModeBase(const DispatcherRequest &ifObj, int &value, bool &isNull ) const;
///
/// Getter for a Tag Array Property
/// @version Tc 8
/// @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 getPrimaryObjectsBase(const DispatcherRequest &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const;
///
/// Getter for an Integer Property
/// @version Tc 8
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getPriorityBase(const DispatcherRequest &ifObj, int &value, bool &isNull ) const;
///
/// Getter for a string Property
/// @version Tc 8
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getProviderNameBase(const DispatcherRequest &ifObj, std::string &value, bool &isNull ) const;
///
/// Getter for a Tag Array Property
/// @version Tc 8
/// @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 getSecondaryObjectsBase(const DispatcherRequest &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const;
///
/// Getter for a string Property
/// @version Tc 8
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getServiceNameBase(const DispatcherRequest &ifObj, std::string &value, bool &isNull ) const;
///
/// Getter for a Date Property
/// @version Tc 8
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getStartTimeBase(const DispatcherRequest &ifObj, date_t &value, bool &isNull ) const;
///
/// Getter for a string Property
/// @version Tc 8
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getTaskIDBase(const DispatcherRequest &ifObj, std::string &value, bool &isNull ) const;
///
/// Getter for a string Property
/// @version Tc 8
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getTypeBase(const DispatcherRequest &ifObj, std::string &value, bool &isNull ) const;
///
/// Setter for an string Array Property
/// @version Tc 8
/// @param values - Values to be set for the parameter
/// @param isNull - If array element is true, set the parameter value at that location as null
/// @return - Status. 0 if successful
///
int setArgumentDataBase(DispatcherRequest &ifObj, const std::vector< std::string > &values, const std::vector< int > *isNull );
///
/// Setter for an string Array Property
/// @version Tc 8
/// @param values - Values to be set for the parameter
/// @param isNull - If array element is true, set the parameter value at that location as null
/// @return - Status. 0 if successful
///
int setArgumentKeysBase(DispatcherRequest &ifObj, const std::vector< std::string > &values, const std::vector< int > *isNull );
///
/// Setter for a string Property
/// @version Tc 8
/// @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 setCurrentStateBase(DispatcherRequest &ifObj, const std::string &value, bool isNull );
///
/// Setter for a Tag Array Property
/// @version Tc 8
/// @param values - Values to be set for the parameter
/// @param isNull - If array element is true, set the parameter value at that location as null
/// @return - Status. 0 if successful
///
int setDataFilesBase(DispatcherRequest &ifObj, const std::vector< tag_t > &values, const std::vector< int > *isNull );
///
/// Setter for an string Array Property
/// @version Tc 8
/// @param values - Values to be set for the parameter
/// @param isNull - If array element is true, set the parameter value at that location as null
/// @return - Status. 0 if successful
///
int setDataFilesKeysBase(DispatcherRequest &ifObj, const std::vector< std::string > &values, const std::vector< int > *isNull );
///
/// Setter for a Date Property
/// @version Tc 8
/// @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 setEndTimeBase(DispatcherRequest &ifObj, const date_t &value, bool isNull );
///
/// Setter for a Date Array Property
/// @version Tc 8
/// @param values - Values to be set for the parameter
/// @param isNull - If array element is true, set the parameter value at that location as null
/// @return - Status. 0 if successful
///
int setHistoryDatesBase(DispatcherRequest &ifObj, const std::vector< date_t > &values, const std::vector< int > *isNull );
///
/// Setter for an string Array Property
/// @version Tc 8
/// @param values - Values to be set for the parameter
/// @param isNull - If array element is true, set the parameter value at that location as null
/// @return - Status. 0 if successful
///
int setHistoryStatesBase(DispatcherRequest &ifObj, const std::vector< std::string > &values, const std::vector< int > *isNull );
///
/// Setter for an Integer Property
/// @version Tc 8
/// @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 setIntervalBase(DispatcherRequest &ifObj, int value, bool isNull );
///
/// Setter for an Integer Property
/// @version Tc 8
/// @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 setModeBase(DispatcherRequest &ifObj, int value, bool isNull );
///
/// Setter for a Tag Array Property
/// @version Tc 8
/// @param values - Values to be set for the parameter
/// @param isNull - If array element is true, set the parameter value at that location as null
/// @return - Status. 0 if successful
///
int setPrimaryObjectsBase(DispatcherRequest &ifObj, const std::vector< tag_t > &values, const std::vector< int > *isNull );
///
/// Setter for an Integer Property
/// @version Tc 8
/// @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 setPriorityBase(DispatcherRequest &ifObj, int value, bool isNull );
///
/// Setter for a string Property
/// @version Tc 8
/// @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 setProviderNameBase(DispatcherRequest &ifObj, const std::string &value, bool isNull );
///
/// Setter for a Tag Array Property
/// @version Tc 8
/// @param values - Values to be set for the parameter
/// @param isNull - If array element is true, set the parameter value at that location as null
/// @return - Status. 0 if successful
///
int setSecondaryObjectsBase(DispatcherRequest &ifObj, const std::vector< tag_t > &values, const std::vector< int > *isNull );
///
/// Setter for a string Property
/// @version Tc 8
/// @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 setServiceNameBase(DispatcherRequest &ifObj, const std::string &value, bool isNull );
///
/// Setter for a Date Property
/// @version Tc 8
/// @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 setStartTimeBase(DispatcherRequest &ifObj, const date_t &value, bool isNull );
///
/// Setter for a string Property
/// @version Tc 8
/// @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 setTaskIDBase(DispatcherRequest &ifObj, const std::string &value, bool isNull );
///
/// Setter for a string Property
/// @version Tc 8
/// @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 setTypeBase(DispatcherRequest &ifObj, const std::string &value, bool isNull );
///
/// 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 DispatcherRequest &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 );
protected:
// Pointer to the instance
static DispatcherRequestDelegate* m_pInstance;
DispatcherRequestDelegate();
virtual ~DispatcherRequestDelegate();
static void setInstance( DispatcherRequestDelegate* instance );
private:
friend class ::Teamcenter::DispatcherRequestGenImpl;
};
#include <dispatcher/libdispatcher_undef.h>
#endif // TEAMCENTER__DISPATCHERREQUESTDELEGATE_HXX