Deletion log
Jump to navigation
Jump to search
Below is a list of the most recent deletions.
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 14:04, 25 November 2020 Ollvihe talk contribs deleted page Chart and Gauge Properties (content was: "Chart and gauge presentation objects can be used visualize data in a graphically, e.g. column, bar, line or pie charts. == JSON properties== Variety of chart and gauge settings can be changed using a JSON properties. In QPR UI, charts...")
- 16:38, 1 November 2020 Ollvihe talk contribs deleted page QPR ProcessAnalyzer API: GetAnalysisImageAsByteArray (content was: "'''GetAnalysisImageAsByteArray''' returns Flowchart Analysis as image. Note that the image generated by this me...", and the only contributor was "Ollvihe" (talk))
- 16:37, 1 November 2020 Ollvihe talk contribs deleted page QPR ProcessAnalyzer API: GetAnalysis (content was: "'''GetAnalysis''' is used to calculate and return all QPR ProcessAnalyzer analyses. == Parameters == # '''sessionId''': User session...", and the only contributor was "Ollvihe" (talk))
- 16:36, 1 November 2020 Ollvihe talk contribs deleted page QPR ProcessAnalyzer API: GetModelAsStream (content was: "'''GetModelAsStream''' exports a whole model or filtered data as a .pacm file. <pre> Method = "GET" void GetModelAsStream( string s...", and the only contributor was "Ollvihe" (talk))
- 16:36, 1 November 2020 Ollvihe talk contribs deleted page QPR ProcessAnalyzer API: DeleteModel (content was: "'''DeleteModel''' can be used to delete a model. <pre> Method = "POST" void DeleteModel( string sessionId, string viewId, IDictionary<string, string> parameters ) </pre> == Parameters == # '''sessionId''': User session id. # '''v...")
- 16:36, 1 November 2020 Ollvihe talk contribs deleted page QPR ProcessAnalyzer API: GetModel (content was: "'''GetModel''' gets model data. Any user having generic read access to the specified PA model may call this method. <pre> ModelDataExport GetModel( string sessionId, Int64 viewId, IDictionary<string, string> parameters, ) </pre>...")
- 16:35, 1 November 2020 Ollvihe talk contribs deleted page QPR ProcessAnalyzer API: GetModels (content was: "'''GetModels''' can be used to query model information. Any user having generic read access to the specified PA model may call this method. <pre> IEnumerable<Model> GetModels( string sessionId, IEnumerable<Int64> modelIds, IDictio...")
- 16:35, 1 November 2020 Ollvihe talk contribs deleted page QPR ProcessAnalyzer API: SetModel (content was: "'''SetModel''' can be used to set model information. '''Generic read''' and '''generic write''' permissions for the project (where the model located) is needed to be able to change QPR ProcessAnalyzer settings. <pre> ModelViewId SetMode...")
- 21:07, 30 October 2020 Ollvihe talk contribs deleted page HTML Presentation Object in QPR ProcessAnalyzer (content was: "Note: This feature is only available in the QPR ProcessAnalyzer (not in QPR UI). == User and Session Information == User and session...", and the only contributor was "Ollvihe" (talk))
- 18:07, 17 October 2020 Ollvihe talk contribs deleted page QPR ProcessAnalyzer Excel Client Log (content was: "QPR ProcessAnalyzer Excel client writes a log file of its operations, which can be used to track possible issues encountered with QPR ProcessAnalyzer. The file is located in '''C:\Users\<username>\AppData\Local\QPR Software\QPR ProcessAn...")
- 16:42, 27 September 2020 Ollvihe talk contribs deleted page Variation Analysis (content was: "Variation Analysis showns all variations, that appear in the filtered data. Variation is sequence of events that occur in a case. Each case belongs to a single variation. To run Variation analysis, ri...")
- 16:13, 19 September 2020 Ollvihe talk contribs deleted page QPR ProcessAnalyzer Presentation Object (PAPO) (content was: "QPR ProcessAnalyzer Presentation Object (or PAPO) is a presentation object for process mining analysts. It's possible to change between analyses using the context menu. == Configuration Tab == On PAPO's Configuration tab, you can define...")
- 16:11, 19 September 2020 Ollvihe talk contribs deleted page Datasets in QPR ProcessAnalyzer (content was: "Using datasets, it's possible to directly write queries to QPR ProcessAnalyzer and view the results in a datagrid. == Query Syntax == Queries are defined using a JSON syntax by defining a JSON object, where all...")
- 11:48, 30 August 2020 Ollvihe talk contribs deleted page Duration Analysis (content was: "Duration Analysis shows how long cases take to finish and how many of them fall in each duration slot. You can see at one glance what is the most common duration and also see how many cases take the longest as long duration is a clear im...")
- 11:47, 30 August 2020 Ollvihe talk contribs deleted page Profiling Case Analysis (content was: "Profiling Case Analysis shows how many cases in the data have particular case attribute values, i.e. distribution between different attribute values among the cases. To run the Profiling Case Analysis, right click the analysis background...")
- 22:00, 27 August 2020 Ollvihe talk contribs deleted page QPR ProcessAnalyzer API: CancelQueryOperation (content was: "'''CancelQueryOperation''' is used to cancel one or several currently running queries. The operation is referred using the client defined query identifier that can be provided in the query requests. Only operations running in the same us...")
- 21:56, 27 August 2020 Ollvihe talk contribs deleted page QPR ProcessAnalyzer API: QueryObjectProperties (content was: "'''QueryObjectProperties''' function returns all the listed properties queried for all the listed objects identified by unique identifiers as JSON. == Synopsis == <pre> ResultSet QueryObjectProperties( string sessionId, IEnumerable<...")
- 21:55, 27 August 2020 Ollvihe talk contribs deleted page QPR ProcessAnalyzer API: ResetModelCache (content was: "'''ResetModelCache''' removes QPR ProcessAnalyzer model from the server memory (freeing memory space), and optionally reloads the model. This command works asynchronously, meaning that the method call returns event though the model loadi...")
- 21:55, 27 August 2020 Ollvihe talk contribs deleted page QPR ProcessAnalyzer API: SetUser (content was: "'''SetUser''' can be used to set user information. <pre> int SetUser( string sessionId, User user, Id Name FullName Description IntFlags IDictionary<string, string> parameters ) </pre> == Parameters == # sessi...")
- 21:54, 27 August 2020 Ollvihe talk contribs deleted page QPR ProcessAnalyzer API: ImportModelFromStream (content was: "Supported parameters: * '''FileType''': String. Defines the format of the imported file. Options are '''csv''', '''pacm''' and '''xes'...", and the only contributor was "Ollvihe" (talk))
- 21:54, 27 August 2020 Ollvihe talk contribs deleted page QPR ProcessAnalyzer API: GetUsers (content was: "'''GetUsers''' can be used to get users. <pre> IEnumerable<User> GetUsers( string sessionId, IEnumerable<int> userIds, IDictionary<string, string> parameters ) </pre> == Parameters == # sessionId: User session id. # userIds: Use...")
- 21:54, 27 August 2020 Ollvihe talk contribs deleted page QPR ProcessAnalyzer API: DeleteProject (content was: "'''DeleteProject''' deletes a project. <pre> Method = "POST" void DeleteProject( string sessionId, string viewId, IDictionary<s...", and the only contributor was "Ollvihe" (talk))
- 21:53, 27 August 2020 Ollvihe talk contribs deleted page QPR ProcessAnalyzer API: ValidateModel (content was: "'''ValidateModel''' function is used for performing all the pending tasks stored in the work queue of the given model. The model work queue is used to store work items or tasks to be performed later once certain other tasks have been com...")
- 21:53, 27 August 2020 Ollvihe talk contribs deleted page QPR ProcessAnalyzer API: GetUserPermissions (content was: "'''GetUserPermissions''' can be used to query permissions given user has for a set of objects. <pre> IDictionary<Int64, HashSet<Permi...", and the only contributor was "VesKivi" (talk))
- 21:52, 27 August 2020 Ollvihe talk contribs deleted page QPR ProcessAnalyzer API: ModifyUserRelations (content was: "'''ModifyUserRelations''' can be used to modify permissions given user. <pre> void ModifyUserRelations( string sessionId, I...", and the only contributor was "VesKivi" (talk))
- 21:52, 27 August 2020 Ollvihe talk contribs deleted page QPR ProcessAnalyzer API: GetUserRoles (content was: "'''GetUserRoles''' can be used to get available user roles. <pre> IEnumerable<Role> GetUserRoles( string sessionId, IDictionary<s...", and the only contributor was "VesKivi" (talk))
- 12:05, 27 August 2020 Lasuusi talk contribs deleted page File:Darkbluedatabar.png (Deleted old revision 20200827120517!Darkbluedatabar.png: Duplicated file)
- 10:10, 19 August 2020 Ollvihe talk contribs deleted page RemoveCases Script Examples (content was: "This page contains script examples for the RemoveCases script command. The following example will remove all cases that have zero events in the given model. <pre> (SELECT 'Anal...")
- 10:09, 19 August 2020 Ollvihe talk contribs deleted page RemoveEvents Script Examples (content was: "This page contains script examples for the RemoveEvents script command. The following example will remove all events in the model with Id "22931" in the project with Id "234"....")
- 11:18, 29 July 2020 Lasuusi talk contribs deleted page File:QPRPAfrontpage.png (Deleted old revision 20200729110855!QPRPAfrontpage.png)
- 11:17, 29 July 2020 Lasuusi talk contribs deleted page File:QPRPAfrontpage.png (Deleted old revision 20200729111717!QPRPAfrontpage.png: Duplicated file)
- 13:15, 20 June 2020 Ollvihe talk contribs deleted page File:PAPOTutorial.png
- 13:15, 20 June 2020 Ollvihe talk contribs deleted page File:PAPOModelButton.png
- 13:15, 20 June 2020 Ollvihe talk contribs deleted page File:SelectFeaturesWizard1.JPG
- 13:14, 20 June 2020 Ollvihe talk contribs deleted page File:SelectFeaturesWizard2.JPG
- 13:14, 20 June 2020 Ollvihe talk contribs deleted page File:ChartViewPath.png
- 13:14, 20 June 2020 Ollvihe talk contribs deleted page File:ChartViewToolbarButton.png
- 13:14, 20 June 2020 Ollvihe talk contribs deleted page File:PAPOModelAndFilter.png
- 13:13, 20 June 2020 Ollvihe talk contribs deleted page Context Variables in QPR UI (content was: "#REDIRECT Variables in QPR UI", and the only contributor was "Ollvihe" (talk))
- 13:11, 20 June 2020 Ollvihe talk contribs deleted page QPR BusinessManagementSystem (content was: "QPR BusinessManagementSystem is a QPR UI Application that supports management of operational development, operations and digitalization. QPR BusinessManagementSystem is a modern, responsive HTML5 application...")
- 13:10, 20 June 2020 Ollvihe talk contribs deleted page QPR UI Applications Wiki (content was: "Welcome to QPR UI Applications Wiki! QPR UI Applications enable leaders and managers to lead organizations with insight and confidence. The applications provide concise, easy to use and communicable views on the organization that support...")
- 13:01, 2 June 2020 Ollvihe talk contribs deleted page Planned Releases for QPR ProcessAnalyzer (content was: "There are releases for QPR ProcessAnalyzer every six weeks. The latest release can be downloaded in this wiki's mainpage. Please note that documentation for the upcoming features may be updated to the wiki al...")
- 12:26, 13 May 2020 Lasuusi talk contribs deleted page File:Passwordchange.png (Deleted old revision 20200513122603!Passwordchange.png: Duplicated file)
- 11:37, 13 May 2020 Lasuusi talk contribs deleted page File:QPRPAfrontpage.png (Deleted old revision 20200513113656!QPRPAfrontpage.png)
- 12:45, 9 March 2020 Ollvihe talk contribs deleted page File:QPR ProcessAnalyzer Architecture.png (Deleted old revision 20200309122733!QPR_ProcessAnalyzer_Architecture.png)
- 12:26, 9 March 2020 Ollvihe talk contribs deleted page File:AddPushbutton.png
- 12:26, 9 March 2020 Ollvihe talk contribs deleted page File:AddPickList.png
- 12:26, 9 March 2020 Ollvihe talk contribs deleted page File:AddQuery.png
- 12:25, 9 March 2020 Ollvihe talk contribs deleted page File:AddRolesAndFeaturesWizard1.JPG
- 12:25, 9 March 2020 Ollvihe talk contribs deleted page File:EditPanel.png