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
| Type | Method | Description |
|---|---|---|
| BASE | RtBaseline_GetAFValues | Returns a complex matrix of AFElement/Attributes according to the specified query parameters |
| BASE | RtBaseline_GetAFTransfers | Returns a list of the AFTransfers found in the specified AFDatabase/AFAnalysis passed as query parameters |
| BASE | RtBaseline_GetAFElementValues | Returns a list of the AFAttributes of a specified AFElement |
| BASE | RtBaseline_GetAFTransferValues | Returns a list of the AFAttributes of a specified AFTransfer |
| BASE | RtBaseline_GetAFAttributeValue | Returns a DataTable with the value of passed Element/Attribute pair |
| BASE | RtBaseline_GetAFTransferAttributeValue | Returns a DataTable with the value of passed Transfer/Attribute pair |
| BASE | RtBaseline_GetAFAttributeAdjustments | Returns a list of AFAdjustments made on a specific AFElement/AFAttribute |
| BASE | RtBaseline_GetAFTable | Returns an image of the specified AFTable with row and column selection |
| BASE | RtBaseline_GetAFCases | Returns a list of AFCases for the specified AFAnalysis and time range |
| BASE | RtBaseline_ParseTime | Returns the parsed DateTime in PI/AF format |
| BASE | RtBaseline_JSDateTime2WS | Format the given DateTime in Javascript format to the standard WebService one |
| BASE | RtBaseline_WSDateTime2JS | Format the passed DateTime in string format to the standard JavaScript format |
| BASE | RtBaseline_WhoAmI | Get the actual calling user for Pimsoft Sigmafine WebServices |
| EDIT | RtBaseline_WhoAmIEx | Lookup the information about the given User ID with advanced feature (SSO/Kerberos) |
| EDIT | RtBaseline_CreateCase | Create a new Transfer in AF and initialize it with minimum attributes |
| EDIT | RtBaseline_GetCaseInfo | Returns the runtime information about a specific action on a specified AFCase |
| EDIT | RtBaseline_RunCase | Performs a specific action on a specified AFCase |
| EDIT | RtBaseline_EditAttributeValue | Makes and AFAdjustment and/or makes an AFVAlue edit on a specific AFElement/AFAttribute |
| EDIT | RtBaseline_CreateTransfer | Create the specified Transfer in AF |
| EDIT | RtBaseline_EditTransferAttributeValue | Makes and AFAdjustment and/or makes an AFValue edit on a specific AFTransfer/AFAttribute |
| EDIT | RtBaseline_DeleteTransfer | Delete the specified Transfer in AF |
| EDIT | RtBaseline_IsUserAllowed | Checks the AFElement security |
| EDIT | RtBaseline_SQLPublish | Run a SQLAccess publication |
| WDE | RtBaseline_EditMultiAttribute | Makes a bulk AFAdjustment over a Element/Attribute matrix for the specified case |
| WDE | RtBaseline_GetConnectedAFElements | Returns a list of the connected element to the given AFElement |
| WDE | RtBaseline_GetUserConnectionData | Get the drill-down connection data for the catcher/provider web parts |
| WDE | RtBaseline_LoadUserConnectionConfig | Loads the parameter configuration for the catcher/provider web parts |
| WDE | RtBaseline_SaveUserConnectionConfig | Stores the parameter configuration for the catcher/provider web parts |
| WDE | RtBaseline_SetUserConnectionData | Set 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.