Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ src/main/java/org/bonitasoft/web/client/api/CustomUserApi.java
src/main/java/org/bonitasoft/web/client/api/CustomUserDefinitionApi.java
src/main/java/org/bonitasoft/web/client/api/CustomUserValueApi.java
src/main/java/org/bonitasoft/web/client/api/DataRetentionApi.java
src/main/java/org/bonitasoft/web/client/api/DelegationApi.java
src/main/java/org/bonitasoft/web/client/api/DiagramApi.java
src/main/java/org/bonitasoft/web/client/api/FailureApi.java
src/main/java/org/bonitasoft/web/client/api/FlowNodeApi.java
Expand Down Expand Up @@ -141,6 +142,12 @@ src/main/java/org/bonitasoft/web/client/model/CustomUserDefinitionCreateRequest.
src/main/java/org/bonitasoft/web/client/model/CustomUserValue.java
src/main/java/org/bonitasoft/web/client/model/CustomUserValueUpdateRequest.java
src/main/java/org/bonitasoft/web/client/model/DataRetentionConfig.java
src/main/java/org/bonitasoft/web/client/model/DelegatedTask.java
src/main/java/org/bonitasoft/web/client/model/DelegationRule.java
src/main/java/org/bonitasoft/web/client/model/DelegationRuleCreateRequest.java
src/main/java/org/bonitasoft/web/client/model/DelegationRuleUpdateRequest.java
src/main/java/org/bonitasoft/web/client/model/DelegationStatus.java
src/main/java/org/bonitasoft/web/client/model/DelegationUser.java
src/main/java/org/bonitasoft/web/client/model/DesignProcessDefinition.java
src/main/java/org/bonitasoft/web/client/model/DesignProcessDefinitionContext.java
src/main/java/org/bonitasoft/web/client/model/DesignProcessDefinitionParamater.java
Expand Down Expand Up @@ -180,6 +187,7 @@ src/main/java/org/bonitasoft/web/client/model/PlatformUpdateRequest.java
src/main/java/org/bonitasoft/web/client/model/ProcessConnectorDependency.java
src/main/java/org/bonitasoft/web/client/model/ProcessCreateRequest.java
src/main/java/org/bonitasoft/web/client/model/ProcessDefinition.java
src/main/java/org/bonitasoft/web/client/model/ProcessDeploymentInfo.java
src/main/java/org/bonitasoft/web/client/model/ProcessInfo.java
src/main/java/org/bonitasoft/web/client/model/ProcessInfoFlowNodeStatesCountersValue.java
src/main/java/org/bonitasoft/web/client/model/ProcessInstance.java
Expand All @@ -195,6 +203,7 @@ src/main/java/org/bonitasoft/web/client/model/ProcessInstanceUpdateRequest.java
src/main/java/org/bonitasoft/web/client/model/ProcessInstanceVariable.java
src/main/java/org/bonitasoft/web/client/model/ProcessInstanceVariableUpdateRequest.java
src/main/java/org/bonitasoft/web/client/model/ProcessInstantiationResponse.java
src/main/java/org/bonitasoft/web/client/model/ProcessName.java
src/main/java/org/bonitasoft/web/client/model/ProcessParameter.java
src/main/java/org/bonitasoft/web/client/model/ProcessParameterUpdateRequest.java
src/main/java/org/bonitasoft/web/client/model/ProcessResolutionProblem.java
Expand Down Expand Up @@ -231,6 +240,7 @@ src/main/java/org/bonitasoft/web/client/model/UpdateProcessConnectorByProcessIdR
src/main/java/org/bonitasoft/web/client/model/UpdateTaskByIdRequest.java
src/main/java/org/bonitasoft/web/client/model/User.java
src/main/java/org/bonitasoft/web/client/model/UserCreateRequest.java
src/main/java/org/bonitasoft/web/client/model/UserSummary.java
src/main/java/org/bonitasoft/web/client/model/UserTask.java
src/main/java/org/bonitasoft/web/client/model/UserTaskUpdateRequest.java
src/main/java/org/bonitasoft/web/client/model/UserUpdateRequest.java
2 changes: 1 addition & 1 deletion .openapi-generator/openapi.yaml-default.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
940b8409800f290eae31ea1b34b7d2c60dc551552194439bb6850303f7095664
8cea55653dbbe60606fe54afb0bcc48927999be9527c8e930329006225ff4b9f
1,937 changes: 1,653 additions & 284 deletions api/openapi.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- Bonita -->
<bonita-openapi.version>1.0.7</bonita-openapi.version>
<bonita-openapi.version>1.0.9</bonita-openapi.version>
<swagger-annotations.version>1.6.15</swagger-annotations.version>
<jakarta-annotation.version>3.0.0</jakarta-annotation.version>
<jsr305.version>3.0.2</jsr305.version>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2025 BonitaSoft S.A.
* Copyright (C) 2026 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2025 BonitaSoft S.A.
* Copyright (C) 2026 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/bonitasoft/web/client/api/ActorApi.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2025 BonitaSoft S.A.
* Copyright (C) 2026 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2025 BonitaSoft S.A.
* Copyright (C) 2026 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2025 BonitaSoft S.A.
* Copyright (C) 2026 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2025 BonitaSoft S.A.
* Copyright (C) 2026 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2025 BonitaSoft S.A.
* Copyright (C) 2026 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2025 BonitaSoft S.A.
* Copyright (C) 2026 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2025 BonitaSoft S.A.
* Copyright (C) 2026 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2025 BonitaSoft S.A.
* Copyright (C) 2026 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2025 BonitaSoft S.A.
* Copyright (C) 2026 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2025 BonitaSoft S.A.
* Copyright (C) 2026 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2025 BonitaSoft S.A.
* Copyright (C) 2026 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2025 BonitaSoft S.A.
* Copyright (C) 2026 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2025 BonitaSoft S.A.
* Copyright (C) 2026 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2025 BonitaSoft S.A.
* Copyright (C) 2026 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2025 BonitaSoft S.A.
* Copyright (C) 2026 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -62,11 +62,11 @@ public interface ArchivedProcessInstanceDocumentApi extends ApiClient.Api {
* &#x60;archivedCaseId&#x3D;\&quot;id\&quot;&#x60;: search for documents with the specified archived process instance id. *
* &#x60;submittedBy&#x3D;\&quot;id\&quot;&#x60;: search for documents that were submitted by the user with the specified identifier. *
* &#x60;name&#x3D;\&quot;string\&quot;&#x60;: search for documents with names that contain _string_. Depending on the setting for [word-based
* search](https://documentation.ofelia.com/bonita/latest/api/using-list-and-search-methods#word_based_search), the search returns documents with _string_
* at the start of the name or the start of a word in the name. * &#x60;description&#x3D;\&quot;string\&quot;&#x60;: search for documents with descriptions that
* search](https://documentation.ofelia.com/bonita/latest/api/using-list-and-search-methods#word_based_search), the search returns documents with _string_ at
* the start of the name or the start of a word in the name. * &#x60;description&#x3D;\&quot;string\&quot;&#x60;: search for documents with descriptions that
* contain _string_. Depending on the setting for [word-based
* search](https://documentation.ofelia.com/bonita/latest/api/using-list-and-search-methods#word_based_search), the search returns documents with _string_
* at the start of the description or the start of a word in the description.
* search](https://documentation.ofelia.com/bonita/latest/api/using-list-and-search-methods#word_based_search), the search returns documents with _string_ at
* the start of the description or the start of a word in the description.
*
* @param p index of the page to display (required)
* @param c maximum number of elements to retrieve (required)
Expand All @@ -90,11 +90,11 @@ List<ArchivedProcessInstanceDocument> searchArchivedProcessInstanceDocuments(@Pa
* &#x60;archivedCaseId&#x3D;\&quot;id\&quot;&#x60;: search for documents with the specified archived process instance id. *
* &#x60;submittedBy&#x3D;\&quot;id\&quot;&#x60;: search for documents that were submitted by the user with the specified identifier. *
* &#x60;name&#x3D;\&quot;string\&quot;&#x60;: search for documents with names that contain _string_. Depending on the setting for [word-based
* search](https://documentation.ofelia.com/bonita/latest/api/using-list-and-search-methods#word_based_search), the search returns documents with _string_
* at the start of the name or the start of a word in the name. * &#x60;description&#x3D;\&quot;string\&quot;&#x60;: search for documents with descriptions that
* search](https://documentation.ofelia.com/bonita/latest/api/using-list-and-search-methods#word_based_search), the search returns documents with _string_ at
* the start of the name or the start of a word in the name. * &#x60;description&#x3D;\&quot;string\&quot;&#x60;: search for documents with descriptions that
* contain _string_. Depending on the setting for [word-based
* search](https://documentation.ofelia.com/bonita/latest/api/using-list-and-search-methods#word_based_search), the search returns documents with _string_
* at the start of the description or the start of a word in the description.
* search](https://documentation.ofelia.com/bonita/latest/api/using-list-and-search-methods#word_based_search), the search returns documents with _string_ at
* the start of the description or the start of a word in the description.
*
* @param p index of the page to display (required)
* @param c maximum number of elements to retrieve (required)
Expand All @@ -117,11 +117,11 @@ ApiResponse<List<ArchivedProcessInstanceDocument>> searchArchivedProcessInstance
* &#x60;archivedCaseId&#x3D;\&quot;id\&quot;&#x60;: search for documents with the specified archived process instance id. *
* &#x60;submittedBy&#x3D;\&quot;id\&quot;&#x60;: search for documents that were submitted by the user with the specified identifier. *
* &#x60;name&#x3D;\&quot;string\&quot;&#x60;: search for documents with names that contain _string_. Depending on the setting for [word-based
* search](https://documentation.ofelia.com/bonita/latest/api/using-list-and-search-methods#word_based_search), the search returns documents with _string_
* at the start of the name or the start of a word in the name. * &#x60;description&#x3D;\&quot;string\&quot;&#x60;: search for documents with descriptions that
* search](https://documentation.ofelia.com/bonita/latest/api/using-list-and-search-methods#word_based_search), the search returns documents with _string_ at
* the start of the name or the start of a word in the name. * &#x60;description&#x3D;\&quot;string\&quot;&#x60;: search for documents with descriptions that
* contain _string_. Depending on the setting for [word-based
* search](https://documentation.ofelia.com/bonita/latest/api/using-list-and-search-methods#word_based_search), the search returns documents with _string_
* at the start of the description or the start of a word in the description.
* search](https://documentation.ofelia.com/bonita/latest/api/using-list-and-search-methods#word_based_search), the search returns documents with _string_ at
* the start of the description or the start of a word in the description.
* Note, this is equivalent to the other <code>searchArchivedProcessInstanceDocuments</code> method,
* but with the query parameters collected into a single Map parameter. This
* is convenient for services with optional query parameters, especially when
Expand Down Expand Up @@ -154,11 +154,11 @@ List<ArchivedProcessInstanceDocument> searchArchivedProcessInstanceDocuments(
* &#x60;archivedCaseId&#x3D;\&quot;id\&quot;&#x60;: search for documents with the specified archived process instance id. *
* &#x60;submittedBy&#x3D;\&quot;id\&quot;&#x60;: search for documents that were submitted by the user with the specified identifier. *
* &#x60;name&#x3D;\&quot;string\&quot;&#x60;: search for documents with names that contain _string_. Depending on the setting for [word-based
* search](https://documentation.ofelia.com/bonita/latest/api/using-list-and-search-methods#word_based_search), the search returns documents with _string_
* at the start of the name or the start of a word in the name. * &#x60;description&#x3D;\&quot;string\&quot;&#x60;: search for documents with descriptions that
* search](https://documentation.ofelia.com/bonita/latest/api/using-list-and-search-methods#word_based_search), the search returns documents with _string_ at
* the start of the name or the start of a word in the name. * &#x60;description&#x3D;\&quot;string\&quot;&#x60;: search for documents with descriptions that
* contain _string_. Depending on the setting for [word-based
* search](https://documentation.ofelia.com/bonita/latest/api/using-list-and-search-methods#word_based_search), the search returns documents with _string_
* at the start of the description or the start of a word in the description.
* search](https://documentation.ofelia.com/bonita/latest/api/using-list-and-search-methods#word_based_search), the search returns documents with _string_ at
* the start of the description or the start of a word in the description.
* Note, this is equivalent to the other <code>searchArchivedProcessInstanceDocuments</code> that receives the query parameters as a map,
* but this one also exposes the Http response headers
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2025 BonitaSoft S.A.
* Copyright (C) 2026 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2025 BonitaSoft S.A.
* Copyright (C) 2026 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2025 BonitaSoft S.A.
* Copyright (C) 2026 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2025 BonitaSoft S.A.
* Copyright (C) 2026 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/bonitasoft/web/client/api/BdmApi.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2025 BonitaSoft S.A.
* Copyright (C) 2026 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2025 BonitaSoft S.A.
* Copyright (C) 2026 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2025 BonitaSoft S.A.
* Copyright (C) 2026 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2025 BonitaSoft S.A.
* Copyright (C) 2026 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2025 BonitaSoft S.A.
* Copyright (C) 2026 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2025 BonitaSoft S.A.
* Copyright (C) 2026 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2025 BonitaSoft S.A.
* Copyright (C) 2026 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2025 BonitaSoft S.A.
* Copyright (C) 2026 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Loading