All public logs
Jump to navigation
Jump to search
Combined display of all available logs of QPR ProcessAnalyzer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:58, 14 September 2020 OllKomu talk contribs uploaded File:Tabs 12rootcauses2.png
- 12:49, 9 September 2020 Lasuusi talk contribs uploaded File:Clusteringanalysis.png
- 10:51, 9 September 2020 Lasuusi talk contribs uploaded a new version of File:QPRUIFolders.png
- 13:36, 7 September 2020 Lasuusi talk contribs uploaded a new version of File:PAPOInfluenceAnalysis2.png
- 13:35, 7 September 2020 Lasuusi talk contribs uploaded a new version of File:FlowchartAnalysis.png
- 16:40, 2 September 2020 Ollvihe talk contribs moved page QPR ProcessAnalyze Chart to QPR ProcessAnalyzer Graphs without leaving a redirect
- 16:36, 2 September 2020 Ollvihe talk contribs moved page QPR ProcessAnalyze Pivot Table to QPR ProcessAnalyzer Pivot Table without leaving a redirect
- 14:02, 2 September 2020 Ollvihe talk contribs moved page QPR ProcessAnalyze Table to QPR ProcessAnalyzer Table without leaving a redirect
- 13:59, 2 September 2020 Ollvihe talk contribs moved page Tables Conditional Formatting to QPR ProcessAnalyze Table without leaving a redirect
- 20:58, 31 August 2020 Ollvihe talk contribs moved page QPR ProcessAnalyzer Workspace to QPR ProcessAnalyzer Project Workspace without leaving a redirect
- 20:54, 31 August 2020 Ollvihe talk contribs moved page QPR ProcessAnalyzer Web UI to QPR ProcessAnalyzer Features Overview without leaving a redirect
- 08:05, 31 August 2020 Lasuusi talk contribs uploaded File:Chartsettingsadvancedsettings.png
- 08:05, 31 August 2020 Lasuusi talk contribs uploaded File:Chartsettingsfilter.png
- 08:04, 31 August 2020 Lasuusi talk contribs uploaded File:Chartsettingsmeasuresettings.png
- 08:03, 31 August 2020 Lasuusi talk contribs uploaded File:Chartsettingsmeasures.png
- 08:02, 31 August 2020 Lasuusi talk contribs uploaded File:Chartsettingsgeneral.png
- 07:12, 31 August 2020 Lasuusi talk contribs uploaded File:ImportingdatatoQPRProcessAnalyzer2.png
- 07:10, 31 August 2020 Lasuusi talk contribs uploaded File:ImportingdatatoQPRProcessAnalyzer1.png
- 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...")
- 07:39, 28 August 2020 OllKomu talk contribs uploaded File:Certification main.png
- 22:04, 27 August 2020 Ollvihe talk contribs moved page Web API: ImportFile to Web API: Importfile without leaving a redirect
- 22:03, 27 August 2020 Ollvihe talk contribs moved page Web API: Importfile to Web API: ImportFile without leaving a redirect
- 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))
- 14:28, 27 August 2020 OllKomu talk contribs uploaded File:Tabs 13clustering.png
- 14:28, 27 August 2020 OllKomu talk contribs uploaded File:Tabs 12rootcauses.png
- 14:28, 27 August 2020 OllKomu talk contribs uploaded File:Tabs 11flows.png
- 14:28, 27 August 2020 OllKomu talk contribs uploaded File:Tabs 10variations.png
- 14:28, 27 August 2020 OllKomu talk contribs uploaded File:Tabs 9eventcounts.png
- 14:28, 27 August 2020 OllKomu talk contribs uploaded File:Tabs 8casecounts.png
- 14:28, 27 August 2020 OllKomu talk contribs uploaded File:Tabs 7eventduration.png
- 14:27, 27 August 2020 OllKomu talk contribs uploaded File:Tabs 6caseduration.png
- 14:27, 27 August 2020 OllKomu talk contribs uploaded File:Tabs 5eventattributes.png
- 14:27, 27 August 2020 OllKomu talk contribs uploaded File:Tabs 4caseattributes.png
- 14:27, 27 August 2020 OllKomu talk contribs uploaded File:Tabs 3eventtypes.png
- 14:27, 27 August 2020 OllKomu talk contribs uploaded File:Tabs 2events.png
- 14:23, 27 August 2020 OllKomu talk contribs uploaded File:Tabs 1cases.png
- 12:05, 27 August 2020 Lasuusi talk contribs deleted page File:Darkbluedatabar.png (Deleted old revision 20200827120517!Darkbluedatabar.png: Duplicated file)
- 12:05, 27 August 2020 Lasuusi talk contribs uploaded a new version of File:Darkbluedatabar.png
- 05:03, 21 August 2020 TeeHiet talk contribs changed group membership for MikMatt from (none) to administrator