Skip to main content

List of Web Service Methods

The summary of the implemented methods, divided by group, can be found in the following table:

List of the Sigmafine Web Service Methods

TypeMethodDescription
BASERtBaseline_GetAFValuesReturns a complex matrix of AFElement/Attributes according to the specified query parameters
BASERtBaseline_GetAFTransfersReturns a list of the AFTransfers found in the specified AFDatabase/AFAnalysis passed as query parameters
BASERtBaseline_GetAFElementValuesReturns a list of the AFAttributes of a specified AFElement
BASERtBaseline_GetAFTransferValuesReturns a list of the AFAttributes of a specified AFTransfer
BASERtBaseline_GetAFAttributeValueReturns a DataTable with the value of passed Element/Attribute pair
BASERtBaseline_GetAFTransferAttributeValueReturns a DataTable with the value of passed Transfer/Attribute pair
BASERtBaseline_GetAFAttributeAdjustmentsReturns a list of AFAdjustments made on a specific AFElement/AFAttribute
BASERtBaseline_GetAFTableReturns an image of the specified AFTable with row and column selection
BASERtBaseline_GetAFCasesReturns a list of AFCases for the specified AFAnalysis and time range
BASERtBaseline_ParseTimeReturns the parsed DateTime in PI/AF format
BASERtBaseline_JSDateTime2WSFormat the given DateTime in Javascript format to the standard WebService one
BASERtBaseline_WSDateTime2JSFormat the passed DateTime in string format to the standard JavaScript format
BASERtBaseline_WhoAmIGet the actual calling user for Pimsoft Sigmafine WebServices
EDITRtBaseline_WhoAmIExLookup the information about the given User ID with advanced feature (SSO/Kerberos)
EDITRtBaseline_CreateCaseCreate a new Transfer in AF and initialize it with minimum attributes
EDITRtBaseline_GetCaseInfoReturns the runtime information about a specific action on a specified AFCase
EDITRtBaseline_RunCasePerforms a specific action on a specified AFCase
EDITRtBaseline_EditAttributeValueMakes and AFAdjustment and/or makes an AFVAlue edit on a specific AFElement/AFAttribute
EDITRtBaseline_CreateTransferCreate the specified Transfer in AF
EDITRtBaseline_EditTransferAttributeValueMakes and AFAdjustment and/or makes an AFValue edit on a specific AFTransfer/AFAttribute
EDITRtBaseline_DeleteTransferDelete the specified Transfer in AF
EDITRtBaseline_IsUserAllowedChecks the AFElement security
EDITRtBaseline_SQLPublishRun a SQLAccess publication
WDERtBaseline_EditMultiAttributeMakes a bulk AFAdjustment over a Element/Attribute matrix for the specified case
WDERtBaseline_GetConnectedAFElementsReturns a list of the connected element to the given AFElement
WDERtBaseline_GetUserConnectionDataGet the drill-down connection data for the catcher/provider web parts
WDERtBaseline_LoadUserConnectionConfigLoads the parameter configuration for the catcher/provider web parts
WDERtBaseline_SaveUserConnectionConfigStores the parameter configuration for the catcher/provider web parts
WDERtBaseline_SetUserConnectionDataSet the drill-down connection data for the catcher/provider webparts

The \Base Methods and Edit Methods topicsprovide detailed explanations for all the implemented methods.

Note: For WDE Methods, no documentation is provided, as those methods are internal and should not be called by any external application different than WDE.