mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-09-10 14:11:58 +00:00
Compare commits
92 Commits
dependabot
...
23.3.13.2
Author | SHA1 | Date | |
---|---|---|---|
|
e18edd2c07 | ||
|
7229105b86 | ||
|
996809e3c2 | ||
|
bc76bedc4d | ||
|
179366c974 | ||
|
981b98ed88 | ||
|
b1469f4410 | ||
|
2e92dab995 | ||
|
ffcd8973e3 | ||
|
b3dcb3ea35 | ||
|
7a49b4c331 | ||
|
dc0b1988ca | ||
|
378abdfe9b | ||
|
5efeeffe3c | ||
|
d15a71fddd | ||
|
0f2d7a857d | ||
|
e30707fd47 | ||
|
373e0a2d35 | ||
|
e5443cf558 | ||
|
8badf8747a | ||
|
f4274f6900 | ||
|
5184a95d5f | ||
|
80c79a45b7 | ||
|
d1a67e2773 | ||
|
881b8f05c9 | ||
|
e74ec9425c | ||
|
f855bda65c | ||
|
27406cda19 | ||
|
e5b3afc560 | ||
|
f13a0480dc | ||
|
68c0aea1f5 | ||
|
9e91d28ade | ||
|
8f1175de64 | ||
|
7d4b74cab7 | ||
|
b51374532e | ||
|
6e5b64be12 | ||
|
67195f6dda | ||
|
d060c548b3 | ||
|
9de39009a7 | ||
|
b920670ebd | ||
|
94fd1f4c98 | ||
|
5a04dabd72 | ||
|
00eef170ef | ||
|
43dd274b6c | ||
|
842687e25d | ||
|
3306879d8c | ||
|
8276344ce6 | ||
|
bb534040a1 | ||
|
b14526e7e1 | ||
|
7c7c2548aa | ||
|
f0daad17fe | ||
|
b2044531db | ||
|
09cc78f4f3 | ||
|
b734eb6f78 | ||
|
069f886b1f | ||
|
cdfa16093d | ||
|
5474d91dae | ||
|
42d07fe59c | ||
|
231ac79977 | ||
|
8fcdac6d1f | ||
|
534b6f444f | ||
|
31f9883cc8 | ||
|
130e4ff363 | ||
|
5ae22f75d0 | ||
|
1e386f9d98 | ||
|
5d4a859617 | ||
|
01b4859b73 | ||
|
fd0f50d7c9 | ||
|
afff08edfb | ||
|
84c83a1d3f | ||
|
df5607e11b | ||
|
8ff1f976f1 | ||
|
24dee74d77 | ||
|
99db3f275c | ||
|
fd8744af7f | ||
|
bce301d392 | ||
|
f397daf9f1 | ||
|
4b549bf474 | ||
|
e7a8cc2b2b | ||
|
386c33c3c0 | ||
|
45d6a114c6 | ||
|
3f2f654ac9 | ||
|
27e955e947 | ||
|
91a8d6deb2 | ||
|
c9b0389533 | ||
|
27177f6ea3 | ||
|
1c7fb4fa32 | ||
|
ae63f29c1f | ||
|
252f177d8e | ||
|
5df64264ed | ||
|
656f5e29a5 | ||
|
58cb8bf389 |
202
.github/workflows/ci.yml
vendored
202
.github/workflows/ci.yml
vendored
@@ -42,9 +42,17 @@ jobs:
|
|||||||
!contains(github.event.head_commit.message, '[force')
|
!contains(github.event.head_commit.message, '[force')
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
- id: changed-files
|
||||||
|
uses: Alfresco/alfresco-build-tools/.github/actions/github-list-changes@v6.1.0
|
||||||
|
with:
|
||||||
|
write-list-to-env: true
|
||||||
|
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v6.1.0
|
||||||
- name: "Init"
|
- name: "Init"
|
||||||
run: bash ./scripts/ci/init.sh
|
run: bash ./scripts/ci/init.sh
|
||||||
- name: "Prepare maven cache and check compilation"
|
- name: "Prepare maven cache and check compilation"
|
||||||
@@ -62,12 +70,12 @@ jobs:
|
|||||||
!contains(github.event.head_commit.message, '[force')
|
!contains(github.event.head_commit.message, '[force')
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0
|
||||||
- name: "Init"
|
- name: "Init"
|
||||||
run: bash ./scripts/ci/init.sh
|
run: bash ./scripts/ci/init.sh
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/veracode@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/veracode@v8.16.0
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
srcclr-api-token: ${{ secrets.SRCCLR_API_TOKEN }}
|
srcclr-api-token: ${{ secrets.SRCCLR_API_TOKEN }}
|
||||||
@@ -85,10 +93,10 @@ jobs:
|
|||||||
!contains(github.event.head_commit.message, '[force')
|
!contains(github.event.head_commit.message, '[force')
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/github-download-file@v5.6.0
|
- uses: Alfresco/alfresco-build-tools/.github/actions/github-download-file@v8.16.0
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
repository: "Alfresco/veracode-baseline-archive"
|
repository: "Alfresco/veracode-baseline-archive"
|
||||||
@@ -118,7 +126,7 @@ jobs:
|
|||||||
run: zip readable_output.zip results.json
|
run: zip readable_output.zip results.json
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Veracode Pipeline-Scan Results (Human Readable)
|
name: Veracode Pipeline-Scan Results (Human Readable)
|
||||||
path: readable_output.zip
|
path: readable_output.zip
|
||||||
@@ -135,9 +143,9 @@ jobs:
|
|||||||
!contains(github.event.head_commit.message, '[skip tests]') &&
|
!contains(github.event.head_commit.message, '[skip tests]') &&
|
||||||
!contains(github.event.head_commit.message, '[force]')
|
!contains(github.event.head_commit.message, '[force]')
|
||||||
steps:
|
steps:
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0
|
||||||
- uses: Alfresco/ya-pmd-scan@v4.0.0
|
- uses: Alfresco/ya-pmd-scan@v4.0.0
|
||||||
with:
|
with:
|
||||||
classpath-build-command: "mvn test-compile -ntp -Pags -pl \"-:alfresco-community-repo-docker\""
|
classpath-build-command: "mvn test-compile -ntp -Pags -pl \"-:alfresco-community-repo-docker\""
|
||||||
@@ -168,14 +176,14 @@ jobs:
|
|||||||
testAttributes: "-Dtest=AllMmtUnitTestSuite"
|
testAttributes: "-Dtest=AllMmtUnitTestSuite"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0
|
||||||
- name: "Init"
|
- name: "Init"
|
||||||
run: bash ./scripts/ci/init.sh
|
run: bash ./scripts/ci/init.sh
|
||||||
- name: "Prepare Report Portal"
|
- name: "Prepare Report Portal"
|
||||||
if: github.ref_name == 'master'
|
if: github.ref_name == 'master'
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v5.1.0
|
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.16.0
|
||||||
id: rp-prepare
|
id: rp-prepare
|
||||||
with:
|
with:
|
||||||
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.testModule }}
|
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.testModule }}
|
||||||
@@ -206,7 +214,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: "Summarize Report Portal"
|
- name: "Summarize Report Portal"
|
||||||
if: github.ref_name == 'master'
|
if: github.ref_name == 'master'
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v5.1.0
|
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v8.16.0
|
||||||
id: rp-summarize
|
id: rp-summarize
|
||||||
with:
|
with:
|
||||||
tests-outcome: ${{ steps.run-tests.outcome }}
|
tests-outcome: ${{ steps.run-tests.outcome }}
|
||||||
@@ -248,9 +256,9 @@ jobs:
|
|||||||
REQUIRES_INSTALLED_ARTIFACTS: true
|
REQUIRES_INSTALLED_ARTIFACTS: true
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0
|
||||||
- name: "Build"
|
- name: "Build"
|
||||||
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
|
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
|
||||||
run: |
|
run: |
|
||||||
@@ -262,7 +270,7 @@ jobs:
|
|||||||
run: docker compose -f ./scripts/ci/docker-compose/docker-compose.yaml --profile ${{ matrix.compose-profile }} up -d
|
run: docker compose -f ./scripts/ci/docker-compose/docker-compose.yaml --profile ${{ matrix.compose-profile }} up -d
|
||||||
- name: "Prepare Report Portal"
|
- name: "Prepare Report Portal"
|
||||||
if: github.ref_name == 'master'
|
if: github.ref_name == 'master'
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v5.1.0
|
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.16.0
|
||||||
id: rp-prepare
|
id: rp-prepare
|
||||||
with:
|
with:
|
||||||
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.testSuite }}
|
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.testSuite }}
|
||||||
@@ -283,7 +291,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
RP_OPTS: ${{ github.ref_name == 'master' && steps.rp-prepare.outputs.mvn-opts || '' }}
|
RP_OPTS: ${{ github.ref_name == 'master' && steps.rp-prepare.outputs.mvn-opts || '' }}
|
||||||
run: |
|
run: |
|
||||||
eval "args=($RP_OPTS)"
|
eval "args=($RP_OPTS)"
|
||||||
mvn -B test -pl remote-api -Dtest=${{ matrix.testSuite }} -Ddb.driver=org.postgresql.Driver -Ddb.name=alfresco -Ddb.url=jdbc:postgresql://localhost:5433/alfresco -Ddb.username=alfresco -Ddb.password=alfresco "${args[@]}"
|
mvn -B test -pl remote-api -Dtest=${{ matrix.testSuite }} -Ddb.driver=org.postgresql.Driver -Ddb.name=alfresco -Ddb.url=jdbc:postgresql://localhost:5433/alfresco -Ddb.username=alfresco -Ddb.password=alfresco "${args[@]}"
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: "Update GitHub Step Summary"
|
- name: "Update GitHub Step Summary"
|
||||||
@@ -293,7 +301,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: "Summarize Report Portal"
|
- name: "Summarize Report Portal"
|
||||||
if: github.ref_name == 'master'
|
if: github.ref_name == 'master'
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v5.1.0
|
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v8.16.0
|
||||||
id: rp-summarize
|
id: rp-summarize
|
||||||
with:
|
with:
|
||||||
tests-outcome: ${{ steps.run-tests.outcome }}
|
tests-outcome: ${{ steps.run-tests.outcome }}
|
||||||
@@ -326,9 +334,9 @@ jobs:
|
|||||||
version: ['10.2.18', '10.4', '10.5']
|
version: ['10.2.18', '10.4', '10.5']
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0
|
||||||
- name: "Init"
|
- name: "Init"
|
||||||
run: bash ./scripts/ci/init.sh
|
run: bash ./scripts/ci/init.sh
|
||||||
- name: Run MariaDB ${{ matrix.version }} database
|
- name: Run MariaDB ${{ matrix.version }} database
|
||||||
@@ -337,7 +345,7 @@ jobs:
|
|||||||
MARIADB_VERSION: ${{ matrix.version }}
|
MARIADB_VERSION: ${{ matrix.version }}
|
||||||
- name: "Prepare Report Portal"
|
- name: "Prepare Report Portal"
|
||||||
if: github.ref_name == 'master'
|
if: github.ref_name == 'master'
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v5.1.0
|
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.16.0
|
||||||
id: rp-prepare
|
id: rp-prepare
|
||||||
with:
|
with:
|
||||||
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.version }}
|
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.version }}
|
||||||
@@ -368,7 +376,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: "Summarize Report Portal"
|
- name: "Summarize Report Portal"
|
||||||
if: github.ref_name == 'master'
|
if: github.ref_name == 'master'
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v5.1.0
|
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v8.16.0
|
||||||
id: rp-summarize
|
id: rp-summarize
|
||||||
with:
|
with:
|
||||||
tests-outcome: ${{ steps.run-tests.outcome }}
|
tests-outcome: ${{ steps.run-tests.outcome }}
|
||||||
@@ -397,9 +405,9 @@ jobs:
|
|||||||
!contains(github.event.head_commit.message, '[force')
|
!contains(github.event.head_commit.message, '[force')
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0
|
||||||
- name: "Init"
|
- name: "Init"
|
||||||
run: bash ./scripts/ci/init.sh
|
run: bash ./scripts/ci/init.sh
|
||||||
- name: "Run MariaDB 10.6 database"
|
- name: "Run MariaDB 10.6 database"
|
||||||
@@ -408,7 +416,7 @@ jobs:
|
|||||||
MARIADB_VERSION: 10.6
|
MARIADB_VERSION: 10.6
|
||||||
- name: "Prepare Report Portal"
|
- name: "Prepare Report Portal"
|
||||||
if: github.ref_name == 'master'
|
if: github.ref_name == 'master'
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v5.1.0
|
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.16.0
|
||||||
id: rp-prepare
|
id: rp-prepare
|
||||||
with:
|
with:
|
||||||
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }}
|
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }}
|
||||||
@@ -439,7 +447,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: "Summarize Report Portal"
|
- name: "Summarize Report Portal"
|
||||||
if: github.ref_name == 'master'
|
if: github.ref_name == 'master'
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v5.1.0
|
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v8.16.0
|
||||||
id: rp-summarize
|
id: rp-summarize
|
||||||
with:
|
with:
|
||||||
tests-outcome: ${{ steps.run-tests.outcome }}
|
tests-outcome: ${{ steps.run-tests.outcome }}
|
||||||
@@ -468,9 +476,9 @@ jobs:
|
|||||||
!contains(github.event.head_commit.message, '[force')
|
!contains(github.event.head_commit.message, '[force')
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0
|
||||||
- name: "Init"
|
- name: "Init"
|
||||||
run: bash ./scripts/ci/init.sh
|
run: bash ./scripts/ci/init.sh
|
||||||
- name: "Run MySQL 8 database"
|
- name: "Run MySQL 8 database"
|
||||||
@@ -479,7 +487,7 @@ jobs:
|
|||||||
MYSQL_VERSION: 8
|
MYSQL_VERSION: 8
|
||||||
- name: "Prepare Report Portal"
|
- name: "Prepare Report Portal"
|
||||||
if: github.ref_name == 'master'
|
if: github.ref_name == 'master'
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v5.1.0
|
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.16.0
|
||||||
id: rp-prepare
|
id: rp-prepare
|
||||||
with:
|
with:
|
||||||
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }}
|
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }}
|
||||||
@@ -500,7 +508,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
RP_OPTS: ${{ github.ref_name == 'master' && steps.rp-prepare.outputs.mvn-opts || '' }}
|
RP_OPTS: ${{ github.ref_name == 'master' && steps.rp-prepare.outputs.mvn-opts || '' }}
|
||||||
run: |
|
run: |
|
||||||
eval "args=($RP_OPTS)"
|
eval "args=($RP_OPTS)"
|
||||||
mvn -B test -pl repository -am -Dtest=AllDBTestsTestSuite -DfailIfNoTests=false -Ddb.driver=com.mysql.jdbc.Driver -Ddb.name=alfresco -Ddb.url=jdbc:mysql://localhost:3307/alfresco -Ddb.username=alfresco -Ddb.password=alfresco "${args[@]}"
|
mvn -B test -pl repository -am -Dtest=AllDBTestsTestSuite -DfailIfNoTests=false -Ddb.driver=com.mysql.jdbc.Driver -Ddb.name=alfresco -Ddb.url=jdbc:mysql://localhost:3307/alfresco -Ddb.username=alfresco -Ddb.password=alfresco "${args[@]}"
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: "Update GitHub Step Summary"
|
- name: "Update GitHub Step Summary"
|
||||||
@@ -510,7 +518,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: "Summarize Report Portal"
|
- name: "Summarize Report Portal"
|
||||||
if: github.ref_name == 'master'
|
if: github.ref_name == 'master'
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v5.1.0
|
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v8.16.0
|
||||||
id: rp-summarize
|
id: rp-summarize
|
||||||
with:
|
with:
|
||||||
tests-outcome: ${{ steps.run-tests.outcome }}
|
tests-outcome: ${{ steps.run-tests.outcome }}
|
||||||
@@ -538,9 +546,9 @@ jobs:
|
|||||||
!contains(github.event.head_commit.message, '[force')
|
!contains(github.event.head_commit.message, '[force')
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0
|
||||||
- name: "Init"
|
- name: "Init"
|
||||||
run: bash ./scripts/ci/init.sh
|
run: bash ./scripts/ci/init.sh
|
||||||
- name: "Run PostgreSQL 13.12 database"
|
- name: "Run PostgreSQL 13.12 database"
|
||||||
@@ -549,7 +557,7 @@ jobs:
|
|||||||
POSTGRES_VERSION: 13.12
|
POSTGRES_VERSION: 13.12
|
||||||
- name: "Prepare Report Portal"
|
- name: "Prepare Report Portal"
|
||||||
if: github.ref_name == 'master'
|
if: github.ref_name == 'master'
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v5.1.0
|
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.16.0
|
||||||
id: rp-prepare
|
id: rp-prepare
|
||||||
with:
|
with:
|
||||||
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }}
|
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }}
|
||||||
@@ -570,7 +578,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
RP_OPTS: ${{ github.ref_name == 'master' && steps.rp-prepare.outputs.mvn-opts || '' }}
|
RP_OPTS: ${{ github.ref_name == 'master' && steps.rp-prepare.outputs.mvn-opts || '' }}
|
||||||
run: |
|
run: |
|
||||||
eval "args=($RP_OPTS)"
|
eval "args=($RP_OPTS)"
|
||||||
mvn -B test -pl repository -am -Dtest=AllDBTestsTestSuite -DfailIfNoTests=false -Ddb.driver=org.postgresql.Driver -Ddb.name=alfresco -Ddb.url=jdbc:postgresql://localhost:5433/alfresco -Ddb.username=alfresco -Ddb.password=alfresco "${args[@]}"
|
mvn -B test -pl repository -am -Dtest=AllDBTestsTestSuite -DfailIfNoTests=false -Ddb.driver=org.postgresql.Driver -Ddb.name=alfresco -Ddb.url=jdbc:postgresql://localhost:5433/alfresco -Ddb.username=alfresco -Ddb.password=alfresco "${args[@]}"
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: "Update GitHub Step Summary"
|
- name: "Update GitHub Step Summary"
|
||||||
@@ -580,7 +588,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: "Summarize Report Portal"
|
- name: "Summarize Report Portal"
|
||||||
if: github.ref_name == 'master'
|
if: github.ref_name == 'master'
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v5.1.0
|
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v8.16.0
|
||||||
id: rp-summarize
|
id: rp-summarize
|
||||||
with:
|
with:
|
||||||
tests-outcome: ${{ steps.run-tests.outcome }}
|
tests-outcome: ${{ steps.run-tests.outcome }}
|
||||||
@@ -608,9 +616,9 @@ jobs:
|
|||||||
!contains(github.event.head_commit.message, '[force')
|
!contains(github.event.head_commit.message, '[force')
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0
|
||||||
- name: "Init"
|
- name: "Init"
|
||||||
run: bash ./scripts/ci/init.sh
|
run: bash ./scripts/ci/init.sh
|
||||||
- name: "Run PostgreSQL 14.9 database"
|
- name: "Run PostgreSQL 14.9 database"
|
||||||
@@ -619,7 +627,7 @@ jobs:
|
|||||||
POSTGRES_VERSION: 14.9
|
POSTGRES_VERSION: 14.9
|
||||||
- name: "Prepare Report Portal"
|
- name: "Prepare Report Portal"
|
||||||
if: github.ref_name == 'master'
|
if: github.ref_name == 'master'
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v5.1.0
|
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.16.0
|
||||||
id: rp-prepare
|
id: rp-prepare
|
||||||
with:
|
with:
|
||||||
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }}
|
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }}
|
||||||
@@ -640,7 +648,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
RP_OPTS: ${{ github.ref_name == 'master' && steps.rp-prepare.outputs.mvn-opts || '' }}
|
RP_OPTS: ${{ github.ref_name == 'master' && steps.rp-prepare.outputs.mvn-opts || '' }}
|
||||||
run: |
|
run: |
|
||||||
eval "args=($RP_OPTS)"
|
eval "args=($RP_OPTS)"
|
||||||
mvn -B test -pl repository -am -Dtest=AllDBTestsTestSuite -DfailIfNoTests=false -Ddb.driver=org.postgresql.Driver -Ddb.name=alfresco -Ddb.url=jdbc:postgresql://localhost:5433/alfresco -Ddb.username=alfresco -Ddb.password=alfresco "${args[@]}"
|
mvn -B test -pl repository -am -Dtest=AllDBTestsTestSuite -DfailIfNoTests=false -Ddb.driver=org.postgresql.Driver -Ddb.name=alfresco -Ddb.url=jdbc:postgresql://localhost:5433/alfresco -Ddb.username=alfresco -Ddb.password=alfresco "${args[@]}"
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: "Update GitHub Step Summary"
|
- name: "Update GitHub Step Summary"
|
||||||
@@ -650,7 +658,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: "Summarize Report Portal"
|
- name: "Summarize Report Portal"
|
||||||
if: github.ref_name == 'master'
|
if: github.ref_name == 'master'
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v5.1.0
|
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v8.16.0
|
||||||
id: rp-summarize
|
id: rp-summarize
|
||||||
with:
|
with:
|
||||||
tests-outcome: ${{ steps.run-tests.outcome }}
|
tests-outcome: ${{ steps.run-tests.outcome }}
|
||||||
@@ -678,9 +686,9 @@ jobs:
|
|||||||
!contains(github.event.head_commit.message, '[force')
|
!contains(github.event.head_commit.message, '[force')
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0
|
||||||
- name: "Init"
|
- name: "Init"
|
||||||
run: bash ./scripts/ci/init.sh
|
run: bash ./scripts/ci/init.sh
|
||||||
- name: "Run PostgreSQL 15.4 database"
|
- name: "Run PostgreSQL 15.4 database"
|
||||||
@@ -689,7 +697,7 @@ jobs:
|
|||||||
POSTGRES_VERSION: 15.4
|
POSTGRES_VERSION: 15.4
|
||||||
- name: "Prepare Report Portal"
|
- name: "Prepare Report Portal"
|
||||||
if: github.ref_name == 'master'
|
if: github.ref_name == 'master'
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v5.1.0
|
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.16.0
|
||||||
id: rp-prepare
|
id: rp-prepare
|
||||||
with:
|
with:
|
||||||
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }}
|
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }}
|
||||||
@@ -710,7 +718,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
RP_OPTS: ${{ github.ref_name == 'master' && steps.rp-prepare.outputs.mvn-opts || '' }}
|
RP_OPTS: ${{ github.ref_name == 'master' && steps.rp-prepare.outputs.mvn-opts || '' }}
|
||||||
run: |
|
run: |
|
||||||
eval "args=($RP_OPTS)"
|
eval "args=($RP_OPTS)"
|
||||||
mvn -B test -pl repository -am -Dtest=AllDBTestsTestSuite -DfailIfNoTests=false -Ddb.driver=org.postgresql.Driver -Ddb.name=alfresco -Ddb.url=jdbc:postgresql://localhost:5433/alfresco -Ddb.username=alfresco -Ddb.password=alfresco "${args[@]}"
|
mvn -B test -pl repository -am -Dtest=AllDBTestsTestSuite -DfailIfNoTests=false -Ddb.driver=org.postgresql.Driver -Ddb.name=alfresco -Ddb.url=jdbc:postgresql://localhost:5433/alfresco -Ddb.username=alfresco -Ddb.password=alfresco "${args[@]}"
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: "Update GitHub Step Summary"
|
- name: "Update GitHub Step Summary"
|
||||||
@@ -720,7 +728,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: "Summarize Report Portal"
|
- name: "Summarize Report Portal"
|
||||||
if: github.ref_name == 'master'
|
if: github.ref_name == 'master'
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v5.1.0
|
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v8.16.0
|
||||||
id: rp-summarize
|
id: rp-summarize
|
||||||
with:
|
with:
|
||||||
tests-outcome: ${{ steps.run-tests.outcome }}
|
tests-outcome: ${{ steps.run-tests.outcome }}
|
||||||
@@ -746,16 +754,16 @@ jobs:
|
|||||||
!contains(github.event.head_commit.message, '[force')
|
!contains(github.event.head_commit.message, '[force')
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0
|
||||||
- name: "Init"
|
- name: "Init"
|
||||||
run: bash ./scripts/ci/init.sh
|
run: bash ./scripts/ci/init.sh
|
||||||
- name: "Run ActiveMQ"
|
- name: "Run ActiveMQ"
|
||||||
run: docker compose -f ./scripts/ci/docker-compose/docker-compose.yaml --profile activemq up -d
|
run: docker compose -f ./scripts/ci/docker-compose/docker-compose.yaml --profile activemq up -d
|
||||||
- name: "Prepare Report Portal"
|
- name: "Prepare Report Portal"
|
||||||
if: github.ref_name == 'master'
|
if: github.ref_name == 'master'
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v5.13.1
|
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.16.0
|
||||||
id: rp-prepare
|
id: rp-prepare
|
||||||
with:
|
with:
|
||||||
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }}
|
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }}
|
||||||
@@ -786,7 +794,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: "Summarize Report Portal"
|
- name: "Summarize Report Portal"
|
||||||
if: github.ref_name == 'master'
|
if: github.ref_name == 'master'
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v5.13.1
|
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v8.16.0
|
||||||
id: rp-summarize
|
id: rp-summarize
|
||||||
with:
|
with:
|
||||||
tests-outcome: ${{ steps.run-tests.outcome }}
|
tests-outcome: ${{ steps.run-tests.outcome }}
|
||||||
@@ -846,9 +854,9 @@ jobs:
|
|||||||
mvn-options: '-Dencryption.ssl.keystore.location=${CI_WORKSPACE}/keystores/alfresco/alfresco.keystore -Dencryption.ssl.truststore.location=${CI_WORKSPACE}/keystores/alfresco/alfresco.truststore'
|
mvn-options: '-Dencryption.ssl.keystore.location=${CI_WORKSPACE}/keystores/alfresco/alfresco.keystore -Dencryption.ssl.truststore.location=${CI_WORKSPACE}/keystores/alfresco/alfresco.truststore'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0
|
||||||
- name: "Init"
|
- name: "Init"
|
||||||
run: bash ./scripts/ci/init.sh
|
run: bash ./scripts/ci/init.sh
|
||||||
- name: "Set transformers tag"
|
- name: "Set transformers tag"
|
||||||
@@ -870,7 +878,7 @@ jobs:
|
|||||||
run: docker compose -f ./scripts/ci/docker-compose/docker-compose.yaml --profile ${{ matrix.compose-profile }} up -d
|
run: docker compose -f ./scripts/ci/docker-compose/docker-compose.yaml --profile ${{ matrix.compose-profile }} up -d
|
||||||
- name: "Prepare Report Portal"
|
- name: "Prepare Report Portal"
|
||||||
if: github.ref_name == 'master'
|
if: github.ref_name == 'master'
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v5.1.0
|
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.16.0
|
||||||
id: rp-prepare
|
id: rp-prepare
|
||||||
with:
|
with:
|
||||||
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.testSuite }} ${{ matrix.idp }}
|
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.testSuite }} ${{ matrix.idp }}
|
||||||
@@ -901,7 +909,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: "Summarize Report Portal"
|
- name: "Summarize Report Portal"
|
||||||
if: github.ref_name == 'master'
|
if: github.ref_name == 'master'
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v5.1.0
|
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v8.16.0
|
||||||
id: rp-summarize
|
id: rp-summarize
|
||||||
with:
|
with:
|
||||||
tests-outcome: ${{ steps.run-tests.outcome }}
|
tests-outcome: ${{ steps.run-tests.outcome }}
|
||||||
@@ -959,9 +967,9 @@ jobs:
|
|||||||
REQUIRES_LOCAL_IMAGES: true
|
REQUIRES_LOCAL_IMAGES: true
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0
|
||||||
- name: "Build"
|
- name: "Build"
|
||||||
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
|
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
|
||||||
run: |
|
run: |
|
||||||
@@ -976,7 +984,7 @@ jobs:
|
|||||||
run: mvn install -pl :alfresco-community-repo-integration-test -am -DskipTests -Pall-tas-tests
|
run: mvn install -pl :alfresco-community-repo-integration-test -am -DskipTests -Pall-tas-tests
|
||||||
- name: "Prepare Report Portal"
|
- name: "Prepare Report Portal"
|
||||||
if: github.ref_name == 'master'
|
if: github.ref_name == 'master'
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v5.1.0
|
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.16.0
|
||||||
id: rp-prepare
|
id: rp-prepare
|
||||||
with:
|
with:
|
||||||
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.test-name }}
|
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.test-name }}
|
||||||
@@ -1014,7 +1022,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: "Summarize Report Portal"
|
- name: "Summarize Report Portal"
|
||||||
if: github.ref_name == 'master'
|
if: github.ref_name == 'master'
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v5.1.0
|
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v8.16.0
|
||||||
id: rp-summarize
|
id: rp-summarize
|
||||||
with:
|
with:
|
||||||
tests-outcome: ${{ steps.tests.outcome }}
|
tests-outcome: ${{ steps.tests.outcome }}
|
||||||
@@ -1040,16 +1048,16 @@ jobs:
|
|||||||
!contains(github.event.head_commit.message, '[force')
|
!contains(github.event.head_commit.message, '[force')
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0
|
||||||
- name: "Init"
|
- name: "Init"
|
||||||
run: bash ./scripts/ci/init.sh
|
run: bash ./scripts/ci/init.sh
|
||||||
- name: "Run Postgres 15.4 database"
|
- name: "Run Postgres 15.4 database"
|
||||||
run: docker compose -f ./scripts/ci/docker-compose/docker-compose.yaml --profile postgres up -d
|
run: docker compose -f ./scripts/ci/docker-compose/docker-compose.yaml --profile postgres up -d
|
||||||
- name: "Prepare Report Portal"
|
- name: "Prepare Report Portal"
|
||||||
if: github.ref_name == 'master'
|
if: github.ref_name == 'master'
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v5.1.0
|
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.16.0
|
||||||
id: rp-prepare
|
id: rp-prepare
|
||||||
with:
|
with:
|
||||||
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }}
|
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }}
|
||||||
@@ -1080,7 +1088,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: "Summarize Report Portal"
|
- name: "Summarize Report Portal"
|
||||||
if: github.ref_name == 'master'
|
if: github.ref_name == 'master'
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v5.1.0
|
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v8.16.0
|
||||||
id: rp-summarize
|
id: rp-summarize
|
||||||
with:
|
with:
|
||||||
tests-outcome: ${{ steps.run-tests.outcome }}
|
tests-outcome: ${{ steps.run-tests.outcome }}
|
||||||
@@ -1114,9 +1122,9 @@ jobs:
|
|||||||
REQUIRES_INSTALLED_ARTIFACTS: true
|
REQUIRES_INSTALLED_ARTIFACTS: true
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0
|
||||||
- name: "Build"
|
- name: "Build"
|
||||||
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
|
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
|
||||||
run: |
|
run: |
|
||||||
@@ -1124,7 +1132,7 @@ jobs:
|
|||||||
bash ./scripts/ci/build.sh
|
bash ./scripts/ci/build.sh
|
||||||
- name: "Prepare Report Portal"
|
- name: "Prepare Report Portal"
|
||||||
if: github.ref_name == 'master'
|
if: github.ref_name == 'master'
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v5.1.0
|
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.16.0
|
||||||
id: rp-prepare
|
id: rp-prepare
|
||||||
with:
|
with:
|
||||||
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} 0${{ matrix.part }} - (PostgreSQL) ${{ matrix.test-name }}
|
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} 0${{ matrix.part }} - (PostgreSQL) ${{ matrix.test-name }}
|
||||||
@@ -1160,9 +1168,9 @@ jobs:
|
|||||||
REQUIRES_INSTALLED_ARTIFACTS: true
|
REQUIRES_INSTALLED_ARTIFACTS: true
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0
|
||||||
- name: "Build"
|
- name: "Build"
|
||||||
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
|
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
|
||||||
run: |
|
run: |
|
||||||
@@ -1170,7 +1178,7 @@ jobs:
|
|||||||
bash ./scripts/ci/build.sh
|
bash ./scripts/ci/build.sh
|
||||||
- name: "Prepare Report Portal"
|
- name: "Prepare Report Portal"
|
||||||
if: github.ref_name == 'master'
|
if: github.ref_name == 'master'
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v5.1.0
|
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.16.0
|
||||||
id: rp-prepare
|
id: rp-prepare
|
||||||
with:
|
with:
|
||||||
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} 0${{ matrix.part }} - (MySQL) ${{ matrix.test-name }}
|
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} 0${{ matrix.part }} - (MySQL) ${{ matrix.test-name }}
|
||||||
@@ -1202,9 +1210,9 @@ jobs:
|
|||||||
REQUIRES_LOCAL_IMAGES: true
|
REQUIRES_LOCAL_IMAGES: true
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0
|
||||||
- name: "Build"
|
- name: "Build"
|
||||||
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
|
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
|
||||||
run: |
|
run: |
|
||||||
@@ -1218,7 +1226,7 @@ jobs:
|
|||||||
mvn -B install -pl :alfresco-governance-services-automation-community-rest-api -am -Pags -Pall-tas-tests -DskipTests
|
mvn -B install -pl :alfresco-governance-services-automation-community-rest-api -am -Pags -Pall-tas-tests -DskipTests
|
||||||
- name: "Prepare Report Portal"
|
- name: "Prepare Report Portal"
|
||||||
if: github.ref_name == 'master'
|
if: github.ref_name == 'master'
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v5.1.0
|
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.16.0
|
||||||
id: rp-prepare
|
id: rp-prepare
|
||||||
with:
|
with:
|
||||||
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }}
|
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }}
|
||||||
@@ -1250,7 +1258,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: "Summarize Report Portal"
|
- name: "Summarize Report Portal"
|
||||||
if: github.ref_name == 'master'
|
if: github.ref_name == 'master'
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v5.1.0
|
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v8.16.0
|
||||||
id: rp-summarize
|
id: rp-summarize
|
||||||
with:
|
with:
|
||||||
tests-outcome: ${{ steps.run-tests.outcome }}
|
tests-outcome: ${{ steps.run-tests.outcome }}
|
||||||
@@ -1265,7 +1273,7 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
- name: "Configure AWS credentials"
|
- name: "Configure AWS credentials"
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
uses: aws-actions/configure-aws-credentials@v1
|
uses: aws-actions/configure-aws-credentials@v4
|
||||||
with:
|
with:
|
||||||
aws-access-key-id: ${{ secrets.AGS_AWS_ACCESS_KEY_ID }}
|
aws-access-key-id: ${{ secrets.AGS_AWS_ACCESS_KEY_ID }}
|
||||||
aws-secret-access-key: ${{ secrets.AGS_AWS_SECRET_ACCESS_KEY }}
|
aws-secret-access-key: ${{ secrets.AGS_AWS_SECRET_ACCESS_KEY }}
|
||||||
@@ -1292,9 +1300,9 @@ jobs:
|
|||||||
!contains(github.event.head_commit.message, '[force]')
|
!contains(github.event.head_commit.message, '[force]')
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0
|
||||||
- name: "Build"
|
- name: "Build"
|
||||||
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
|
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
|
||||||
run: |
|
run: |
|
||||||
|
16
.github/workflows/master_release.yml
vendored
16
.github/workflows/master_release.yml
vendored
@@ -34,12 +34,12 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0
|
||||||
- name: "Init"
|
- name: "Init"
|
||||||
run: bash ./scripts/ci/init.sh
|
run: bash ./scripts/ci/init.sh
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@v8.16.0
|
||||||
with:
|
with:
|
||||||
username: ${{ env.GIT_USERNAME }}
|
username: ${{ env.GIT_USERNAME }}
|
||||||
email: ${{ env.GIT_EMAIL }}
|
email: ${{ env.GIT_EMAIL }}
|
||||||
@@ -63,12 +63,12 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0
|
||||||
- name: "Init"
|
- name: "Init"
|
||||||
run: bash ./scripts/ci/init.sh
|
run: bash ./scripts/ci/init.sh
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@v1.35.2
|
- uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@v8.16.0
|
||||||
with:
|
with:
|
||||||
username: ${{ env.GIT_USERNAME }}
|
username: ${{ env.GIT_USERNAME }}
|
||||||
email: ${{ env.GIT_EMAIL }}
|
email: ${{ env.GIT_EMAIL }}
|
||||||
|
14
.pre-commit-config.yaml
Normal file
14
.pre-commit-config.yaml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
repos:
|
||||||
|
- repo: https://github.com/Yelp/detect-secrets
|
||||||
|
rev: v1.5.0
|
||||||
|
hooks:
|
||||||
|
- id: detect-secrets
|
||||||
|
args: ["--baseline", ".secrets.baseline"]
|
||||||
|
- repo: local
|
||||||
|
hooks:
|
||||||
|
- id: check-format-and-headers
|
||||||
|
name: Check format and headers and fix if necessary
|
||||||
|
entry: ./scripts/hooks/check-format-and-headers.sh
|
||||||
|
language: script
|
||||||
|
files: ".*.java"
|
||||||
|
pass_filenames: false
|
1892
.secrets.baseline
Normal file
1892
.secrets.baseline
Normal file
File diff suppressed because it is too large
Load Diff
@@ -3,6 +3,52 @@ Thanks for your interest in contributing to this project!
|
|||||||
|
|
||||||
The following is a set of guidelines for contributing to this library. Most of them will make the life of the reviewer easier and therefore decrease the time required for the patch be included in the next version.
|
The following is a set of guidelines for contributing to this library. Most of them will make the life of the reviewer easier and therefore decrease the time required for the patch be included in the next version.
|
||||||
|
|
||||||
|
The project uses [pre-commit](https://pre-commit.com/) to format code (with [Spotless](https://github.com/diffplug/spotless)), validate license headers and check for secrets (with [detect-secrets](https://github.com/Yelp/detect-secrets)). To install the pre-commit hooks then first install pre-commit and then run:
|
||||||
|
```shell
|
||||||
|
pre-commit install
|
||||||
|
```
|
||||||
|
When you make a commit then these hooks will run and check the modified files. If it makes changes then you can review them and then `git commit` again to accept the changes.
|
||||||
|
|
||||||
|
#### Code Quality
|
||||||
|
This project uses `spotless` that enforces `alfresco-formatter.xml` to ensure code quality.
|
||||||
|
|
||||||
|
To check code-style violations you can use:
|
||||||
|
```bash
|
||||||
|
mvn spotless:check
|
||||||
|
```
|
||||||
|
To reformat files you can use:
|
||||||
|
```bash
|
||||||
|
mvn spotless:apply
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Secret Detection
|
||||||
|
|
||||||
|
We are using [detect-secrets](https://github.com/Yelp/detect-secrets) to try to avoid accidentally publishing secret keys.
|
||||||
|
If you have pre-commit installed then this should run automatically when making a commit. Usually there should be no issues,
|
||||||
|
but if it finds a potential issue (e.g. a high entropy string) then you will see the following:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
Detect secrets...........................................................Failed
|
||||||
|
- hook id: detect-secrets
|
||||||
|
- exit code: 1
|
||||||
|
|
||||||
|
ERROR: Potential secrets about to be committed to git repo!
|
||||||
|
|
||||||
|
Secret Type: Secret Keyword
|
||||||
|
Location: test.txt:1
|
||||||
|
```
|
||||||
|
|
||||||
|
If this is a false positive and you actually want to commit the string then run these two commands:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
detect-secrets scan --baseline .secrets.baseline
|
||||||
|
detect-secrets audit .secrets.baseline
|
||||||
|
```
|
||||||
|
|
||||||
|
This will update the baseline file to include your new code and then allow you to review the detected secret and mark it as a false positive.
|
||||||
|
Once you are finished then you can add `.secrets.baseline` to the staged changes and you should be able to create a commit.
|
||||||
|
|
||||||
|
|
||||||
Because this project forms a part of Alfresco Content Services, the guidelines are hosted in the [Alfresco Social Community](https://hub.alfresco.com/t5/alfresco-content-services-ecm/ct-p/ECM-software) where they can be referenced from multiple projects.
|
Because this project forms a part of Alfresco Content Services, the guidelines are hosted in the [Alfresco Social Community](https://hub.alfresco.com/t5/alfresco-content-services-ecm/ct-p/ECM-software) where they can be referenced from multiple projects.
|
||||||
|
|
||||||
You can report an issue in the ALF project of the [Alfresco issue tracker](http://issues.alfresco.com).
|
You can report an issue in the ALF project of the [Alfresco issue tracker](http://issues.alfresco.com).
|
||||||
|
@@ -126,3 +126,4 @@ Please use [**this guide**](CONTRIBUTING.md) to make a contribution to the proje
|
|||||||
|
|
||||||
- [Alfresco Content Services Documentation](https://docs.alfresco.com/content-services/latest/)
|
- [Alfresco Content Services Documentation](https://docs.alfresco.com/content-services/latest/)
|
||||||
- [Alfresco Platform](https://www.hyland.com/en/products/alfresco-platform)
|
- [Alfresco Platform](https://www.hyland.com/en/products/alfresco-platform)
|
||||||
|
|
||||||
|
401
alfresco-formatter.xml
Normal file
401
alfresco-formatter.xml
Normal file
@@ -0,0 +1,401 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<profiles version="23">
|
||||||
|
<profile kind="CodeFormatterProfile" name="Spotless" version="23">
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.parentheses_positions_in_for_statment" value="common_lines"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries" value="false"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.comment.format_javadoc_comments" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.indentation.size" value="4"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.parentheses_positions_in_enum_constant_declaration" value="common_lines"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.align_with_spaces" value="false"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.continuation_indentation" value="2"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.number_of_blank_lines_before_code_block" value="0"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_switch_case_expressions" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.blank_lines_after_package" value="1"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant" value="16"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.comment.indent_root_tags" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.enabling_tag" value="@formatter:on"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.comment.count_line_length_from_starting_position" value="false"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_record_components" value="16"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration" value="16"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.wrap_before_multiplicative_operator" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line" value="false"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references" value="0"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_logical_operator" value="16"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.keep_annotation_declaration_on_one_line" value="one_line_if_empty"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_record_declaration" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_enum_constant" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_multiplicative_operator" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments" value="false"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_abstract_method" value="1"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.keep_enum_constant_declaration_on_one_line" value="one_line_if_empty"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.align_variable_declarations_on_columns" value="false"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch" value="16"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body" value="0"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line" value="false"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.parentheses_positions_in_catch_clause" value="common_lines"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call" value="16"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_multiplicative_operator" value="16"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.keep_anonymous_type_declaration_on_one_line" value="one_line_if_empty"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_switch_case_expressions" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.wrap_before_shift_operator" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.brace_position_for_block" value="next_line"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.number_of_blank_lines_at_end_of_code_block" value="0"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_bitwise_operator" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration" value="16"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_type_parameters" value="0"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_compact_loops" value="16"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment" value="false"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.keep_simple_for_body_on_same_line" value="false"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.wrap_before_switch_case_arrow_operator" value="false"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_unary_operator" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.parentheses_positions_in_annotation" value="common_lines"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_ellipsis" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_annotations_on_enum_constant" value="0"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.text_block_indentation" value="0"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.align_type_members_on_columns" value="false"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_assignment" value="0"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_module_statements" value="16"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.comment.align_tags_names_descriptions" value="false"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.keep_if_then_body_block_on_one_line" value="one_line_if_empty"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration" value="0"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line" value="false"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns" value="false"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_permitted_types" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.brace_position_for_block_in_case" value="next_line"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_conditional_expression_chain" value="0"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.comment.format_header" value="false"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_type_annotations" value="0"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression" value="16"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.wrap_before_assertion_message_operator" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_method_declaration" value="0"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines" value="2147483647"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_bitwise_operator" value="16"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration" value="next_line"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_resources_in_try" value="80"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation" value="16"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column" value="false"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.comment.format_source_code" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_field" value="0"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_method" value="1"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration" value="16"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_not_operator" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_type_annotation" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.comment.format_html" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.parentheses_positions_in_method_delcaration" value="common_lines"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_compact_if" value="16"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.indent_empty_lines" value="false"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_type_arguments" value="0"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_unary_operator" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation" value="16"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_annotations_on_package" value="49"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch" value="false"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_label" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_arrow_in_switch_case" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_permitted_types_in_type_declaration" value="16"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_record_header" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.wrap_before_bitwise_operator" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.comment.javadoc_do_not_separate_block_tags" value="false"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.comment.indent_tag_description" value="false"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line" value="false"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.brace_position_for_record_constructor" value="next_line"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_string_concatenation" value="16"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_multiple_fields" value="16"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.brace_position_for_array_initializer" value="end_of_line"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_shift_operator" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_shift_operator" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.keep_simple_do_while_body_on_same_line" value="false"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_record_components" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_expressions_in_for_loop_header" value="0"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.wrap_before_additive_operator" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.keep_simple_getter_setter_on_one_line" value="false"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_string_concatenation" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.join_lines_in_comments" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_record_declaration" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_relational_operator" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.blank_lines_between_import_groups" value="1"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_logical_operator" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.parentheses_positions_in_method_invocation" value="common_lines"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.blank_lines_after_imports" value="1"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.parentheses_positions_in_record_declaration" value="common_lines"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.parentheses_positions_in_switch_statement" value="common_lines"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_arrow_in_switch_default" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.disabling_tag" value="@formatter:off"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_enum_constants" value="0"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_imports" value="1"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.number_of_blank_lines_at_end_of_method_body" value="0"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.parentheses_positions_in_if_while_statement" value="common_lines"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_arrow_in_switch_case" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations" value="1"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.keep_switch_body_block_on_one_line" value="one_line_never"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column" value="false"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.indent_statements_compare_to_block" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration" value="end_of_line"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_expressions_in_switch_case_with_arrow" value="0"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.comment.align_tags_descriptions_grouped" value="false"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.comment.line_length" value="999"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.use_on_off_tags" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.keep_method_body_on_one_line" value="one_line_if_empty"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.keep_loop_body_block_on_one_line" value="one_line_if_empty"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.brace_position_for_method_declaration" value="next_line"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.keep_type_declaration_on_one_line" value="one_line_if_empty"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_additive_operator" value="16"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_record_constructor" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_relational_operator" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.keep_record_declaration_on_one_line" value="one_line_if_empty"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration" value="next_line"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.brace_position_for_lambda_body" value="end_of_line"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.compact_else_if" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation" value="16"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration" value="16"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_annotations_on_parameter" value="0"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment" value="false"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_relational_operator" value="0"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer" value="16"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve" value="1"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_additive_operator" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_string_concatenation" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.comment.format_line_comments" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.align_selector_in_method_invocation_on_expression_first_line" value="false"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.brace_position_for_record_declaration" value="next_line"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.keep_switch_case_with_arrow_on_one_line" value="one_line_never"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_expressions_in_switch_case_with_colon" value="0"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.number_of_blank_lines_after_code_block" value="0"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration" value="16"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_conditional_expression" value="80"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_annotations_on_type" value="49"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_annotations_on_local_variable" value="49"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration" value="next_line"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_arrow_in_switch_default" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_between_different_tags" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_additive_operator" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.join_wrapped_lines" value="false"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_annotations_on_field" value="49"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.wrap_before_conditional_operator" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_shift_operator" value="0"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations" value="false"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.parentheses_positions_in_try_clause" value="common_lines"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.keep_code_block_on_one_line" value="one_line_if_empty"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_record_components" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.tabulation.size" value="4"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_bitwise_operator" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer" value="2"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_record_declaration" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration" value="16"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.wrap_before_assignment_operator" value="false"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.brace_position_for_switch" value="next_line"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_switch_case_with_arrow" value="0"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.keep_lambda_body_block_on_one_line" value="one_line_if_empty"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_annotations_on_method" value="49"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.keep_record_constructor_on_one_line" value="one_line_if_empty"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_record_declaration" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_assertion_message" value="0"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk" value="1"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_member_type" value="1"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_logical_operator" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression" value="16"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_record_declaration" value="16"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.wrap_before_relational_operator" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.comment.format_block_comments" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration" value="16"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.blank_lines_after_last_class_body_declaration" value="0"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.indent_statements_compare_to_body" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.keep_simple_while_body_on_same_line" value="false"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.wrap_before_logical_operator" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.blank_lines_between_statement_group_in_switch" value="0"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.parentheses_positions_in_lambda_declaration" value="common_lines"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_permitted_types" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.keep_enum_declaration_on_one_line" value="one_line_if_empty"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.brace_position_for_enum_constant" value="next_line"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.brace_position_for_type_declaration" value="next_line"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_multiplicative_operator" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_package" value="0"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.comment.indent_parameter_description" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_code_block" value="0"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement" value="insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.tabulation.char" value="space"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.wrap_before_string_concatenation" value="true"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.lineSplit" value="999"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation" value="do not insert"/>
|
||||||
|
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch" value="insert"/>
|
||||||
|
</profile>
|
||||||
|
</profiles>
|
@@ -7,7 +7,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-community-repo-amps</artifactId>
|
<artifactId>alfresco-community-repo-amps</artifactId>
|
||||||
<version>23.3.0.98</version>
|
<version>23.3.13.2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-governance-services-community-parent</artifactId>
|
<artifactId>alfresco-governance-services-community-parent</artifactId>
|
||||||
<version>23.3.0.98</version>
|
<version>23.3.13.2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-governance-services-automation-community-repo</artifactId>
|
<artifactId>alfresco-governance-services-automation-community-repo</artifactId>
|
||||||
<version>23.3.0.98</version>
|
<version>23.3.13.2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -26,12 +26,11 @@
|
|||||||
*/
|
*/
|
||||||
package org.alfresco.rest.core;
|
package org.alfresco.rest.core;
|
||||||
|
|
||||||
|
import lombok.Getter;
|
||||||
import org.springframework.beans.factory.annotation.Value;
|
import org.springframework.beans.factory.annotation.Value;
|
||||||
import org.springframework.context.annotation.Configuration;
|
import org.springframework.context.annotation.Configuration;
|
||||||
import org.springframework.context.annotation.PropertySource;
|
import org.springframework.context.annotation.PropertySource;
|
||||||
|
|
||||||
import lombok.Getter;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Extends {@link RestProperties} to be able to change/add properties
|
* Extends {@link RestProperties} to be able to change/add properties
|
||||||
*
|
*
|
||||||
@@ -45,18 +44,18 @@ import lombok.Getter;
|
|||||||
@PropertySource(value = "classpath:local.properties", ignoreResourceNotFound = true)
|
@PropertySource(value = "classpath:local.properties", ignoreResourceNotFound = true)
|
||||||
public class RMRestProperties extends RestProperties
|
public class RMRestProperties extends RestProperties
|
||||||
{
|
{
|
||||||
@Value ("${alfresco.scheme}")
|
@Value("${alfresco.scheme}")
|
||||||
private String scheme;
|
private String scheme;
|
||||||
|
|
||||||
@Value ("${alfresco.server}")
|
@Value("${alfresco.server}")
|
||||||
private String server;
|
private String server;
|
||||||
|
|
||||||
@Value ("${alfresco.port}")
|
@Value("${alfresco.port}")
|
||||||
private String port;
|
private String port;
|
||||||
|
|
||||||
@Value ("${rest.rmPath}")
|
@Value("${rest.rmPath}")
|
||||||
private String restRmPath;
|
private String restRmPath;
|
||||||
|
|
||||||
@Value ("${docker.host}")
|
@Value("${docker.host}")
|
||||||
private String dockerHost;
|
private String dockerHost;
|
||||||
}
|
}
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -27,6 +27,11 @@
|
|||||||
package org.alfresco.rest.core;
|
package org.alfresco.rest.core;
|
||||||
|
|
||||||
import io.restassured.builder.RequestSpecBuilder;
|
import io.restassured.builder.RequestSpecBuilder;
|
||||||
|
import lombok.Getter;
|
||||||
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
|
import org.springframework.context.annotation.Scope;
|
||||||
|
import org.springframework.http.HttpStatus;
|
||||||
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
import org.alfresco.rest.exception.EmptyJsonResponseException;
|
import org.alfresco.rest.exception.EmptyJsonResponseException;
|
||||||
import org.alfresco.rest.model.RestErrorModel;
|
import org.alfresco.rest.model.RestErrorModel;
|
||||||
@@ -38,12 +43,6 @@ import org.alfresco.rest.requests.search.SearchAPI;
|
|||||||
import org.alfresco.rest.rm.community.requests.gscore.GSCoreAPI;
|
import org.alfresco.rest.rm.community.requests.gscore.GSCoreAPI;
|
||||||
import org.alfresco.utility.model.StatusModel;
|
import org.alfresco.utility.model.StatusModel;
|
||||||
import org.alfresco.utility.model.UserModel;
|
import org.alfresco.utility.model.UserModel;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
|
||||||
import org.springframework.context.annotation.Scope;
|
|
||||||
import org.springframework.http.HttpStatus;
|
|
||||||
import org.springframework.stereotype.Service;
|
|
||||||
|
|
||||||
import lombok.Getter;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Extends {@link RestWrapper} in order to call GS APIs with our own properties
|
* Extends {@link RestWrapper} in order to call GS APIs with our own properties
|
||||||
@@ -153,15 +152,18 @@ public class RMRestWrapper
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can handle the request sent to server by calling this method.
|
* You can handle the request sent to server by calling this method. If for example you want to sent multipart form data you can use:
|
||||||
* If for example you want to sent multipart form data you can use: <pre>
|
*
|
||||||
|
* <pre>
|
||||||
* restClient.configureRequestSpec()
|
* restClient.configureRequestSpec()
|
||||||
* .addMultiPart("filedata", Utility.getResourceTestDataFile("restapi-resource"))
|
* .addMultiPart("filedata", Utility.getResourceTestDataFile("restapi-resource"))
|
||||||
* .addFormParam("renditions", "doclib")
|
* .addFormParam("renditions", "doclib")
|
||||||
* .addFormParam("autoRename", true);
|
* .addFormParam("autoRename", true);
|
||||||
*
|
*
|
||||||
* restClient.withCoreAPI().usingNode(ContentModel.my()).createNode();
|
* restClient.withCoreAPI().usingNode(ContentModel.my()).createNode();
|
||||||
* </pre> This will create the node using the multipart data defined.
|
* </pre>
|
||||||
|
*
|
||||||
|
* This will create the node using the multipart data defined.
|
||||||
*/
|
*/
|
||||||
public RequestSpecBuilder configureRequestSpec()
|
public RequestSpecBuilder configureRequestSpec()
|
||||||
{
|
{
|
||||||
@@ -171,7 +173,8 @@ public class RMRestWrapper
|
|||||||
/**
|
/**
|
||||||
* Process a response that returns a html
|
* Process a response that returns a html
|
||||||
*
|
*
|
||||||
* @throws EmptyJsonResponseException If there is no response from the server.
|
* @throws EmptyJsonResponseException
|
||||||
|
* If there is no response from the server.
|
||||||
*/
|
*/
|
||||||
public RestHtmlResponse processHtmlResponse(RestRequest simpleRequest)
|
public RestHtmlResponse processHtmlResponse(RestRequest simpleRequest)
|
||||||
{
|
{
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -32,6 +32,10 @@ import jakarta.annotation.Resource;
|
|||||||
|
|
||||||
import lombok.Getter;
|
import lombok.Getter;
|
||||||
import lombok.Setter;
|
import lombok.Setter;
|
||||||
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
|
import org.springframework.context.annotation.Scope;
|
||||||
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
import org.alfresco.rest.requests.Node;
|
import org.alfresco.rest.requests.Node;
|
||||||
import org.alfresco.rest.requests.coreAPI.RestCoreAPI;
|
import org.alfresco.rest.requests.coreAPI.RestCoreAPI;
|
||||||
import org.alfresco.rest.requests.search.SearchAPI;
|
import org.alfresco.rest.requests.search.SearchAPI;
|
||||||
@@ -45,17 +49,14 @@ import org.alfresco.rest.rm.community.requests.gscore.api.RMUserAPI;
|
|||||||
import org.alfresco.rest.rm.community.requests.gscore.api.RecordCategoryAPI;
|
import org.alfresco.rest.rm.community.requests.gscore.api.RecordCategoryAPI;
|
||||||
import org.alfresco.rest.rm.community.requests.gscore.api.RecordFolderAPI;
|
import org.alfresco.rest.rm.community.requests.gscore.api.RecordFolderAPI;
|
||||||
import org.alfresco.rest.rm.community.requests.gscore.api.RecordsAPI;
|
import org.alfresco.rest.rm.community.requests.gscore.api.RecordsAPI;
|
||||||
|
import org.alfresco.rest.rm.community.requests.gscore.api.RetentionScheduleAPI;
|
||||||
import org.alfresco.rest.rm.community.requests.gscore.api.TransferAPI;
|
import org.alfresco.rest.rm.community.requests.gscore.api.TransferAPI;
|
||||||
import org.alfresco.rest.rm.community.requests.gscore.api.TransferContainerAPI;
|
import org.alfresco.rest.rm.community.requests.gscore.api.TransferContainerAPI;
|
||||||
import org.alfresco.rest.rm.community.requests.gscore.api.UnfiledContainerAPI;
|
import org.alfresco.rest.rm.community.requests.gscore.api.UnfiledContainerAPI;
|
||||||
import org.alfresco.rest.rm.community.requests.gscore.api.UnfiledRecordFolderAPI;
|
import org.alfresco.rest.rm.community.requests.gscore.api.UnfiledRecordFolderAPI;
|
||||||
import org.alfresco.rest.rm.community.requests.gscore.api.RetentionScheduleAPI;
|
|
||||||
import org.alfresco.utility.data.DataUserAIS;
|
import org.alfresco.utility.data.DataUserAIS;
|
||||||
import org.alfresco.utility.model.RepoTestModel;
|
import org.alfresco.utility.model.RepoTestModel;
|
||||||
import org.alfresco.utility.model.UserModel;
|
import org.alfresco.utility.model.UserModel;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
|
||||||
import org.springframework.context.annotation.Scope;
|
|
||||||
import org.springframework.stereotype.Service;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* REST API Factory which provides access to the APIs
|
* REST API Factory which provides access to the APIs
|
||||||
@@ -68,7 +69,7 @@ import org.springframework.stereotype.Service;
|
|||||||
public class RestAPIFactory
|
public class RestAPIFactory
|
||||||
{
|
{
|
||||||
@Autowired
|
@Autowired
|
||||||
@Getter (value = PROTECTED)
|
@Getter(value = PROTECTED)
|
||||||
private DataUserAIS dataUser;
|
private DataUserAIS dataUser;
|
||||||
|
|
||||||
@Resource(name = "RMRestWrapper")
|
@Resource(name = "RMRestWrapper")
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -44,11 +44,13 @@ public class SearchRequestBuilder extends SearchRequest
|
|||||||
{
|
{
|
||||||
new SearchRequest();
|
new SearchRequest();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the sql statement for the SearchRequest
|
* Set the sql statement for the SearchRequest
|
||||||
*
|
*
|
||||||
* @param query sql statement
|
* @param query
|
||||||
* @return search request
|
* sql statement
|
||||||
|
* @return search request
|
||||||
*/
|
*/
|
||||||
public SearchRequestBuilder setQueryBuilder(RestRequestQueryModel query)
|
public SearchRequestBuilder setQueryBuilder(RestRequestQueryModel query)
|
||||||
{
|
{
|
||||||
@@ -59,7 +61,8 @@ public class SearchRequestBuilder extends SearchRequest
|
|||||||
/**
|
/**
|
||||||
* Set the paging statement for the SearchRequest
|
* Set the paging statement for the SearchRequest
|
||||||
*
|
*
|
||||||
* @param paging pagination requested
|
* @param paging
|
||||||
|
* pagination requested
|
||||||
* @return search request
|
* @return search request
|
||||||
*/
|
*/
|
||||||
public SearchRequestBuilder setPagingBuilder(Pagination paging)
|
public SearchRequestBuilder setPagingBuilder(Pagination paging)
|
||||||
@@ -82,7 +85,8 @@ public class SearchRequestBuilder extends SearchRequest
|
|||||||
/**
|
/**
|
||||||
* Set the requested fields for the SearchRequest
|
* Set the requested fields for the SearchRequest
|
||||||
*
|
*
|
||||||
* @param fields requested fields
|
* @param fields
|
||||||
|
* requested fields
|
||||||
* @return search request
|
* @return search request
|
||||||
*/
|
*/
|
||||||
public SearchRequestBuilder setFieldsBuilder(List<String> fields)
|
public SearchRequestBuilder setFieldsBuilder(List<String> fields)
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -26,12 +26,12 @@
|
|||||||
*/
|
*/
|
||||||
package org.alfresco.rest.core.v0;
|
package org.alfresco.rest.core.v0;
|
||||||
|
|
||||||
import jakarta.json.Json;
|
|
||||||
import jakarta.json.JsonReader;
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.io.InputStream;
|
import java.io.InputStream;
|
||||||
import java.time.format.DateTimeFormatter;
|
import java.time.format.DateTimeFormatter;
|
||||||
import java.time.format.DateTimeFormatterBuilder;
|
import java.time.format.DateTimeFormatterBuilder;
|
||||||
|
import jakarta.json.Json;
|
||||||
|
import jakarta.json.JsonReader;
|
||||||
|
|
||||||
import org.apache.commons.io.IOUtils;
|
import org.apache.commons.io.IOUtils;
|
||||||
import org.apache.http.HttpEntity;
|
import org.apache.http.HttpEntity;
|
||||||
@@ -52,20 +52,20 @@ public class APIUtils
|
|||||||
{
|
{
|
||||||
/** Logger for this class. */
|
/** Logger for this class. */
|
||||||
private static final Logger LOGGER = LoggerFactory.getLogger(APIUtils.class);
|
private static final Logger LOGGER = LoggerFactory.getLogger(APIUtils.class);
|
||||||
/** The ISO instant formatter that formats or parses an instant in UTC, such as '2011-12-03T10:15:305Z'
|
/**
|
||||||
* similar with {@link DateTimeFormatter#ISO_INSTANT}, but with only 3 nanoseconds*/
|
* The ISO instant formatter that formats or parses an instant in UTC, such as '2011-12-03T10:15:305Z' similar with {@link DateTimeFormatter#ISO_INSTANT}, but with only 3 nanoseconds
|
||||||
public static final DateTimeFormatter ISO_INSTANT_FORMATTER =
|
*/
|
||||||
new DateTimeFormatterBuilder().appendInstant(3).toFormatter();
|
public static final DateTimeFormatter ISO_INSTANT_FORMATTER = new DateTimeFormatterBuilder().appendInstant(3).toFormatter();
|
||||||
|
|
||||||
/** Private constructor for helper class. */
|
/** Private constructor for helper class. */
|
||||||
private APIUtils()
|
private APIUtils()
|
||||||
{
|
{}
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Extract the body of a HTTP response as a JSON object.
|
* Extract the body of a HTTP response as a JSON object.
|
||||||
*
|
*
|
||||||
* @param httpResponse The HTTP response.
|
* @param httpResponse
|
||||||
|
* The HTTP response.
|
||||||
* @return A JSON representation of the object.
|
* @return A JSON representation of the object.
|
||||||
*/
|
*/
|
||||||
public static JSONObject convertHTTPResponseToJSON(HttpResponse httpResponse)
|
public static JSONObject convertHTTPResponseToJSON(HttpResponse httpResponse)
|
||||||
@@ -86,7 +86,8 @@ public class APIUtils
|
|||||||
/**
|
/**
|
||||||
* Util method to extract the message string from the HTTP response
|
* Util method to extract the message string from the HTTP response
|
||||||
*
|
*
|
||||||
* @param httpResponse http response
|
* @param httpResponse
|
||||||
|
* http response
|
||||||
* @return error message from the http response
|
* @return error message from the http response
|
||||||
*/
|
*/
|
||||||
public static String extractErrorMessageFromHttpResponse(HttpResponse httpResponse)
|
public static String extractErrorMessageFromHttpResponse(HttpResponse httpResponse)
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -39,9 +39,6 @@ import java.util.HashMap;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
import org.alfresco.dataprep.AlfrescoHttpClient;
|
|
||||||
import org.alfresco.dataprep.AlfrescoHttpClientFactory;
|
|
||||||
import org.alfresco.dataprep.ContentService;
|
|
||||||
import org.apache.chemistry.opencmis.client.api.CmisObject;
|
import org.apache.chemistry.opencmis.client.api.CmisObject;
|
||||||
import org.apache.chemistry.opencmis.commons.exceptions.CmisObjectNotFoundException;
|
import org.apache.chemistry.opencmis.commons.exceptions.CmisObjectNotFoundException;
|
||||||
import org.apache.http.HttpResponse;
|
import org.apache.http.HttpResponse;
|
||||||
@@ -64,6 +61,10 @@ import org.slf4j.Logger;
|
|||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
|
|
||||||
|
import org.alfresco.dataprep.AlfrescoHttpClient;
|
||||||
|
import org.alfresco.dataprep.AlfrescoHttpClientFactory;
|
||||||
|
import org.alfresco.dataprep.ContentService;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The base API class containing common methods for making v0 API requests
|
* The base API class containing common methods for making v0 API requests
|
||||||
*
|
*
|
||||||
@@ -98,9 +99,11 @@ public abstract class BaseAPI
|
|||||||
/**
|
/**
|
||||||
* Helper method to extract list of properties values from result.
|
* Helper method to extract list of properties values from result.
|
||||||
*
|
*
|
||||||
* @param result the response
|
* @param result
|
||||||
|
* the response
|
||||||
* @return list of specified property values in result
|
* @return list of specified property values in result
|
||||||
* @throws RuntimeException for malformed response
|
* @throws RuntimeException
|
||||||
|
* for malformed response
|
||||||
*/
|
*/
|
||||||
protected List<String> getPropertyValues(JSONObject result, String propertyName)
|
protected List<String> getPropertyValues(JSONObject result, String propertyName)
|
||||||
{
|
{
|
||||||
@@ -139,7 +142,7 @@ public abstract class BaseAPI
|
|||||||
for (int i = 0; i < items.length(); i++)
|
for (int i = 0; i < items.length(); i++)
|
||||||
{
|
{
|
||||||
JSONObject item = items.getJSONObject(i);
|
JSONObject item = items.getJSONObject(i);
|
||||||
if(nodeRef.equals(item.getString("nodeRef")))
|
if (nodeRef.equals(item.getString("nodeRef")))
|
||||||
{
|
{
|
||||||
propertyValue = item.getJSONObject("properties").getString(propertyName);
|
propertyValue = item.getJSONObject("properties").getString(propertyName);
|
||||||
}
|
}
|
||||||
@@ -152,13 +155,15 @@ public abstract class BaseAPI
|
|||||||
|
|
||||||
return propertyValue;
|
return propertyValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Helper method to extract property values from request result and put them in map as a list that corresponds to a unique property value.
|
* Helper method to extract property values from request result and put them in map as a list that corresponds to a unique property value.
|
||||||
*
|
*
|
||||||
* @param requestResult the request response
|
* @param requestResult
|
||||||
|
* the request response
|
||||||
* @return a map containing information about multiple properties values that correspond to a unique one
|
* @return a map containing information about multiple properties values that correspond to a unique one
|
||||||
* @throws RuntimeException for malformed response
|
* @throws RuntimeException
|
||||||
|
* for malformed response
|
||||||
*/
|
*/
|
||||||
protected Map<String, List<String>> getPropertyValuesByUniquePropertyValue(JSONObject requestResult, String uniqueProperty, List<String> otherProperties)
|
protected Map<String, List<String>> getPropertyValuesByUniquePropertyValue(JSONObject requestResult, String uniqueProperty, List<String> otherProperties)
|
||||||
{
|
{
|
||||||
@@ -189,11 +194,12 @@ public abstract class BaseAPI
|
|||||||
/**
|
/**
|
||||||
* Retrieves the nodeRef of an item (category, folder or record) with the given path
|
* Retrieves the nodeRef of an item (category, folder or record) with the given path
|
||||||
*
|
*
|
||||||
* @param username the username
|
* @param username
|
||||||
* @param password the password
|
* the username
|
||||||
* @param path the path to the container eg. in case of a category it would be the category name,
|
* @param password
|
||||||
* in case of a folder it would be /categoryName/folderName
|
* the password
|
||||||
* when trying to get File Plan, the path would be ""
|
* @param path
|
||||||
|
* the path to the container eg. in case of a category it would be the category name, in case of a folder it would be /categoryName/folderName when trying to get File Plan, the path would be ""
|
||||||
* @return the container nodeRef
|
* @return the container nodeRef
|
||||||
*/
|
*/
|
||||||
public String getItemNodeRef(String username, String password, String path)
|
public String getItemNodeRef(String username, String password, String path)
|
||||||
@@ -204,9 +210,12 @@ public abstract class BaseAPI
|
|||||||
/**
|
/**
|
||||||
* Retrieve a Cmis object by its path
|
* Retrieve a Cmis object by its path
|
||||||
*
|
*
|
||||||
* @param username the user's username
|
* @param username
|
||||||
* @param password its password
|
* the user's username
|
||||||
* @param path the object path
|
* @param password
|
||||||
|
* its password
|
||||||
|
* @param path
|
||||||
|
* the object path
|
||||||
* @return the object in case it exists, null if its does not exist
|
* @return the object in case it exists, null if its does not exist
|
||||||
*/
|
*/
|
||||||
protected CmisObject getObjectByPath(String username, String password, String path)
|
protected CmisObject getObjectByPath(String username, String password, String path)
|
||||||
@@ -215,7 +224,8 @@ public abstract class BaseAPI
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
object = contentService.getCMISSession(username, password).getObjectByPath(path);
|
object = contentService.getCMISSession(username, password).getObjectByPath(path);
|
||||||
} catch (CmisObjectNotFoundException notFoundError)
|
}
|
||||||
|
catch (CmisObjectNotFoundException notFoundError)
|
||||||
{
|
{
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
@@ -225,9 +235,12 @@ public abstract class BaseAPI
|
|||||||
/**
|
/**
|
||||||
* Generic faceted request.
|
* Generic faceted request.
|
||||||
*
|
*
|
||||||
* @param username the username
|
* @param username
|
||||||
* @param password the password
|
* the username
|
||||||
* @param parameters if the request has parameters
|
* @param password
|
||||||
|
* the password
|
||||||
|
* @param parameters
|
||||||
|
* if the request has parameters
|
||||||
* @return result object (see API reference for more details), null for any errors
|
* @return result object (see API reference for more details), null for any errors
|
||||||
*/
|
*/
|
||||||
protected JSONObject facetedRequest(String username, String password, List<NameValuePair> parameters, String requestURI)
|
protected JSONObject facetedRequest(String username, String password, List<NameValuePair> parameters, String requestURI)
|
||||||
@@ -237,13 +250,13 @@ public abstract class BaseAPI
|
|||||||
|
|
||||||
if (parameters == null || parameters.isEmpty())
|
if (parameters == null || parameters.isEmpty())
|
||||||
{
|
{
|
||||||
requestURL = MessageFormat.format(
|
requestURL = MessageFormat.format(
|
||||||
requestURI,
|
requestURI,
|
||||||
client.getAlfrescoUrl());
|
client.getAlfrescoUrl());
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
requestURL = MessageFormat.format(
|
requestURL = MessageFormat.format(
|
||||||
requestURI,
|
requestURI,
|
||||||
client.getAlfrescoUrl(),
|
client.getAlfrescoUrl(),
|
||||||
URLEncodedUtils.format(parameters, "UTF-8"));
|
URLEncodedUtils.format(parameters, "UTF-8"));
|
||||||
@@ -255,21 +268,26 @@ public abstract class BaseAPI
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Helper method for GET requests
|
* Helper method for GET requests
|
||||||
* @param adminUser user with administrative privileges
|
*
|
||||||
* @param adminPassword password for adminUser
|
* @param adminUser
|
||||||
* @param urlTemplate request URL template
|
* user with administrative privileges
|
||||||
* @param urlTemplateParams zero or more parameters used with <i>urlTemplate</i>
|
* @param adminPassword
|
||||||
|
* password for adminUser
|
||||||
|
* @param urlTemplate
|
||||||
|
* request URL template
|
||||||
|
* @param urlTemplateParams
|
||||||
|
* zero or more parameters used with <i>urlTemplate</i>
|
||||||
*/
|
*/
|
||||||
protected JSONObject doGetRequest(String adminUser,
|
protected JSONObject doGetRequest(String adminUser,
|
||||||
String adminPassword,
|
String adminPassword,
|
||||||
String urlTemplate,
|
String urlTemplate,
|
||||||
String ... urlTemplateParams)
|
String... urlTemplateParams)
|
||||||
{
|
{
|
||||||
AlfrescoHttpClient client = alfrescoHttpClientFactory.getObject();
|
AlfrescoHttpClient client = alfrescoHttpClientFactory.getObject();
|
||||||
String requestUrl = MessageFormat.format(
|
String requestUrl = MessageFormat.format(
|
||||||
urlTemplate,
|
urlTemplate,
|
||||||
client.getApiUrl(),
|
client.getApiUrl(),
|
||||||
urlTemplateParams);
|
urlTemplateParams);
|
||||||
client.close();
|
client.close();
|
||||||
|
|
||||||
try
|
try
|
||||||
@@ -284,21 +302,26 @@ public abstract class BaseAPI
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Helper method for Delete requests
|
* Helper method for Delete requests
|
||||||
* @param adminUser user with administrative privileges
|
*
|
||||||
* @param adminPassword password for adminUser
|
* @param adminUser
|
||||||
* @param urlTemplate request URL template
|
* user with administrative privileges
|
||||||
* @param urlTemplateParams zero or more parameters used with <i>urlTemplate</i>
|
* @param adminPassword
|
||||||
|
* password for adminUser
|
||||||
|
* @param urlTemplate
|
||||||
|
* request URL template
|
||||||
|
* @param urlTemplateParams
|
||||||
|
* zero or more parameters used with <i>urlTemplate</i>
|
||||||
*/
|
*/
|
||||||
protected JSONObject doDeleteRequest(String adminUser,
|
protected JSONObject doDeleteRequest(String adminUser,
|
||||||
String adminPassword,
|
String adminPassword,
|
||||||
String urlTemplate,
|
String urlTemplate,
|
||||||
String ... urlTemplateParams)
|
String... urlTemplateParams)
|
||||||
{
|
{
|
||||||
AlfrescoHttpClient client = alfrescoHttpClientFactory.getObject();
|
AlfrescoHttpClient client = alfrescoHttpClientFactory.getObject();
|
||||||
String requestUrl = MessageFormat.format(
|
String requestUrl = MessageFormat.format(
|
||||||
urlTemplate,
|
urlTemplate,
|
||||||
client.getApiUrl(),
|
client.getApiUrl(),
|
||||||
urlTemplateParams);
|
urlTemplateParams);
|
||||||
client.close();
|
client.close();
|
||||||
|
|
||||||
try
|
try
|
||||||
@@ -313,23 +336,29 @@ public abstract class BaseAPI
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Helper method for PUT requests
|
* Helper method for PUT requests
|
||||||
* @param adminUser user with administrative privileges
|
*
|
||||||
* @param adminPassword password for adminUser
|
* @param adminUser
|
||||||
* @param requestParams zero or more endpoint specific request parameters
|
* user with administrative privileges
|
||||||
* @param urlTemplate request URL template
|
* @param adminPassword
|
||||||
* @param urlTemplateParams zero or more parameters used with <i>urlTemplate</i>
|
* password for adminUser
|
||||||
|
* @param requestParams
|
||||||
|
* zero or more endpoint specific request parameters
|
||||||
|
* @param urlTemplate
|
||||||
|
* request URL template
|
||||||
|
* @param urlTemplateParams
|
||||||
|
* zero or more parameters used with <i>urlTemplate</i>
|
||||||
*/
|
*/
|
||||||
protected JSONObject doPutRequest(String adminUser,
|
protected JSONObject doPutRequest(String adminUser,
|
||||||
String adminPassword,
|
String adminPassword,
|
||||||
JSONObject requestParams,
|
JSONObject requestParams,
|
||||||
String urlTemplate,
|
String urlTemplate,
|
||||||
String ... urlTemplateParams)
|
String... urlTemplateParams)
|
||||||
{
|
{
|
||||||
AlfrescoHttpClient client = alfrescoHttpClientFactory.getObject();
|
AlfrescoHttpClient client = alfrescoHttpClientFactory.getObject();
|
||||||
String requestUrl = MessageFormat.format(
|
String requestUrl = MessageFormat.format(
|
||||||
urlTemplate,
|
urlTemplate,
|
||||||
client.getApiUrl(),
|
client.getApiUrl(),
|
||||||
urlTemplateParams);
|
urlTemplateParams);
|
||||||
client.close();
|
client.close();
|
||||||
|
|
||||||
try
|
try
|
||||||
@@ -345,19 +374,25 @@ public abstract class BaseAPI
|
|||||||
/**
|
/**
|
||||||
* Helper method for PUT requests
|
* Helper method for PUT requests
|
||||||
*
|
*
|
||||||
* @param adminUser user with administrative privileges
|
* @param adminUser
|
||||||
* @param adminPassword password for adminUser
|
* user with administrative privileges
|
||||||
* @param expectedStatusCode The expected return status code.
|
* @param adminPassword
|
||||||
* @param requestParams zero or more endpoint specific request parameters
|
* password for adminUser
|
||||||
* @param urlTemplate request URL template
|
* @param expectedStatusCode
|
||||||
* @param urlTemplateParams zero or more parameters used with <i>urlTemplate</i>
|
* The expected return status code.
|
||||||
|
* @param requestParams
|
||||||
|
* zero or more endpoint specific request parameters
|
||||||
|
* @param urlTemplate
|
||||||
|
* request URL template
|
||||||
|
* @param urlTemplateParams
|
||||||
|
* zero or more parameters used with <i>urlTemplate</i>
|
||||||
*/
|
*/
|
||||||
protected HttpResponse doPutJsonRequest(String adminUser,
|
protected HttpResponse doPutJsonRequest(String adminUser,
|
||||||
String adminPassword,
|
String adminPassword,
|
||||||
int expectedStatusCode,
|
int expectedStatusCode,
|
||||||
JSONObject requestParams,
|
JSONObject requestParams,
|
||||||
String urlTemplate,
|
String urlTemplate,
|
||||||
String... urlTemplateParams)
|
String... urlTemplateParams)
|
||||||
{
|
{
|
||||||
AlfrescoHttpClient client = alfrescoHttpClientFactory.getObject();
|
AlfrescoHttpClient client = alfrescoHttpClientFactory.getObject();
|
||||||
return doPutJsonRequest(adminUser, adminPassword, expectedStatusCode, client.getApiUrl(), requestParams, urlTemplate, urlTemplateParams);
|
return doPutJsonRequest(adminUser, adminPassword, expectedStatusCode, client.getApiUrl(), requestParams, urlTemplate, urlTemplateParams);
|
||||||
@@ -366,22 +401,30 @@ public abstract class BaseAPI
|
|||||||
/**
|
/**
|
||||||
* Helper method for PUT requests
|
* Helper method for PUT requests
|
||||||
*
|
*
|
||||||
* @param adminUser user with administrative privileges
|
* @param adminUser
|
||||||
* @param adminPassword password for adminUser
|
* user with administrative privileges
|
||||||
* @param expectedStatusCode The expected return status code.
|
* @param adminPassword
|
||||||
* @param urlStart the start of the URL (for example "alfresco/s/slingshot").
|
* password for adminUser
|
||||||
* @param requestParams zero or more endpoint specific request parameters
|
* @param expectedStatusCode
|
||||||
* @param urlTemplate request URL template
|
* The expected return status code.
|
||||||
* @param urlTemplateParams zero or more parameters used with <i>urlTemplate</i>
|
* @param urlStart
|
||||||
* @throws AssertionError if the returned status code is not as expected.
|
* the start of the URL (for example "alfresco/s/slingshot").
|
||||||
|
* @param requestParams
|
||||||
|
* zero or more endpoint specific request parameters
|
||||||
|
* @param urlTemplate
|
||||||
|
* request URL template
|
||||||
|
* @param urlTemplateParams
|
||||||
|
* zero or more parameters used with <i>urlTemplate</i>
|
||||||
|
* @throws AssertionError
|
||||||
|
* if the returned status code is not as expected.
|
||||||
*/
|
*/
|
||||||
private HttpResponse doPutJsonRequest(String adminUser,
|
private HttpResponse doPutJsonRequest(String adminUser,
|
||||||
String adminPassword,
|
String adminPassword,
|
||||||
int expectedStatusCode,
|
int expectedStatusCode,
|
||||||
String urlStart,
|
String urlStart,
|
||||||
JSONObject requestParams,
|
JSONObject requestParams,
|
||||||
String urlTemplate,
|
String urlTemplate,
|
||||||
String... urlTemplateParams)
|
String... urlTemplateParams)
|
||||||
{
|
{
|
||||||
String requestUrl = formatRequestUrl(urlStart, urlTemplate, urlTemplateParams);
|
String requestUrl = formatRequestUrl(urlStart, urlTemplate, urlTemplateParams);
|
||||||
try
|
try
|
||||||
@@ -399,9 +442,12 @@ public abstract class BaseAPI
|
|||||||
/**
|
/**
|
||||||
* Fill in the parameters for a URL template.
|
* Fill in the parameters for a URL template.
|
||||||
*
|
*
|
||||||
* @param urlStart The start of the URL.
|
* @param urlStart
|
||||||
* @param urlTemplate The template.
|
* The start of the URL.
|
||||||
* @param urlTemplateParams Any parameters that need to be filled into the URL template.
|
* @param urlTemplate
|
||||||
|
* The template.
|
||||||
|
* @param urlTemplateParams
|
||||||
|
* Any parameters that need to be filled into the URL template.
|
||||||
* @return The resultant URL.
|
* @return The resultant URL.
|
||||||
*/
|
*/
|
||||||
private String formatRequestUrl(String urlStart, String urlTemplate, String[] urlTemplateParams)
|
private String formatRequestUrl(String urlStart, String urlTemplate, String[] urlTemplateParams)
|
||||||
@@ -416,23 +462,29 @@ public abstract class BaseAPI
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Helper method for POST requests
|
* Helper method for POST requests
|
||||||
* @param adminUser user with administrative privileges
|
*
|
||||||
* @param adminPassword password for adminUser
|
* @param adminUser
|
||||||
* @param requestParams zero or more endpoint specific request parameters
|
* user with administrative privileges
|
||||||
* @param urlTemplate request URL template
|
* @param adminPassword
|
||||||
* @param urlTemplateParams zero or more parameters used with <i>urlTemplate</i>
|
* password for adminUser
|
||||||
|
* @param requestParams
|
||||||
|
* zero or more endpoint specific request parameters
|
||||||
|
* @param urlTemplate
|
||||||
|
* request URL template
|
||||||
|
* @param urlTemplateParams
|
||||||
|
* zero or more parameters used with <i>urlTemplate</i>
|
||||||
*/
|
*/
|
||||||
protected JSONObject doPostRequest(String adminUser,
|
protected JSONObject doPostRequest(String adminUser,
|
||||||
String adminPassword,
|
String adminPassword,
|
||||||
JSONObject requestParams,
|
JSONObject requestParams,
|
||||||
String urlTemplate,
|
String urlTemplate,
|
||||||
String ... urlTemplateParams)
|
String... urlTemplateParams)
|
||||||
{
|
{
|
||||||
AlfrescoHttpClient client = alfrescoHttpClientFactory.getObject();
|
AlfrescoHttpClient client = alfrescoHttpClientFactory.getObject();
|
||||||
String requestUrl = MessageFormat.format(
|
String requestUrl = MessageFormat.format(
|
||||||
urlTemplate,
|
urlTemplate,
|
||||||
client.getApiUrl(),
|
client.getApiUrl(),
|
||||||
urlTemplateParams);
|
urlTemplateParams);
|
||||||
client.close();
|
client.close();
|
||||||
|
|
||||||
try
|
try
|
||||||
@@ -448,19 +500,25 @@ public abstract class BaseAPI
|
|||||||
/**
|
/**
|
||||||
* Helper method for POST requests
|
* Helper method for POST requests
|
||||||
*
|
*
|
||||||
* @param adminUser user with administrative privileges
|
* @param adminUser
|
||||||
* @param adminPassword password for adminUser
|
* user with administrative privileges
|
||||||
* @param expectedStatusCode The expected return status code.
|
* @param adminPassword
|
||||||
* @param requestParams zero or more endpoint specific request parameters
|
* password for adminUser
|
||||||
* @param urlTemplate request URL template
|
* @param expectedStatusCode
|
||||||
* @param urlTemplateParams zero or more parameters used with <i>urlTemplate</i>
|
* The expected return status code.
|
||||||
|
* @param requestParams
|
||||||
|
* zero or more endpoint specific request parameters
|
||||||
|
* @param urlTemplate
|
||||||
|
* request URL template
|
||||||
|
* @param urlTemplateParams
|
||||||
|
* zero or more parameters used with <i>urlTemplate</i>
|
||||||
*/
|
*/
|
||||||
protected HttpResponse doPostJsonRequest(String adminUser,
|
protected HttpResponse doPostJsonRequest(String adminUser,
|
||||||
String adminPassword,
|
String adminPassword,
|
||||||
int expectedStatusCode,
|
int expectedStatusCode,
|
||||||
JSONObject requestParams,
|
JSONObject requestParams,
|
||||||
String urlTemplate,
|
String urlTemplate,
|
||||||
String... urlTemplateParams)
|
String... urlTemplateParams)
|
||||||
{
|
{
|
||||||
AlfrescoHttpClient client = alfrescoHttpClientFactory.getObject();
|
AlfrescoHttpClient client = alfrescoHttpClientFactory.getObject();
|
||||||
return doPostJsonRequest(adminUser, adminPassword, expectedStatusCode, client.getApiUrl(), requestParams, urlTemplate, urlTemplateParams);
|
return doPostJsonRequest(adminUser, adminPassword, expectedStatusCode, client.getApiUrl(), requestParams, urlTemplate, urlTemplateParams);
|
||||||
@@ -469,19 +527,25 @@ public abstract class BaseAPI
|
|||||||
/**
|
/**
|
||||||
* Helper method for POST requests to slingshot.
|
* Helper method for POST requests to slingshot.
|
||||||
*
|
*
|
||||||
* @param adminUser user with administrative privileges
|
* @param adminUser
|
||||||
* @param adminPassword password for adminUser
|
* user with administrative privileges
|
||||||
* @param expectedStatusCode The expected return status code.
|
* @param adminPassword
|
||||||
* @param requestParams zero or more endpoint specific request parameters
|
* password for adminUser
|
||||||
* @param urlTemplate request URL template
|
* @param expectedStatusCode
|
||||||
* @param urlTemplateParams zero or more parameters used with <i>urlTemplate</i>
|
* The expected return status code.
|
||||||
|
* @param requestParams
|
||||||
|
* zero or more endpoint specific request parameters
|
||||||
|
* @param urlTemplate
|
||||||
|
* request URL template
|
||||||
|
* @param urlTemplateParams
|
||||||
|
* zero or more parameters used with <i>urlTemplate</i>
|
||||||
*/
|
*/
|
||||||
protected HttpResponse doSlingshotPostJsonRequest(String adminUser,
|
protected HttpResponse doSlingshotPostJsonRequest(String adminUser,
|
||||||
String adminPassword,
|
String adminPassword,
|
||||||
int expectedStatusCode,
|
int expectedStatusCode,
|
||||||
JSONObject requestParams,
|
JSONObject requestParams,
|
||||||
String urlTemplate,
|
String urlTemplate,
|
||||||
String... urlTemplateParams)
|
String... urlTemplateParams)
|
||||||
{
|
{
|
||||||
AlfrescoHttpClient client = alfrescoHttpClientFactory.getObject();
|
AlfrescoHttpClient client = alfrescoHttpClientFactory.getObject();
|
||||||
return doPostJsonRequest(adminUser, adminPassword, expectedStatusCode, client.getAlfrescoUrl() + SLINGSHOT_PREFIX, requestParams, urlTemplate, urlTemplateParams);
|
return doPostJsonRequest(adminUser, adminPassword, expectedStatusCode, client.getAlfrescoUrl() + SLINGSHOT_PREFIX, requestParams, urlTemplate, urlTemplateParams);
|
||||||
@@ -490,22 +554,30 @@ public abstract class BaseAPI
|
|||||||
/**
|
/**
|
||||||
* Helper method for POST requests
|
* Helper method for POST requests
|
||||||
*
|
*
|
||||||
* @param adminUser user with administrative privileges
|
* @param adminUser
|
||||||
* @param adminPassword password for adminUser
|
* user with administrative privileges
|
||||||
* @param expectedStatusCode The expected return status code.
|
* @param adminPassword
|
||||||
* @param urlStart the start of the URL (for example "alfresco/s/slingshot").
|
* password for adminUser
|
||||||
* @param requestParams zero or more endpoint specific request parameters
|
* @param expectedStatusCode
|
||||||
* @param urlTemplate request URL template
|
* The expected return status code.
|
||||||
* @param urlTemplateParams zero or more parameters used with <i>urlTemplate</i>
|
* @param urlStart
|
||||||
* @throws AssertionError if the returned status code is not as expected.
|
* the start of the URL (for example "alfresco/s/slingshot").
|
||||||
|
* @param requestParams
|
||||||
|
* zero or more endpoint specific request parameters
|
||||||
|
* @param urlTemplate
|
||||||
|
* request URL template
|
||||||
|
* @param urlTemplateParams
|
||||||
|
* zero or more parameters used with <i>urlTemplate</i>
|
||||||
|
* @throws AssertionError
|
||||||
|
* if the returned status code is not as expected.
|
||||||
*/
|
*/
|
||||||
private HttpResponse doPostJsonRequest(String adminUser,
|
private HttpResponse doPostJsonRequest(String adminUser,
|
||||||
String adminPassword,
|
String adminPassword,
|
||||||
int expectedStatusCode,
|
int expectedStatusCode,
|
||||||
String urlStart,
|
String urlStart,
|
||||||
JSONObject requestParams,
|
JSONObject requestParams,
|
||||||
String urlTemplate,
|
String urlTemplate,
|
||||||
String... urlTemplateParams)
|
String... urlTemplateParams)
|
||||||
{
|
{
|
||||||
String requestUrl;
|
String requestUrl;
|
||||||
requestUrl = formatRequestUrl(urlStart, urlTemplate, urlTemplateParams);
|
requestUrl = formatRequestUrl(urlStart, urlTemplate, urlTemplateParams);
|
||||||
@@ -529,7 +601,8 @@ public abstract class BaseAPI
|
|||||||
/**
|
/**
|
||||||
* Try to convert the response body to a JSON object.
|
* Try to convert the response body to a JSON object.
|
||||||
*
|
*
|
||||||
* @param response The response.
|
* @param response
|
||||||
|
* The response.
|
||||||
* @return The JSON object or null if it was not possible to convert the response.
|
* @return The JSON object or null if it was not possible to convert the response.
|
||||||
*/
|
*/
|
||||||
private JSONObject responseBodyToJson(HttpResponse response)
|
private JSONObject responseBodyToJson(HttpResponse response)
|
||||||
@@ -554,21 +627,29 @@ public abstract class BaseAPI
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Helper method for handling generic HTTP requests
|
* Helper method for handling generic HTTP requests
|
||||||
* @param requestType request type (a subclass of {@link HttpRequestBase})
|
*
|
||||||
* @param requestUrl URL the request is to be sent to
|
* @param requestType
|
||||||
* @param adminUser user with administrative privileges
|
* request type (a subclass of {@link HttpRequestBase})
|
||||||
* @param adminPassword password for adminUser
|
* @param requestUrl
|
||||||
* @param requestParams endpoint specific request parameters
|
* URL the request is to be sent to
|
||||||
|
* @param adminUser
|
||||||
|
* user with administrative privileges
|
||||||
|
* @param adminPassword
|
||||||
|
* password for adminUser
|
||||||
|
* @param requestParams
|
||||||
|
* endpoint specific request parameters
|
||||||
* @return response body
|
* @return response body
|
||||||
* @throws IllegalAccessException for invalid <i>requestType</i>
|
* @throws IllegalAccessException
|
||||||
* @throws InstantiationException for invalid <i>requestType</i>
|
* for invalid <i>requestType</i>
|
||||||
|
* @throws InstantiationException
|
||||||
|
* for invalid <i>requestType</i>
|
||||||
*/
|
*/
|
||||||
private <T extends HttpRequestBase> JSONObject doRequest(
|
private <T extends HttpRequestBase> JSONObject doRequest(
|
||||||
Class<T> requestType,
|
Class<T> requestType,
|
||||||
String requestUrl,
|
String requestUrl,
|
||||||
String adminUser,
|
String adminUser,
|
||||||
String adminPassword,
|
String adminPassword,
|
||||||
JSONObject requestParams) throws InstantiationException, IllegalAccessException
|
JSONObject requestParams) throws InstantiationException, IllegalAccessException
|
||||||
{
|
{
|
||||||
AlfrescoHttpClient client = alfrescoHttpClientFactory.getObject();
|
AlfrescoHttpClient client = alfrescoHttpClientFactory.getObject();
|
||||||
T request = requestType.newInstance();
|
T request = requestType.newInstance();
|
||||||
@@ -593,34 +674,34 @@ public abstract class BaseAPI
|
|||||||
|
|
||||||
switch (response.getStatusLine().getStatusCode())
|
switch (response.getStatusLine().getStatusCode())
|
||||||
{
|
{
|
||||||
case HttpStatus.SC_OK:
|
case HttpStatus.SC_OK:
|
||||||
case HttpStatus.SC_CREATED:
|
case HttpStatus.SC_CREATED:
|
||||||
// request successful
|
// request successful
|
||||||
if (responseBody != null)
|
if (responseBody != null)
|
||||||
{
|
{
|
||||||
returnValues = responseBody;
|
returnValues = responseBody;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case HttpStatus.SC_INTERNAL_SERVER_ERROR:
|
case HttpStatus.SC_INTERNAL_SERVER_ERROR:
|
||||||
if (responseBody != null && responseBody.has(EXCEPTION_KEY))
|
if (responseBody != null && responseBody.has(EXCEPTION_KEY))
|
||||||
{
|
{
|
||||||
LOGGER.error("Request failed with error message: {}", responseBody.getString(MESSAGE_KEY));
|
LOGGER.error("Request failed with error message: {}", responseBody.getString(MESSAGE_KEY));
|
||||||
returnValues = responseBody;
|
returnValues = responseBody;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case HttpStatus.SC_BAD_REQUEST:
|
case HttpStatus.SC_BAD_REQUEST:
|
||||||
case HttpStatus.SC_UNPROCESSABLE_ENTITY:
|
case HttpStatus.SC_UNPROCESSABLE_ENTITY:
|
||||||
if (responseBody != null && responseBody.has(EXCEPTION_KEY))
|
if (responseBody != null && responseBody.has(EXCEPTION_KEY))
|
||||||
{
|
{
|
||||||
LOGGER.error("Request failed: {}", responseBody.getString(EXCEPTION_KEY));
|
LOGGER.error("Request failed: {}", responseBody.getString(EXCEPTION_KEY));
|
||||||
returnValues = responseBody;
|
returnValues = responseBody;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
LOGGER.error("Request returned unexpected HTTP status {}", response.getStatusLine().getStatusCode());
|
LOGGER.error("Request returned unexpected HTTP status {}", response.getStatusLine().getStatusCode());
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (JSONException error)
|
catch (JSONException error)
|
||||||
@@ -686,40 +767,16 @@ public abstract class BaseAPI
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Used to set RM items properties
|
* Used to set RM items properties including records, categories and folders
|
||||||
* including records, categories and folders
|
|
||||||
*/
|
*/
|
||||||
public enum RMProperty
|
public enum RMProperty
|
||||||
{
|
{
|
||||||
NAME,
|
NAME, TITLE, CONTENT, DESCRIPTION, AUTHOR, PHYSICAL_SIZE, NUMBER_OF_COPIES, STORAGE_LOCATION, SHELF, BOX, FILE, ORIGINATOR, ORIGINATING_ORGANIZATION, PUBLICATION_DATE
|
||||||
TITLE,
|
|
||||||
CONTENT,
|
|
||||||
DESCRIPTION,
|
|
||||||
AUTHOR,
|
|
||||||
PHYSICAL_SIZE,
|
|
||||||
NUMBER_OF_COPIES,
|
|
||||||
STORAGE_LOCATION,
|
|
||||||
SHELF,
|
|
||||||
BOX,
|
|
||||||
FILE,
|
|
||||||
ORIGINATOR,
|
|
||||||
ORIGINATING_ORGANIZATION,
|
|
||||||
PUBLICATION_DATE
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum RETENTION_SCHEDULE
|
public enum RETENTION_SCHEDULE
|
||||||
{
|
{
|
||||||
NAME,
|
NAME, DESCRIPTION, RETENTION_AUTHORITY, RETENTION_INSTRUCTIONS, RETENTION_PERIOD, RETENTION_LOCATION, RETENTION_PERIOD_PROPERTY, RETENTION_GHOST, RETENTION_ELIGIBLE_FIRST_EVENT, RETENTION_EVENTS, COMBINE_DISPOSITION_STEP_CONDITIONS
|
||||||
DESCRIPTION,
|
|
||||||
RETENTION_AUTHORITY,
|
|
||||||
RETENTION_INSTRUCTIONS,
|
|
||||||
RETENTION_PERIOD,
|
|
||||||
RETENTION_LOCATION,
|
|
||||||
RETENTION_PERIOD_PROPERTY,
|
|
||||||
RETENTION_GHOST,
|
|
||||||
RETENTION_ELIGIBLE_FIRST_EVENT,
|
|
||||||
RETENTION_EVENTS,
|
|
||||||
COMBINE_DISPOSITION_STEP_CONDITIONS
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -727,14 +784,8 @@ public abstract class BaseAPI
|
|||||||
*/
|
*/
|
||||||
public enum RM_ACTIONS
|
public enum RM_ACTIONS
|
||||||
{
|
{
|
||||||
EDIT_DISPOSITION_DATE("editDispositionActionAsOfDate"),
|
EDIT_DISPOSITION_DATE("editDispositionActionAsOfDate"), END_RETENTION("retain"), CUT_OFF("cutoff"), UNDO_CUT_OFF("undoCutoff"), TRANSFER("transfer"), COMPLETE_EVENT("completeEvent"), UNDO_EVENT("undoEvent"), DESTROY("destroy");
|
||||||
END_RETENTION("retain"),
|
|
||||||
CUT_OFF("cutoff"),
|
|
||||||
UNDO_CUT_OFF("undoCutoff"),
|
|
||||||
TRANSFER("transfer"),
|
|
||||||
COMPLETE_EVENT("completeEvent"),
|
|
||||||
UNDO_EVENT("undoEvent"),
|
|
||||||
DESTROY("destroy");
|
|
||||||
String action;
|
String action;
|
||||||
|
|
||||||
private RM_ACTIONS(String action)
|
private RM_ACTIONS(String action)
|
||||||
@@ -750,17 +801,16 @@ public abstract class BaseAPI
|
|||||||
|
|
||||||
public enum PermissionType
|
public enum PermissionType
|
||||||
{
|
{
|
||||||
SET_READ,
|
SET_READ, REMOVE_READ, SET_READ_AND_FILE, REMOVE_READ_AND_FILE,
|
||||||
REMOVE_READ,
|
|
||||||
SET_READ_AND_FILE,
|
|
||||||
REMOVE_READ_AND_FILE,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Util to return the property value from a map
|
* Util to return the property value from a map
|
||||||
*
|
*
|
||||||
* @param properties the map containing properties
|
* @param properties
|
||||||
* @param property to get value for
|
* the map containing properties
|
||||||
|
* @param property
|
||||||
|
* to get value for
|
||||||
* @return the property value
|
* @return the property value
|
||||||
*/
|
*/
|
||||||
public <K extends Enum<?>> String getPropertyValue(Map<K, String> properties, Enum<?> property)
|
public <K extends Enum<?>> String getPropertyValue(Map<K, String> properties, Enum<?> property)
|
||||||
@@ -776,10 +826,14 @@ public abstract class BaseAPI
|
|||||||
/**
|
/**
|
||||||
* Retrieves the property value and decides if that gets to be added to the request
|
* Retrieves the property value and decides if that gets to be added to the request
|
||||||
*
|
*
|
||||||
* @param requestParams the request parameters
|
* @param requestParams
|
||||||
* @param propertyRequestValue the property name in the request, eg. "prop_cm_name"
|
* the request parameters
|
||||||
* @param itemProperties map of item's properties values
|
* @param propertyRequestValue
|
||||||
* @param property the property in the property map to check value for
|
* the property name in the request, eg. "prop_cm_name"
|
||||||
|
* @param itemProperties
|
||||||
|
* map of item's properties values
|
||||||
|
* @param property
|
||||||
|
* the property in the property map to check value for
|
||||||
* @return the json object used in request with the property with its value added if that is not null or empty
|
* @return the json object used in request with the property with its value added if that is not null or empty
|
||||||
*/
|
*/
|
||||||
protected <K extends Enum<?>> JSONObject addPropertyToRequest(JSONObject requestParams, String propertyRequestValue, Map<K, String> itemProperties, Enum<?> property) throws JSONException
|
protected <K extends Enum<?>> JSONObject addPropertyToRequest(JSONObject requestParams, String propertyRequestValue, Map<K, String> itemProperties, Enum<?> property) throws JSONException
|
||||||
@@ -796,12 +850,14 @@ public abstract class BaseAPI
|
|||||||
/**
|
/**
|
||||||
* Deletes the category, folder or record given as parameter
|
* Deletes the category, folder or record given as parameter
|
||||||
*
|
*
|
||||||
* @param username the username with whom the delete is performed
|
* @param username
|
||||||
* @param password the user's password
|
* the username with whom the delete is performed
|
||||||
* @param itemPath the path to the item eg. in case of a category it would be the "/" + category name,
|
* @param password
|
||||||
* in case of a folder or subCategory it would be /categoryName/folderName or /categoryName/subCategoryName/
|
* the user's password
|
||||||
* in case of a record /categoryName/folderName/recordName
|
* @param itemPath
|
||||||
* @throws AssertionError if the delete was not successful.
|
* the path to the item eg. in case of a category it would be the "/" + category name, in case of a folder or subCategory it would be /categoryName/folderName or /categoryName/subCategoryName/ in case of a record /categoryName/folderName/recordName
|
||||||
|
* @throws AssertionError
|
||||||
|
* if the delete was not successful.
|
||||||
*/
|
*/
|
||||||
protected void deleteItem(String username, String password, String itemPath)
|
protected void deleteItem(String username, String password, String itemPath)
|
||||||
{
|
{
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -28,13 +28,8 @@ package org.alfresco.rest.core.v0;
|
|||||||
|
|
||||||
public enum RMEvents
|
public enum RMEvents
|
||||||
{
|
{
|
||||||
ABOLISHED("abolished"),
|
ABOLISHED("abolished"), ALL_ALLOWANCES_GRANTED_ARE_TERMINATED("all_allowances_granted_are_terminated"), CASE_CLOSED("case_closed"), DECLASSIFICATION_REVIEW("declassification_review"), OBSOLETE("obsolete"), NO_LONGER_NEEDED("no_longer_needed"), STUDY_COMPLETE("study_complete");
|
||||||
ALL_ALLOWANCES_GRANTED_ARE_TERMINATED("all_allowances_granted_are_terminated"),
|
|
||||||
CASE_CLOSED("case_closed"),
|
|
||||||
DECLASSIFICATION_REVIEW("declassification_review"),
|
|
||||||
OBSOLETE("obsolete"),
|
|
||||||
NO_LONGER_NEEDED("no_longer_needed"),
|
|
||||||
STUDY_COMPLETE("study_complete");
|
|
||||||
private String eventName;
|
private String eventName;
|
||||||
|
|
||||||
RMEvents(String eventName)
|
RMEvents(String eventName)
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -30,11 +30,11 @@ import java.util.List;
|
|||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
import org.alfresco.utility.model.TestModel;
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -47,43 +47,43 @@ import org.alfresco.utility.model.TestModel;
|
|||||||
@Data
|
@Data
|
||||||
@NoArgsConstructor
|
@NoArgsConstructor
|
||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
@JsonIgnoreProperties (ignoreUnknown = true)
|
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||||
public class AuditEntry extends TestModel
|
public class AuditEntry extends TestModel
|
||||||
{
|
{
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String nodeName;
|
private String nodeName;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private List<Object> changedValues;
|
private List<Object> changedValues;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String identifier;
|
private String identifier;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String path;
|
private String path;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String nodeRef;
|
private String nodeRef;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String fullName;
|
private String fullName;
|
||||||
|
|
||||||
@JsonProperty
|
@JsonProperty
|
||||||
private String createPerson;
|
private String createPerson;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String userName;
|
private String userName;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String userRole;
|
private String userRole;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String nodeType;
|
private String nodeType;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String event;
|
private String event;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String timestamp;
|
private String timestamp;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -29,24 +29,13 @@ package org.alfresco.rest.rm.community.model.audit;
|
|||||||
/**
|
/**
|
||||||
* Enumerates the list of events audited
|
* Enumerates the list of events audited
|
||||||
*
|
*
|
||||||
* @author Rodica Sutu
|
* @author Rodica Sutu
|
||||||
* @since 2.7
|
* @since 2.7
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public enum AuditEvents
|
public enum AuditEvents
|
||||||
{
|
{
|
||||||
CREATE_PERSON("Create Person", "Create User"),
|
CREATE_PERSON("Create Person", "Create User"), DELETE_PERSON("Delete Person", "Delete User"), CREATE_USER_GROUP("Create User Group", "Create User Group"), DELETE_USER_GROUP("Delete User Group", "Delete User Group"), ADD_TO_USER_GROUP("Add To User Group", "Add To User Group"), REMOVE_FROM_USER_GROUP("Remove From User Group", "Remove From User Group"), LOGIN_UNSUCCESSFUL("Login.Failure", "Login Unsuccessful"), LOGIN_SUCCESSFUL("Login.Success", "Login Successful"), CREATE_HOLD("Create Hold", "Create Hold"), DELETE_HOLD("Delete Hold", "Delete Hold"), ADD_TO_HOLD("Add To Hold", "Add To Hold"), REMOVE_FROM_HOLD("Remove From Hold", "Remove From Hold");
|
||||||
DELETE_PERSON("Delete Person", "Delete User"),
|
|
||||||
CREATE_USER_GROUP("Create User Group", "Create User Group"),
|
|
||||||
DELETE_USER_GROUP("Delete User Group", "Delete User Group"),
|
|
||||||
ADD_TO_USER_GROUP("Add To User Group", "Add To User Group"),
|
|
||||||
REMOVE_FROM_USER_GROUP("Remove From User Group", "Remove From User Group"),
|
|
||||||
LOGIN_UNSUCCESSFUL("Login.Failure", "Login Unsuccessful"),
|
|
||||||
LOGIN_SUCCESSFUL("Login.Success", "Login Successful"),
|
|
||||||
CREATE_HOLD("Create Hold", "Create Hold"),
|
|
||||||
DELETE_HOLD("Delete Hold", "Delete Hold"),
|
|
||||||
ADD_TO_HOLD("Add To Hold", "Add To Hold"),
|
|
||||||
REMOVE_FROM_HOLD("Remove From Hold", "Remove From Hold");
|
|
||||||
|
|
||||||
/** event audited */
|
/** event audited */
|
||||||
public final String event;
|
public final String event;
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -29,7 +29,6 @@ package org.alfresco.rest.rm.community.model.common;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
@@ -47,15 +46,15 @@ import lombok.NoArgsConstructor;
|
|||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
public class IdNamePair
|
public class IdNamePair
|
||||||
{
|
{
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String id;
|
private String id;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private List<String> aspectNames;
|
private List<String> aspectNames;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String nodeType;
|
private String nodeType;
|
||||||
}
|
}
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -27,10 +27,10 @@
|
|||||||
package org.alfresco.rest.rm.community.model.common;
|
package org.alfresco.rest.rm.community.model.common;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
||||||
|
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
|
|
||||||
import org.alfresco.utility.model.TestModel;
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -42,9 +42,9 @@ import org.alfresco.utility.model.TestModel;
|
|||||||
@Builder
|
@Builder
|
||||||
@Data
|
@Data
|
||||||
@EqualsAndHashCode(callSuper = true)
|
@EqualsAndHashCode(callSuper = true)
|
||||||
//@NoArgsConstructor
|
// @NoArgsConstructor
|
||||||
//@AllArgsConstructor
|
// @AllArgsConstructor
|
||||||
@JsonIgnoreProperties (ignoreUnknown = true)
|
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||||
public class Owner extends TestModel
|
public class Owner extends TestModel
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -29,15 +29,14 @@ package org.alfresco.rest.rm.community.model.common;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import org.alfresco.utility.model.TestModel;
|
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* POJO for path parameter
|
* POJO for path parameter
|
||||||
*
|
*
|
||||||
@@ -51,12 +50,12 @@ import lombok.NoArgsConstructor;
|
|||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
public class Path extends TestModel
|
public class Path extends TestModel
|
||||||
{
|
{
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private Boolean isComplete;
|
private Boolean isComplete;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private List<IdNamePair> elements;
|
private List<IdNamePair> elements;
|
||||||
}
|
}
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -27,7 +27,6 @@
|
|||||||
package org.alfresco.rest.rm.community.model.common;
|
package org.alfresco.rest.rm.community.model.common;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
@@ -45,9 +44,9 @@ import lombok.NoArgsConstructor;
|
|||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
public class ReviewPeriod
|
public class ReviewPeriod
|
||||||
{
|
{
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String periodType;
|
private String periodType;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String expression;
|
private String expression;
|
||||||
}
|
}
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -34,10 +34,8 @@ package org.alfresco.rest.rm.community.model.custom;
|
|||||||
*/
|
*/
|
||||||
public enum CustomDefinitions
|
public enum CustomDefinitions
|
||||||
{
|
{
|
||||||
ATTACHMENT("Attachment"),
|
ATTACHMENT("Attachment"), MESSAGE("Message"), NEXT_VERSION("Next Version"), RENDITION("Rendition");
|
||||||
MESSAGE("Message"),
|
|
||||||
NEXT_VERSION("Next Version"),
|
|
||||||
RENDITION("Rendition");
|
|
||||||
/**
|
/**
|
||||||
* The name of custom reference.
|
* The name of custom reference.
|
||||||
*/
|
*/
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -29,17 +29,16 @@ package org.alfresco.rest.rm.community.model.fileplan;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import org.alfresco.rest.model.RestByUserModel;
|
|
||||||
import org.alfresco.rest.rm.community.model.common.Path;
|
|
||||||
import org.alfresco.utility.model.TestModel;
|
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
|
import org.alfresco.rest.model.RestByUserModel;
|
||||||
|
import org.alfresco.rest.rm.community.model.common.Path;
|
||||||
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* POJO for file plan
|
* POJO for file plan
|
||||||
*
|
*
|
||||||
@@ -58,34 +57,34 @@ public class FilePlan extends TestModel
|
|||||||
/** Mandatory parameters */
|
/** Mandatory parameters */
|
||||||
/*************************/
|
/*************************/
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private RestByUserModel createdByUser;
|
private RestByUserModel createdByUser;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String modifiedAt;
|
private String modifiedAt;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String nodeType;
|
private String nodeType;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String parentId;
|
private String parentId;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private List<String> aspectNames;
|
private List<String> aspectNames;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String createdAt;
|
private String createdAt;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private RestByUserModel modifiedByUser;
|
private RestByUserModel modifiedByUser;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String id;
|
private String id;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private FilePlanProperties properties;
|
private FilePlanProperties properties;
|
||||||
|
|
||||||
/************************/
|
/************************/
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -34,15 +34,14 @@ import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanCo
|
|||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_TITLE;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_TITLE;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import org.alfresco.utility.model.TestModel;
|
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* POJO for file plan properties
|
* POJO for file plan properties
|
||||||
*
|
*
|
||||||
@@ -59,24 +58,24 @@ public class FilePlanProperties extends TestModel
|
|||||||
/*************************/
|
/*************************/
|
||||||
/** Mandatory parameters */
|
/** Mandatory parameters */
|
||||||
/*************************/
|
/*************************/
|
||||||
@JsonProperty (required = true, value = PROPERTIES_IDENTIFIER)
|
@JsonProperty(required = true, value = PROPERTIES_IDENTIFIER)
|
||||||
private String identifier;
|
private String identifier;
|
||||||
|
|
||||||
@JsonProperty (required = true, value = PROPERTIES_COMPONENT_ID)
|
@JsonProperty(required = true, value = PROPERTIES_COMPONENT_ID)
|
||||||
private String componentd;
|
private String componentd;
|
||||||
|
|
||||||
@JsonProperty (required = true, value = PROPERTIES_ROOT_NODE_REF)
|
@JsonProperty(required = true, value = PROPERTIES_ROOT_NODE_REF)
|
||||||
private String rootNodeRef;
|
private String rootNodeRef;
|
||||||
|
|
||||||
/************************/
|
/************************/
|
||||||
/** Optional parameters */
|
/** Optional parameters */
|
||||||
/************************/
|
/************************/
|
||||||
@JsonProperty (PROPERTIES_COUNT)
|
@JsonProperty(PROPERTIES_COUNT)
|
||||||
private Integer count;
|
private Integer count;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_TITLE)
|
@JsonProperty(PROPERTIES_TITLE)
|
||||||
private String title;
|
private String title;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_DESCRIPTION)
|
@JsonProperty(PROPERTIES_DESCRIPTION)
|
||||||
private String description;
|
private String description;
|
||||||
}
|
}
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -36,16 +36,15 @@ public class FilePlanComponentAspects
|
|||||||
{
|
{
|
||||||
/** Private constructor to prevent instantiation. */
|
/** Private constructor to prevent instantiation. */
|
||||||
private FilePlanComponentAspects()
|
private FilePlanComponentAspects()
|
||||||
{
|
{}
|
||||||
}
|
|
||||||
|
|
||||||
// aspect present on completed records
|
// aspect present on completed records
|
||||||
public static final String ASPECTS_COMPLETED_RECORD = "rma:declaredRecord";
|
public static final String ASPECTS_COMPLETED_RECORD = "rma:declaredRecord";
|
||||||
|
|
||||||
// aspect present on record folders/categories with vital records
|
// aspect present on record folders/categories with vital records
|
||||||
public static final String ASPECTS_VITAL_RECORD_DEFINITION= "rma:vitalRecordDefinition";
|
public static final String ASPECTS_VITAL_RECORD_DEFINITION = "rma:vitalRecordDefinition";
|
||||||
|
|
||||||
// aspect present on vital records
|
// aspect present on vital records
|
||||||
public static final String ASPECTS_VITAL_RECORD = "rma:vitalRecord";
|
public static final String ASPECTS_VITAL_RECORD = "rma:vitalRecord";
|
||||||
|
|
||||||
// Frozen aspect
|
// Frozen aspect
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -47,7 +47,7 @@ public class FilePlanComponentFields
|
|||||||
public static final String PROPERTIES_VITAL_RECORD_INDICATOR = "rma:vitalRecordIndicator";
|
public static final String PROPERTIES_VITAL_RECORD_INDICATOR = "rma:vitalRecordIndicator";
|
||||||
public static final String PROPERTIES_REVIEW_PERIOD = "rma:reviewPeriod";
|
public static final String PROPERTIES_REVIEW_PERIOD = "rma:reviewPeriod";
|
||||||
public static final String PROPERTIES_OWNER = "cm:owner";
|
public static final String PROPERTIES_OWNER = "cm:owner";
|
||||||
public static final String PROPERTIES_AUTHOR="cm:author";
|
public static final String PROPERTIES_AUTHOR = "cm:author";
|
||||||
|
|
||||||
/** Common properties for record folders and records */
|
/** Common properties for record folders and records */
|
||||||
public static final String PROPERTIES_RECORD_SEARCH_HAS_DISPOSITION_SCHEDULE = "rma:recordSearchHasDispositionSchedule";
|
public static final String PROPERTIES_RECORD_SEARCH_HAS_DISPOSITION_SCHEDULE = "rma:recordSearchHasDispositionSchedule";
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -29,11 +29,11 @@ package org.alfresco.rest.rm.community.model.hold;
|
|||||||
import java.util.Objects;
|
import java.util.Objects;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
import org.alfresco.utility.model.TestModel;
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -72,7 +72,7 @@ public class Hold extends TestModel
|
|||||||
}
|
}
|
||||||
Hold hold = (Hold) o;
|
Hold hold = (Hold) o;
|
||||||
return Objects.equals(id, hold.id) && Objects.equals(name, hold.name)
|
return Objects.equals(id, hold.id) && Objects.equals(name, hold.name)
|
||||||
&& Objects.equals(description, hold.description) && Objects.equals(reason, hold.reason);
|
&& Objects.equals(description, hold.description) && Objects.equals(reason, hold.reason);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -27,11 +27,11 @@
|
|||||||
package org.alfresco.rest.rm.community.model.hold;
|
package org.alfresco.rest.rm.community.model.hold;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
import org.alfresco.rest.search.RestRequestQueryModel;
|
import org.alfresco.rest.search.RestRequestQueryModel;
|
||||||
import org.alfresco.utility.model.TestModel;
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -26,8 +26,6 @@
|
|||||||
*/
|
*/
|
||||||
package org.alfresco.rest.rm.community.model.hold;
|
package org.alfresco.rest.rm.community.model.hold;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -30,6 +30,7 @@ import lombok.AllArgsConstructor;
|
|||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
import org.alfresco.utility.model.TestModel;
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -34,5 +34,4 @@ import org.alfresco.rest.core.RestModels;
|
|||||||
* @author Damian Ujma
|
* @author Damian Ujma
|
||||||
*/
|
*/
|
||||||
public class HoldBulkStatusCollection extends RestModels<HoldBulkStatusEntry, HoldBulkStatusCollection>
|
public class HoldBulkStatusCollection extends RestModels<HoldBulkStatusEntry, HoldBulkStatusCollection>
|
||||||
{
|
{}
|
||||||
}
|
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -26,13 +26,12 @@
|
|||||||
*/
|
*/
|
||||||
package org.alfresco.rest.rm.community.model.hold;
|
package org.alfresco.rest.rm.community.model.hold;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
import org.alfresco.rest.core.RestModels;
|
import org.alfresco.rest.core.RestModels;
|
||||||
|
|
||||||
@Builder
|
@Builder
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -27,12 +27,12 @@
|
|||||||
package org.alfresco.rest.rm.community.model.hold;
|
package org.alfresco.rest.rm.community.model.hold;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
import org.alfresco.utility.model.TestModel;
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -34,5 +34,4 @@ import org.alfresco.rest.core.RestModels;
|
|||||||
* @author Damian Ujma
|
* @author Damian Ujma
|
||||||
*/
|
*/
|
||||||
public class HoldChildCollection extends RestModels<HoldChildEntry, HoldChildCollection>
|
public class HoldChildCollection extends RestModels<HoldChildEntry, HoldChildCollection>
|
||||||
{
|
{}
|
||||||
}
|
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -27,12 +27,12 @@
|
|||||||
package org.alfresco.rest.rm.community.model.hold;
|
package org.alfresco.rest.rm.community.model.hold;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
import org.alfresco.rest.core.RestModels;
|
import org.alfresco.rest.core.RestModels;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -49,4 +49,4 @@ public class HoldChildEntry extends RestModels<Hold, HoldChildEntry>
|
|||||||
{
|
{
|
||||||
@JsonProperty
|
@JsonProperty
|
||||||
private HoldChild entry;
|
private HoldChild entry;
|
||||||
}
|
}
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -34,5 +34,4 @@ import org.alfresco.rest.core.RestModels;
|
|||||||
* @author Damian Ujma
|
* @author Damian Ujma
|
||||||
*/
|
*/
|
||||||
public class HoldCollection extends RestModels<HoldEntry, HoldCollection>
|
public class HoldCollection extends RestModels<HoldEntry, HoldCollection>
|
||||||
{
|
{}
|
||||||
}
|
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -27,12 +27,12 @@
|
|||||||
package org.alfresco.rest.rm.community.model.hold;
|
package org.alfresco.rest.rm.community.model.hold;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
import org.alfresco.utility.model.TestModel;
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -27,12 +27,12 @@
|
|||||||
package org.alfresco.rest.rm.community.model.hold;
|
package org.alfresco.rest.rm.community.model.hold;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
import org.alfresco.rest.core.RestModels;
|
import org.alfresco.rest.core.RestModels;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -27,12 +27,12 @@
|
|||||||
package org.alfresco.rest.rm.community.model.hold;
|
package org.alfresco.rest.rm.community.model.hold;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
import org.alfresco.rest.core.RestModels;
|
import org.alfresco.rest.core.RestModels;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -28,11 +28,11 @@ package org.alfresco.rest.rm.community.model.hold.v0;
|
|||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
import org.alfresco.utility.model.TestModel;
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -45,12 +45,12 @@ import org.alfresco.utility.model.TestModel;
|
|||||||
@Data
|
@Data
|
||||||
@NoArgsConstructor
|
@NoArgsConstructor
|
||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
@JsonIgnoreProperties (ignoreUnknown = true)
|
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||||
public class HoldEntry extends TestModel
|
public class HoldEntry extends TestModel
|
||||||
{
|
{
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String nodeRef;
|
private String nodeRef;
|
||||||
}
|
}
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -29,6 +29,11 @@ package org.alfresco.rest.rm.community.model.record;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
import lombok.AllArgsConstructor;
|
||||||
|
import lombok.Builder;
|
||||||
|
import lombok.Data;
|
||||||
|
import lombok.EqualsAndHashCode;
|
||||||
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
import org.alfresco.rest.core.IRestModel;
|
import org.alfresco.rest.core.IRestModel;
|
||||||
import org.alfresco.rest.core.assertion.ModelAssertion;
|
import org.alfresco.rest.core.assertion.ModelAssertion;
|
||||||
@@ -37,12 +42,6 @@ import org.alfresco.rest.model.RestNodeModel;
|
|||||||
import org.alfresco.rest.rm.community.model.common.Path;
|
import org.alfresco.rest.rm.community.model.common.Path;
|
||||||
import org.alfresco.utility.model.TestModel;
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
|
||||||
import lombok.Builder;
|
|
||||||
import lombok.Data;
|
|
||||||
import lombok.EqualsAndHashCode;
|
|
||||||
import lombok.NoArgsConstructor;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* POJO for record
|
* POJO for record
|
||||||
*
|
*
|
||||||
@@ -61,28 +60,28 @@ public class Record extends TestModel implements IRestModel<RestNodeModel>
|
|||||||
/*************************/
|
/*************************/
|
||||||
/** Mandatory parameters */
|
/** Mandatory parameters */
|
||||||
/*************************/
|
/*************************/
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String createdAt;
|
private String createdAt;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private RestByUserModel createdByUser;
|
private RestByUserModel createdByUser;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String modifiedAt;
|
private String modifiedAt;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private RestByUserModel modifiedByUser;
|
private RestByUserModel modifiedByUser;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String id;
|
private String id;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String nodeType;
|
private String nodeType;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String parentId;
|
private String parentId;
|
||||||
|
|
||||||
/************************/
|
/************************/
|
||||||
@@ -118,7 +117,7 @@ public class Record extends TestModel implements IRestModel<RestNodeModel>
|
|||||||
return assertThat();
|
return assertThat();
|
||||||
}
|
}
|
||||||
|
|
||||||
@JsonProperty (value = "entry")
|
@JsonProperty(value = "entry")
|
||||||
RestNodeModel model;
|
RestNodeModel model;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -27,15 +27,14 @@
|
|||||||
package org.alfresco.rest.rm.community.model.record;
|
package org.alfresco.rest.rm.community.model.record;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import org.alfresco.utility.model.TestModel;
|
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* POJO for File records
|
* POJO for File records
|
||||||
*
|
*
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -27,15 +27,14 @@
|
|||||||
package org.alfresco.rest.rm.community.model.record;
|
package org.alfresco.rest.rm.community.model.record;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import org.alfresco.utility.model.TestModel;
|
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* POJO for record content field
|
* POJO for record content field
|
||||||
*
|
*
|
||||||
@@ -50,15 +49,15 @@ import lombok.NoArgsConstructor;
|
|||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
public class RecordContent extends TestModel
|
public class RecordContent extends TestModel
|
||||||
{
|
{
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String mimeType;
|
private String mimeType;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String mimeTypeName;
|
private String mimeTypeName;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private Integer sizeInBytes;
|
private Integer sizeInBytes;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String encoding;
|
private String encoding;
|
||||||
}
|
}
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -64,7 +64,6 @@ import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanCo
|
|||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RECORD_SEARCH_VITAL_RECORD_REVIEW_PERIOD;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RECORD_SEARCH_VITAL_RECORD_REVIEW_PERIOD;
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RECORD_SEARCH_VITAL_RECORD_REVIEW_PERIOD_EXPRESSION;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RECORD_SEARCH_VITAL_RECORD_REVIEW_PERIOD_EXPRESSION;
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RESOLUTION_UNIT;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RESOLUTION_UNIT;
|
||||||
|
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_REVIEW_AS_OF;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_REVIEW_AS_OF;
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RMV_VERSIONED;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RMV_VERSIONED;
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_ROOT_NODE_REF;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_ROOT_NODE_REF;
|
||||||
@@ -85,12 +84,12 @@ import java.util.List;
|
|||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
import org.alfresco.rest.rm.community.model.common.Owner;
|
import org.alfresco.rest.rm.community.model.common.Owner;
|
||||||
import org.alfresco.utility.model.TestModel;
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
@@ -111,160 +110,160 @@ public class RecordProperties extends TestModel
|
|||||||
/*************************/
|
/*************************/
|
||||||
/** Mandatory parameters */
|
/** Mandatory parameters */
|
||||||
/*************************/
|
/*************************/
|
||||||
@JsonProperty (required = true, value = PROPERTIES_ROOT_NODE_REF)
|
@JsonProperty(required = true, value = PROPERTIES_ROOT_NODE_REF)
|
||||||
private String rootNodeRef;
|
private String rootNodeRef;
|
||||||
|
|
||||||
@JsonProperty (required = true, value = PROPERTIES_DATE_FILED)
|
@JsonProperty(required = true, value = PROPERTIES_DATE_FILED)
|
||||||
private String dateField;
|
private String dateField;
|
||||||
|
|
||||||
@JsonProperty (required = true, value = PROPERTIES_IDENTIFIER)
|
@JsonProperty(required = true, value = PROPERTIES_IDENTIFIER)
|
||||||
private String identifier;
|
private String identifier;
|
||||||
|
|
||||||
@JsonProperty (required = true, value = PROPERTIES_RECORD_SEARCH_HAS_DISPOSITION_SCHEDULE)
|
@JsonProperty(required = true, value = PROPERTIES_RECORD_SEARCH_HAS_DISPOSITION_SCHEDULE)
|
||||||
private Boolean recordSearchHasDispositionSchedule;
|
private Boolean recordSearchHasDispositionSchedule;
|
||||||
|
|
||||||
@JsonProperty (required = true, value = PROPERTIES_ORIGINAL_NAME)
|
@JsonProperty(required = true, value = PROPERTIES_ORIGINAL_NAME)
|
||||||
private String originalName;
|
private String originalName;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_CLASSIFICATION)
|
@JsonProperty(PROPERTIES_CLASSIFICATION)
|
||||||
private List<String> classification;
|
private List<String> classification;
|
||||||
|
|
||||||
/*********************************/
|
/*********************************/
|
||||||
/** Electronic record parameters */
|
/** Electronic record parameters */
|
||||||
/*********************************/
|
/*********************************/
|
||||||
@JsonProperty (PROPERTIES_VERSION_TYPE)
|
@JsonProperty(PROPERTIES_VERSION_TYPE)
|
||||||
private String versionType;
|
private String versionType;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_VERSION_LABEL)
|
@JsonProperty(PROPERTIES_VERSION_LABEL)
|
||||||
private String versionLabel;
|
private String versionLabel;
|
||||||
|
|
||||||
@JsonProperty(PROPERTIES_VERSIONED_NODEREF)
|
@JsonProperty(PROPERTIES_VERSIONED_NODEREF)
|
||||||
private String versionedNodeRef;
|
private String versionedNodeRef;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RMV_VERSIONED)
|
@JsonProperty(PROPERTIES_RMV_VERSIONED)
|
||||||
private String recordVersionLabel;
|
private String recordVersionLabel;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_DATE_TIME_ORIGINAL)
|
@JsonProperty(PROPERTIES_DATE_TIME_ORIGINAL)
|
||||||
private String dateTimeOriginal;
|
private String dateTimeOriginal;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_EXPOSURE_TIME)
|
@JsonProperty(PROPERTIES_EXPOSURE_TIME)
|
||||||
private Double exposureTime;
|
private Double exposureTime;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_FLASH)
|
@JsonProperty(PROPERTIES_FLASH)
|
||||||
private Boolean flash;
|
private Boolean flash;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_F_NUMBER)
|
@JsonProperty(PROPERTIES_F_NUMBER)
|
||||||
private Double fNumber;
|
private Double fNumber;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_FOCAL_LENGTH)
|
@JsonProperty(PROPERTIES_FOCAL_LENGTH)
|
||||||
private Double focalLength;
|
private Double focalLength;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_ISO_SPEED_RATINGS)
|
@JsonProperty(PROPERTIES_ISO_SPEED_RATINGS)
|
||||||
private Integer isoSpeedRatings;
|
private Integer isoSpeedRatings;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_MANUFACTURER)
|
@JsonProperty(PROPERTIES_MANUFACTURER)
|
||||||
private String manufacturer;
|
private String manufacturer;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_MODEL)
|
@JsonProperty(PROPERTIES_MODEL)
|
||||||
private String model;
|
private String model;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_ORIENTATION)
|
@JsonProperty(PROPERTIES_ORIENTATION)
|
||||||
private Integer orientation;
|
private Integer orientation;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_PIXEL_X_DIMENSION)
|
@JsonProperty(PROPERTIES_PIXEL_X_DIMENSION)
|
||||||
private Integer pixelXDimension;
|
private Integer pixelXDimension;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_PIXEL_Y_DIMENSION)
|
@JsonProperty(PROPERTIES_PIXEL_Y_DIMENSION)
|
||||||
private Integer pixelYDimension;
|
private Integer pixelYDimension;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RESOLUTION_UNIT)
|
@JsonProperty(PROPERTIES_RESOLUTION_UNIT)
|
||||||
private String resolutionUnit;
|
private String resolutionUnit;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_SOFTWARE)
|
@JsonProperty(PROPERTIES_SOFTWARE)
|
||||||
private String software;
|
private String software;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_X_RESOLUTION)
|
@JsonProperty(PROPERTIES_X_RESOLUTION)
|
||||||
private Double xResolution;
|
private Double xResolution;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_Y_RESOLUTION)
|
@JsonProperty(PROPERTIES_Y_RESOLUTION)
|
||||||
private Double yResolution;
|
private Double yResolution;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RECORD_ORIGINATING_LOCATION)
|
@JsonProperty(PROPERTIES_RECORD_ORIGINATING_LOCATION)
|
||||||
private String originatingLocation;
|
private String originatingLocation;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RECORD_ORIGINATING_USER_ID)
|
@JsonProperty(PROPERTIES_RECORD_ORIGINATING_USER_ID)
|
||||||
private String originatingUserId;
|
private String originatingUserId;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RECORD_ORIGINATING_CREATION_DATE)
|
@JsonProperty(PROPERTIES_RECORD_ORIGINATING_CREATION_DATE)
|
||||||
private String originatingCreationDate;
|
private String originatingCreationDate;
|
||||||
|
|
||||||
/*************************************/
|
/*************************************/
|
||||||
/** Non-electronic record parameters */
|
/** Non-electronic record parameters */
|
||||||
/*************************************/
|
/*************************************/
|
||||||
@JsonProperty (PROPERTIES_TITLE)
|
@JsonProperty(PROPERTIES_TITLE)
|
||||||
private String title;
|
private String title;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_SHELF)
|
@JsonProperty(PROPERTIES_SHELF)
|
||||||
private String shelf;
|
private String shelf;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_STORAGE_LOCATION)
|
@JsonProperty(PROPERTIES_STORAGE_LOCATION)
|
||||||
private String storageLocation;
|
private String storageLocation;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_FILE)
|
@JsonProperty(PROPERTIES_FILE)
|
||||||
private String file;
|
private String file;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_BOX)
|
@JsonProperty(PROPERTIES_BOX)
|
||||||
private String box;
|
private String box;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_DESCRIPTION)
|
@JsonProperty(PROPERTIES_DESCRIPTION)
|
||||||
private String description;
|
private String description;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_NUMBER_OF_COPIES)
|
@JsonProperty(PROPERTIES_NUMBER_OF_COPIES)
|
||||||
private Integer numberOfCopies;
|
private Integer numberOfCopies;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_PHYSICAL_SIZE)
|
@JsonProperty(PROPERTIES_PHYSICAL_SIZE)
|
||||||
private Integer physicalSize;
|
private Integer physicalSize;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_OWNER)
|
@JsonProperty(PROPERTIES_OWNER)
|
||||||
private Owner owner;
|
private Owner owner;
|
||||||
|
|
||||||
@JsonProperty(PROPERTIES_AUTHOR)
|
@JsonProperty(PROPERTIES_AUTHOR)
|
||||||
private String author;
|
private String author;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RECORD_SEARCH_DISPOSITION_PERIOD_EXPRESSION)
|
@JsonProperty(PROPERTIES_RECORD_SEARCH_DISPOSITION_PERIOD_EXPRESSION)
|
||||||
private String recordSearchDispositionPeriodExpression;
|
private String recordSearchDispositionPeriodExpression;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RECORD_SEARCH_DISPOSITION_AUTHORITY)
|
@JsonProperty(PROPERTIES_RECORD_SEARCH_DISPOSITION_AUTHORITY)
|
||||||
private String recordSearchDispositionAuthority;
|
private String recordSearchDispositionAuthority;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RECORD_SEARCH_DISPOSITION_ACTION_AS_OF)
|
@JsonProperty(PROPERTIES_RECORD_SEARCH_DISPOSITION_ACTION_AS_OF)
|
||||||
private Date recordSearchDispositionActionAsOf;
|
private Date recordSearchDispositionActionAsOf;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RECORD_SEARCH_DISPOSITION_PERIOD)
|
@JsonProperty(PROPERTIES_RECORD_SEARCH_DISPOSITION_PERIOD)
|
||||||
private String recordSearchDispositionPeriod;
|
private String recordSearchDispositionPeriod;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RECORD_SEARCH_DISPOSITION_ACTION_NAME)
|
@JsonProperty(PROPERTIES_RECORD_SEARCH_DISPOSITION_ACTION_NAME)
|
||||||
private String recordSearchDispositionActionName;
|
private String recordSearchDispositionActionName;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RECORD_SEARCH_DISPOSITION_EVENTS_ELIGIBLE)
|
@JsonProperty(PROPERTIES_RECORD_SEARCH_DISPOSITION_EVENTS_ELIGIBLE)
|
||||||
private Boolean recordSearchDispositionEventsEligible;
|
private Boolean recordSearchDispositionEventsEligible;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RECORD_SEARCH_DISPOSITION_EVENTS)
|
@JsonProperty(PROPERTIES_RECORD_SEARCH_DISPOSITION_EVENTS)
|
||||||
private List<String> recordSearchDispositionEvents;
|
private List<String> recordSearchDispositionEvents;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RECORD_SEARCH_DISPOSITION_INSTRUCTIONS)
|
@JsonProperty(PROPERTIES_RECORD_SEARCH_DISPOSITION_INSTRUCTIONS)
|
||||||
private String recordSearchDispositionInstructions;
|
private String recordSearchDispositionInstructions;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RECORD_SEARCH_VITAL_RECORD_REVIEW_PERIOD)
|
@JsonProperty(PROPERTIES_RECORD_SEARCH_VITAL_RECORD_REVIEW_PERIOD)
|
||||||
private String recordSearchVitalRecordReviewPeriod;
|
private String recordSearchVitalRecordReviewPeriod;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RECORD_SEARCH_VITAL_RECORD_REVIEW_PERIOD_EXPRESSION)
|
@JsonProperty(PROPERTIES_RECORD_SEARCH_VITAL_RECORD_REVIEW_PERIOD_EXPRESSION)
|
||||||
private String recordSearchVitalRecordReviewPeriodExpression;
|
private String recordSearchVitalRecordReviewPeriodExpression;
|
||||||
|
|
||||||
@JsonProperty(PROPERTIES_REVIEW_AS_OF)
|
@JsonProperty(PROPERTIES_REVIEW_AS_OF)
|
||||||
private Date reviewAsOf;
|
private Date reviewAsOf;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_STORE)
|
@JsonProperty(PROPERTIES_STORE)
|
||||||
private String store;
|
private String store;
|
||||||
|
|
||||||
@JsonProperty(PROPERTIES_WORM_UNLOCK_DATE)
|
@JsonProperty(PROPERTIES_WORM_UNLOCK_DATE)
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -29,17 +29,16 @@ package org.alfresco.rest.rm.community.model.recordcategory;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import org.alfresco.rest.model.RestByUserModel;
|
|
||||||
import org.alfresco.rest.rm.community.model.common.Path;
|
|
||||||
import org.alfresco.utility.model.TestModel;
|
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
|
import org.alfresco.rest.model.RestByUserModel;
|
||||||
|
import org.alfresco.rest.rm.community.model.common.Path;
|
||||||
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* POJO for record category
|
* POJO for record category
|
||||||
*
|
*
|
||||||
@@ -59,34 +58,34 @@ public class RecordCategory extends TestModel
|
|||||||
/** Mandatory parameters */
|
/** Mandatory parameters */
|
||||||
/*************************/
|
/*************************/
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private RestByUserModel createdByUser;
|
private RestByUserModel createdByUser;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String modifiedAt;
|
private String modifiedAt;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String nodeType;
|
private String nodeType;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String parentId;
|
private String parentId;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private List<String> aspectNames;
|
private List<String> aspectNames;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String createdAt;
|
private String createdAt;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private RestByUserModel modifiedByUser;
|
private RestByUserModel modifiedByUser;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String id;
|
private String id;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private RecordCategoryProperties properties;
|
private RecordCategoryProperties properties;
|
||||||
|
|
||||||
/************************/
|
/************************/
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -29,17 +29,16 @@ package org.alfresco.rest.rm.community.model.recordcategory;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import org.alfresco.rest.model.RestByUserModel;
|
|
||||||
import org.alfresco.rest.rm.community.model.common.Path;
|
|
||||||
import org.alfresco.utility.model.TestModel;
|
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
|
import org.alfresco.rest.model.RestByUserModel;
|
||||||
|
import org.alfresco.rest.rm.community.model.common.Path;
|
||||||
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* POJO for record category child
|
* POJO for record category child
|
||||||
*
|
*
|
||||||
@@ -58,28 +57,28 @@ public class RecordCategoryChild extends TestModel
|
|||||||
/*************************/
|
/*************************/
|
||||||
/** Mandatory parameters */
|
/** Mandatory parameters */
|
||||||
/*************************/
|
/*************************/
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String createdAt;
|
private String createdAt;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private RestByUserModel createdByUser;
|
private RestByUserModel createdByUser;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String modifiedAt;
|
private String modifiedAt;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private RestByUserModel modifiedByUser;
|
private RestByUserModel modifiedByUser;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String id;
|
private String id;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String nodeType;
|
private String nodeType;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String parentId;
|
private String parentId;
|
||||||
|
|
||||||
/************************/
|
/************************/
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -27,12 +27,11 @@
|
|||||||
package org.alfresco.rest.rm.community.model.recordcategory;
|
package org.alfresco.rest.rm.community.model.recordcategory;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import org.alfresco.rest.core.RestModels;
|
|
||||||
|
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
|
|
||||||
|
import org.alfresco.rest.core.RestModels;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* POJO for record category child entry
|
* POJO for record category child entry
|
||||||
*
|
*
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -32,15 +32,15 @@ import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanCo
|
|||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_IS_CLOSED;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_IS_CLOSED;
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_LOCATION;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_LOCATION;
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_OWNER;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_OWNER;
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RECORD_SEARCH_DISPOSITION_EVENTS;
|
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RECORD_SEARCH_HAS_DISPOSITION_SCHEDULE;
|
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RECORD_SEARCH_DISPOSITION_PERIOD_EXPRESSION;
|
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RECORD_SEARCH_DISPOSITION_AUTHORITY;
|
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RECORD_SEARCH_DISPOSITION_ACTION_AS_OF;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RECORD_SEARCH_DISPOSITION_ACTION_AS_OF;
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RECORD_SEARCH_DISPOSITION_PERIOD;
|
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RECORD_SEARCH_DISPOSITION_ACTION_NAME;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RECORD_SEARCH_DISPOSITION_ACTION_NAME;
|
||||||
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RECORD_SEARCH_DISPOSITION_AUTHORITY;
|
||||||
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RECORD_SEARCH_DISPOSITION_EVENTS;
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RECORD_SEARCH_DISPOSITION_EVENTS_ELIGIBLE;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RECORD_SEARCH_DISPOSITION_EVENTS_ELIGIBLE;
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RECORD_SEARCH_DISPOSITION_INSTRUCTIONS;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RECORD_SEARCH_DISPOSITION_INSTRUCTIONS;
|
||||||
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RECORD_SEARCH_DISPOSITION_PERIOD;
|
||||||
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RECORD_SEARCH_DISPOSITION_PERIOD_EXPRESSION;
|
||||||
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RECORD_SEARCH_HAS_DISPOSITION_SCHEDULE;
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_REVIEW_PERIOD;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_REVIEW_PERIOD;
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_ROOT_NODE_REF;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_ROOT_NODE_REF;
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_TITLE;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_TITLE;
|
||||||
@@ -51,18 +51,17 @@ import java.util.List;
|
|||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
||||||
|
|
||||||
import org.alfresco.rest.rm.community.model.common.Owner;
|
|
||||||
import org.alfresco.rest.rm.community.model.common.ReviewPeriod;
|
|
||||||
import org.alfresco.rest.rm.community.util.ReviewPeriodSerializer;
|
|
||||||
import org.alfresco.utility.model.TestModel;
|
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
|
import org.alfresco.rest.rm.community.model.common.Owner;
|
||||||
|
import org.alfresco.rest.rm.community.model.common.ReviewPeriod;
|
||||||
|
import org.alfresco.rest.rm.community.util.ReviewPeriodSerializer;
|
||||||
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* POJO for record category child properties
|
* POJO for record category child properties
|
||||||
*
|
*
|
||||||
@@ -79,65 +78,65 @@ public class RecordCategoryChildProperties extends TestModel
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/** Mandatory parameters - Shared by record categories and record folders */
|
/** Mandatory parameters - Shared by record categories and record folders */
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
@JsonProperty (required = true, value = PROPERTIES_TITLE)
|
@JsonProperty(required = true, value = PROPERTIES_TITLE)
|
||||||
private String title;
|
private String title;
|
||||||
|
|
||||||
@JsonProperty (required = true, value = PROPERTIES_VITAL_RECORD_INDICATOR)
|
@JsonProperty(required = true, value = PROPERTIES_VITAL_RECORD_INDICATOR)
|
||||||
private Boolean vitalRecordIndicator;
|
private Boolean vitalRecordIndicator;
|
||||||
|
|
||||||
@JsonProperty (required = true, value = PROPERTIES_ROOT_NODE_REF)
|
@JsonProperty(required = true, value = PROPERTIES_ROOT_NODE_REF)
|
||||||
private String rootNodeRef;
|
private String rootNodeRef;
|
||||||
|
|
||||||
@JsonProperty (required = true, value = PROPERTIES_IDENTIFIER)
|
@JsonProperty(required = true, value = PROPERTIES_IDENTIFIER)
|
||||||
private String identifier;
|
private String identifier;
|
||||||
|
|
||||||
@JsonProperty (required = true, value = PROPERTIES_REVIEW_PERIOD)
|
@JsonProperty(required = true, value = PROPERTIES_REVIEW_PERIOD)
|
||||||
@JsonSerialize (using = ReviewPeriodSerializer.class)
|
@JsonSerialize(using = ReviewPeriodSerializer.class)
|
||||||
private ReviewPeriod reviewPeriod;
|
private ReviewPeriod reviewPeriod;
|
||||||
|
|
||||||
@JsonProperty (required = true, value = PROPERTIES_DESCRIPTION)
|
@JsonProperty(required = true, value = PROPERTIES_DESCRIPTION)
|
||||||
private String description;
|
private String description;
|
||||||
|
|
||||||
/*********************************************************/
|
/*********************************************************/
|
||||||
/** Optional parameters - Applies only to record folders */
|
/** Optional parameters - Applies only to record folders */
|
||||||
/*********************************************************/
|
/*********************************************************/
|
||||||
@JsonProperty (PROPERTIES_HELD_CHILDREN_COUNT)
|
@JsonProperty(PROPERTIES_HELD_CHILDREN_COUNT)
|
||||||
private Integer heldChildrenCount;
|
private Integer heldChildrenCount;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_LOCATION)
|
@JsonProperty(PROPERTIES_LOCATION)
|
||||||
private String location;
|
private String location;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_IS_CLOSED)
|
@JsonProperty(PROPERTIES_IS_CLOSED)
|
||||||
private Boolean isClosed;
|
private Boolean isClosed;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RECORD_SEARCH_HAS_DISPOSITION_SCHEDULE)
|
@JsonProperty(PROPERTIES_RECORD_SEARCH_HAS_DISPOSITION_SCHEDULE)
|
||||||
private Boolean recordSearchHasDispositionSchedule;
|
private Boolean recordSearchHasDispositionSchedule;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RECORD_SEARCH_DISPOSITION_PERIOD_EXPRESSION)
|
@JsonProperty(PROPERTIES_RECORD_SEARCH_DISPOSITION_PERIOD_EXPRESSION)
|
||||||
private String recordSearchDispositionPeriodExpression;
|
private String recordSearchDispositionPeriodExpression;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RECORD_SEARCH_DISPOSITION_AUTHORITY)
|
@JsonProperty(PROPERTIES_RECORD_SEARCH_DISPOSITION_AUTHORITY)
|
||||||
private String recordSearchDispositionAuthority;
|
private String recordSearchDispositionAuthority;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RECORD_SEARCH_DISPOSITION_ACTION_AS_OF)
|
@JsonProperty(PROPERTIES_RECORD_SEARCH_DISPOSITION_ACTION_AS_OF)
|
||||||
private Date recordSearchDispositionActionAsOf;
|
private Date recordSearchDispositionActionAsOf;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RECORD_SEARCH_DISPOSITION_PERIOD)
|
@JsonProperty(PROPERTIES_RECORD_SEARCH_DISPOSITION_PERIOD)
|
||||||
private String recordSearchDispositionPeriod;
|
private String recordSearchDispositionPeriod;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RECORD_SEARCH_DISPOSITION_ACTION_NAME)
|
@JsonProperty(PROPERTIES_RECORD_SEARCH_DISPOSITION_ACTION_NAME)
|
||||||
private String recordSearchDispositionActionName;
|
private String recordSearchDispositionActionName;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RECORD_SEARCH_DISPOSITION_EVENTS_ELIGIBLE)
|
@JsonProperty(PROPERTIES_RECORD_SEARCH_DISPOSITION_EVENTS_ELIGIBLE)
|
||||||
private Boolean recordSearchDispositionEventsEligible;
|
private Boolean recordSearchDispositionEventsEligible;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RECORD_SEARCH_DISPOSITION_INSTRUCTIONS)
|
@JsonProperty(PROPERTIES_RECORD_SEARCH_DISPOSITION_INSTRUCTIONS)
|
||||||
private String recordSearchDispositionInstructions;
|
private String recordSearchDispositionInstructions;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RECORD_SEARCH_DISPOSITION_EVENTS)
|
@JsonProperty(PROPERTIES_RECORD_SEARCH_DISPOSITION_EVENTS)
|
||||||
private List<String> recordSearchDispositionEvents;
|
private List<String> recordSearchDispositionEvents;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_OWNER)
|
@JsonProperty(PROPERTIES_OWNER)
|
||||||
private Owner owner;
|
private Owner owner;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -27,13 +27,12 @@
|
|||||||
package org.alfresco.rest.rm.community.model.recordcategory;
|
package org.alfresco.rest.rm.community.model.recordcategory;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
import lombok.Data;
|
||||||
|
import lombok.EqualsAndHashCode;
|
||||||
|
|
||||||
import org.alfresco.rest.core.RestModels;
|
import org.alfresco.rest.core.RestModels;
|
||||||
import org.alfresco.rest.rm.community.model.fileplan.FilePlan;
|
import org.alfresco.rest.rm.community.model.fileplan.FilePlan;
|
||||||
|
|
||||||
import lombok.Data;
|
|
||||||
import lombok.EqualsAndHashCode;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* POJO for file plan entry
|
* POJO for file plan entry
|
||||||
*
|
*
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -35,24 +35,22 @@ import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanCo
|
|||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_TITLE;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_TITLE;
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_VITAL_RECORD_INDICATOR;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_VITAL_RECORD_INDICATOR;
|
||||||
|
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
||||||
|
|
||||||
import org.alfresco.rest.rm.community.model.common.Owner;
|
|
||||||
import org.alfresco.rest.rm.community.model.common.ReviewPeriod;
|
|
||||||
import org.alfresco.rest.rm.community.util.ReviewPeriodSerializer;
|
|
||||||
import org.alfresco.utility.model.TestModel;
|
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
|
import org.alfresco.rest.rm.community.model.common.Owner;
|
||||||
|
import org.alfresco.rest.rm.community.model.common.ReviewPeriod;
|
||||||
|
import org.alfresco.rest.rm.community.util.ReviewPeriodSerializer;
|
||||||
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* POJO for record category properties
|
* POJO for record category properties
|
||||||
*
|
*
|
||||||
@@ -64,37 +62,37 @@ import lombok.NoArgsConstructor;
|
|||||||
@EqualsAndHashCode(callSuper = true)
|
@EqualsAndHashCode(callSuper = true)
|
||||||
@NoArgsConstructor
|
@NoArgsConstructor
|
||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
@JsonIgnoreProperties (ignoreUnknown = true)
|
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||||
public class RecordCategoryProperties extends TestModel
|
public class RecordCategoryProperties extends TestModel
|
||||||
{
|
{
|
||||||
/*************************/
|
/*************************/
|
||||||
/** Mandatory parameters */
|
/** Mandatory parameters */
|
||||||
/*************************/
|
/*************************/
|
||||||
@JsonProperty (required = true, value = PROPERTIES_IDENTIFIER)
|
@JsonProperty(required = true, value = PROPERTIES_IDENTIFIER)
|
||||||
private String identifier;
|
private String identifier;
|
||||||
|
|
||||||
@JsonProperty (required = true, value = PROPERTIES_REVIEW_PERIOD)
|
@JsonProperty(required = true, value = PROPERTIES_REVIEW_PERIOD)
|
||||||
@JsonSerialize (using = ReviewPeriodSerializer.class)
|
@JsonSerialize(using = ReviewPeriodSerializer.class)
|
||||||
private ReviewPeriod reviewPeriod;
|
private ReviewPeriod reviewPeriod;
|
||||||
|
|
||||||
@JsonProperty (required = true, value = PROPERTIES_VITAL_RECORD_INDICATOR)
|
@JsonProperty(required = true, value = PROPERTIES_VITAL_RECORD_INDICATOR)
|
||||||
private Boolean vitalRecordIndicator;
|
private Boolean vitalRecordIndicator;
|
||||||
|
|
||||||
/************************/
|
/************************/
|
||||||
/** Optional parameters */
|
/** Optional parameters */
|
||||||
/************************/
|
/************************/
|
||||||
@JsonProperty (PROPERTIES_TITLE)
|
@JsonProperty(PROPERTIES_TITLE)
|
||||||
private String title;
|
private String title;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_ROOT_NODE_REF)
|
@JsonProperty(PROPERTIES_ROOT_NODE_REF)
|
||||||
private String rootNodeRef;
|
private String rootNodeRef;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_DESCRIPTION)
|
@JsonProperty(PROPERTIES_DESCRIPTION)
|
||||||
private String description;
|
private String description;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_OWNER)
|
@JsonProperty(PROPERTIES_OWNER)
|
||||||
private Owner owner;
|
private Owner owner;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_CLASSIFICATION)
|
@JsonProperty(PROPERTIES_CLASSIFICATION)
|
||||||
private List<String> classification;
|
private List<String> classification;
|
||||||
}
|
}
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -29,17 +29,16 @@ package org.alfresco.rest.rm.community.model.recordfolder;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import org.alfresco.rest.model.RestByUserModel;
|
|
||||||
import org.alfresco.rest.rm.community.model.common.Path;
|
|
||||||
import org.alfresco.utility.model.TestModel;
|
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
|
import org.alfresco.rest.model.RestByUserModel;
|
||||||
|
import org.alfresco.rest.rm.community.model.common.Path;
|
||||||
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* POJO for record folder
|
* POJO for record folder
|
||||||
*
|
*
|
||||||
@@ -56,34 +55,34 @@ public class RecordFolder extends TestModel
|
|||||||
/*************************/
|
/*************************/
|
||||||
/** Mandatory parameters */
|
/** Mandatory parameters */
|
||||||
/*************************/
|
/*************************/
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private RestByUserModel createdByUser;
|
private RestByUserModel createdByUser;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String modifiedAt;
|
private String modifiedAt;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String nodeType;
|
private String nodeType;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String parentId;
|
private String parentId;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private List<String> aspectNames;
|
private List<String> aspectNames;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String createdAt;
|
private String createdAt;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private RestByUserModel modifiedByUser;
|
private RestByUserModel modifiedByUser;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String id;
|
private String id;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private RecordFolderProperties properties;
|
private RecordFolderProperties properties;
|
||||||
|
|
||||||
/************************/
|
/************************/
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -27,16 +27,15 @@
|
|||||||
package org.alfresco.rest.rm.community.model.recordfolder;
|
package org.alfresco.rest.rm.community.model.recordfolder;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import org.alfresco.rest.core.RestModels;
|
|
||||||
import org.alfresco.rest.rm.community.model.record.Record;
|
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
|
import org.alfresco.rest.core.RestModels;
|
||||||
|
import org.alfresco.rest.rm.community.model.record.Record;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* POJO for record folder entry
|
* POJO for record folder entry
|
||||||
*
|
*
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -33,10 +33,8 @@ import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanCo
|
|||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_IS_CLOSED;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_IS_CLOSED;
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_LOCATION;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_LOCATION;
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_OWNER;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_OWNER;
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RECORD_SEARCH_DISPOSITION_AUTHORITY;
|
||||||
.PROPERTIES_RECORD_SEARCH_DISPOSITION_AUTHORITY;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RECORD_SEARCH_DISPOSITION_INSTRUCTIONS;
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields
|
|
||||||
.PROPERTIES_RECORD_SEARCH_DISPOSITION_INSTRUCTIONS;
|
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RECORD_SEARCH_HAS_DISPOSITION_SCHEDULE;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RECORD_SEARCH_HAS_DISPOSITION_SCHEDULE;
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RECORD_SEARCH_VITAL_RECORD_REVIEW_PERIOD;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RECORD_SEARCH_VITAL_RECORD_REVIEW_PERIOD;
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RECORD_SEARCH_VITAL_RECORD_REVIEW_PERIOD_EXPRESSION;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_RECORD_SEARCH_VITAL_RECORD_REVIEW_PERIOD_EXPRESSION;
|
||||||
@@ -50,18 +48,17 @@ import java.util.List;
|
|||||||
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
||||||
|
|
||||||
import org.alfresco.rest.rm.community.model.common.Owner;
|
|
||||||
import org.alfresco.rest.rm.community.model.common.ReviewPeriod;
|
|
||||||
import org.alfresco.rest.rm.community.util.ReviewPeriodSerializer;
|
|
||||||
import org.alfresco.utility.model.TestModel;
|
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
|
import org.alfresco.rest.rm.community.model.common.Owner;
|
||||||
|
import org.alfresco.rest.rm.community.model.common.ReviewPeriod;
|
||||||
|
import org.alfresco.rest.rm.community.util.ReviewPeriodSerializer;
|
||||||
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* POJO for record folder properties
|
* POJO for record folder properties
|
||||||
*
|
*
|
||||||
@@ -73,62 +70,62 @@ import lombok.NoArgsConstructor;
|
|||||||
@EqualsAndHashCode(callSuper = true)
|
@EqualsAndHashCode(callSuper = true)
|
||||||
@NoArgsConstructor
|
@NoArgsConstructor
|
||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
@JsonIgnoreProperties (ignoreUnknown = true)
|
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||||
public class RecordFolderProperties extends TestModel
|
public class RecordFolderProperties extends TestModel
|
||||||
{
|
{
|
||||||
/*************************/
|
/*************************/
|
||||||
/** Mandatory parameters */
|
/** Mandatory parameters */
|
||||||
/*************************/
|
/*************************/
|
||||||
@JsonProperty (required = true, value = PROPERTIES_IS_CLOSED)
|
@JsonProperty(required = true, value = PROPERTIES_IS_CLOSED)
|
||||||
private Boolean isClosed;
|
private Boolean isClosed;
|
||||||
|
|
||||||
@JsonProperty (required = true, value = PROPERTIES_IDENTIFIER)
|
@JsonProperty(required = true, value = PROPERTIES_IDENTIFIER)
|
||||||
private String identifier;
|
private String identifier;
|
||||||
|
|
||||||
@JsonProperty (required = true, value = PROPERTIES_HELD_CHILDREN_COUNT)
|
@JsonProperty(required = true, value = PROPERTIES_HELD_CHILDREN_COUNT)
|
||||||
private Integer heldChildrenCount;
|
private Integer heldChildrenCount;
|
||||||
|
|
||||||
/************************/
|
/************************/
|
||||||
/** Optional parameters */
|
/** Optional parameters */
|
||||||
/************************/
|
/************************/
|
||||||
@JsonProperty (PROPERTIES_TITLE)
|
@JsonProperty(PROPERTIES_TITLE)
|
||||||
private String title;
|
private String title;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_VITAL_RECORD_INDICATOR)
|
@JsonProperty(PROPERTIES_VITAL_RECORD_INDICATOR)
|
||||||
private Boolean vitalRecordIndicator;
|
private Boolean vitalRecordIndicator;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_ROOT_NODE_REF)
|
@JsonProperty(PROPERTIES_ROOT_NODE_REF)
|
||||||
private String rootNodeRef;
|
private String rootNodeRef;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_LOCATION)
|
@JsonProperty(PROPERTIES_LOCATION)
|
||||||
private String location;
|
private String location;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RECORD_SEARCH_HAS_DISPOSITION_SCHEDULE)
|
@JsonProperty(PROPERTIES_RECORD_SEARCH_HAS_DISPOSITION_SCHEDULE)
|
||||||
private Boolean recordSearchHasDispositionSchedule;
|
private Boolean recordSearchHasDispositionSchedule;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_REVIEW_PERIOD)
|
@JsonProperty(PROPERTIES_REVIEW_PERIOD)
|
||||||
@JsonSerialize (using = ReviewPeriodSerializer.class)
|
@JsonSerialize(using = ReviewPeriodSerializer.class)
|
||||||
private ReviewPeriod reviewPeriod;
|
private ReviewPeriod reviewPeriod;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_CLASSIFICATION)
|
@JsonProperty(PROPERTIES_CLASSIFICATION)
|
||||||
private List<String> classification;
|
private List<String> classification;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_DESCRIPTION)
|
@JsonProperty(PROPERTIES_DESCRIPTION)
|
||||||
private String description;
|
private String description;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_OWNER)
|
@JsonProperty(PROPERTIES_OWNER)
|
||||||
private Owner owner;
|
private Owner owner;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RECORD_SEARCH_VITAL_RECORD_REVIEW_PERIOD)
|
@JsonProperty(PROPERTIES_RECORD_SEARCH_VITAL_RECORD_REVIEW_PERIOD)
|
||||||
private String recordSearchVitalRecordReviewPeriod;
|
private String recordSearchVitalRecordReviewPeriod;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RECORD_SEARCH_VITAL_RECORD_REVIEW_PERIOD_EXPRESSION)
|
@JsonProperty(PROPERTIES_RECORD_SEARCH_VITAL_RECORD_REVIEW_PERIOD_EXPRESSION)
|
||||||
private String recordSearchVitalRecordReviewPeriodExpression;
|
private String recordSearchVitalRecordReviewPeriodExpression;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RECORD_SEARCH_DISPOSITION_AUTHORITY)
|
@JsonProperty(PROPERTIES_RECORD_SEARCH_DISPOSITION_AUTHORITY)
|
||||||
private String recordSearchDispositionAuthority;
|
private String recordSearchDispositionAuthority;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RECORD_SEARCH_DISPOSITION_INSTRUCTIONS)
|
@JsonProperty(PROPERTIES_RECORD_SEARCH_DISPOSITION_INSTRUCTIONS)
|
||||||
private String recordSearchDispositionInstructions;
|
private String recordSearchDispositionInstructions;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -26,12 +26,13 @@
|
|||||||
*/
|
*/
|
||||||
package org.alfresco.rest.rm.community.model.retentionschedule;
|
package org.alfresco.rest.rm.community.model.retentionschedule;
|
||||||
|
|
||||||
import lombok.EqualsAndHashCode;
|
|
||||||
import org.alfresco.utility.model.TestModel;
|
|
||||||
import lombok.Data;
|
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
import lombok.Data;
|
||||||
|
import lombok.EqualsAndHashCode;
|
||||||
|
|
||||||
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* retention schedule
|
* retention schedule
|
||||||
*/
|
*/
|
||||||
@@ -39,7 +40,7 @@ import java.util.List;
|
|||||||
@Data
|
@Data
|
||||||
public class RetentionSchedule extends TestModel
|
public class RetentionSchedule extends TestModel
|
||||||
{
|
{
|
||||||
private String id ;
|
private String id;
|
||||||
private String parentId;
|
private String parentId;
|
||||||
private String authority;
|
private String authority;
|
||||||
private String instructions;
|
private String instructions;
|
||||||
@@ -52,7 +53,8 @@ public class RetentionSchedule extends TestModel
|
|||||||
return isRecordLevel;
|
return isRecordLevel;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setIsRecordLevel(boolean recordLevel) {
|
public void setIsRecordLevel(boolean recordLevel)
|
||||||
|
{
|
||||||
isRecordLevel = recordLevel;
|
isRecordLevel = recordLevel;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -27,6 +27,7 @@
|
|||||||
package org.alfresco.rest.rm.community.model.retentionschedule;
|
package org.alfresco.rest.rm.community.model.retentionschedule;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -47,4 +48,4 @@ public class RetentionScheduleActionDefinition
|
|||||||
private boolean retainRecordMetadataAfterDestruction;
|
private boolean retainRecordMetadataAfterDestruction;
|
||||||
private String location;
|
private String location;
|
||||||
private int index;
|
private int index;
|
||||||
}
|
}
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -27,6 +27,6 @@
|
|||||||
package org.alfresco.rest.rm.community.model.retentionschedule;
|
package org.alfresco.rest.rm.community.model.retentionschedule;
|
||||||
|
|
||||||
import org.alfresco.rest.core.RestModels;
|
import org.alfresco.rest.core.RestModels;
|
||||||
|
|
||||||
public class RetentionScheduleCollection extends RestModels<RetentionScheduleEntry, RetentionScheduleCollection>
|
public class RetentionScheduleCollection extends RestModels<RetentionScheduleEntry, RetentionScheduleCollection>
|
||||||
{
|
{}
|
||||||
}
|
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -28,7 +28,9 @@ package org.alfresco.rest.rm.community.model.retentionschedule;
|
|||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
|
|
||||||
import org.alfresco.rest.core.RestModels;
|
import org.alfresco.rest.core.RestModels;
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
public class RetentionScheduleEntry extends RestModels<RetentionSchedule, RetentionScheduleEntry>
|
public class RetentionScheduleEntry extends RestModels<RetentionSchedule, RetentionScheduleEntry>
|
||||||
{
|
{
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -29,5 +29,4 @@ package org.alfresco.rest.rm.community.model.retentionschedule;
|
|||||||
import org.alfresco.rest.core.RestModels;
|
import org.alfresco.rest.core.RestModels;
|
||||||
|
|
||||||
public class RetentionScheduleStepCollection extends RestModels<RetentionScheduleStepEntry, RetentionScheduleStepCollection>
|
public class RetentionScheduleStepCollection extends RestModels<RetentionScheduleStepEntry, RetentionScheduleStepCollection>
|
||||||
{
|
{}
|
||||||
}
|
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -28,6 +28,7 @@ package org.alfresco.rest.rm.community.model.retentionschedule;
|
|||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
|
|
||||||
import org.alfresco.rest.core.RestModels;
|
import org.alfresco.rest.core.RestModels;
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -31,26 +31,7 @@ package org.alfresco.rest.rm.community.model.rules;
|
|||||||
*/
|
*/
|
||||||
public enum ActionsOnRule
|
public enum ActionsOnRule
|
||||||
{
|
{
|
||||||
COMPLETE_RECORD("declareRecord"),
|
COMPLETE_RECORD("declareRecord"), REOPEN_RECORD("undeclareRecord"), OPEN_RECORD_FOLDER("openRecordFolder"), CLOSE_RECORD_FOLDER("closeRecordFolder"), FILE_TO("fileTo"), COPY_TO("copyTo"), MOVE_TO("moveTo"), LINK_TO("linkTo"), REJECT("reject"), REQUEST_INFORMATION("requestInfo"), COMPLETE_EVENT("completeEvent"), ADD_RECORD_TYPES("addRecordTypes"), EXECUTE_SCRIPT("executeScript"), SEND_EMAIL("sendEmail"), SET_PROPERTY_VALUE_COLL_SITE("set-property-value"), SET_PROPERTY_VALUE_RM("setPropertyValue"), HIDE_RECORD("hide-record"), DECLARE_VERSION_AS_RECORD("declare-as-version-record"), DECLARE_AS_RECORD("create-record"), WORM_LOCK("wormLock");
|
||||||
REOPEN_RECORD("undeclareRecord"),
|
|
||||||
OPEN_RECORD_FOLDER("openRecordFolder"),
|
|
||||||
CLOSE_RECORD_FOLDER("closeRecordFolder"),
|
|
||||||
FILE_TO("fileTo"),
|
|
||||||
COPY_TO("copyTo"),
|
|
||||||
MOVE_TO("moveTo"),
|
|
||||||
LINK_TO("linkTo"),
|
|
||||||
REJECT("reject"),
|
|
||||||
REQUEST_INFORMATION("requestInfo"),
|
|
||||||
COMPLETE_EVENT("completeEvent"),
|
|
||||||
ADD_RECORD_TYPES("addRecordTypes"),
|
|
||||||
EXECUTE_SCRIPT("executeScript"),
|
|
||||||
SEND_EMAIL("sendEmail"),
|
|
||||||
SET_PROPERTY_VALUE_COLL_SITE("set-property-value"),
|
|
||||||
SET_PROPERTY_VALUE_RM("setPropertyValue"),
|
|
||||||
HIDE_RECORD("hide-record"),
|
|
||||||
DECLARE_VERSION_AS_RECORD("declare-as-version-record"),
|
|
||||||
DECLARE_AS_RECORD("create-record"),
|
|
||||||
WORM_LOCK("wormLock");
|
|
||||||
|
|
||||||
private String actionValue;
|
private String actionValue;
|
||||||
|
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -31,18 +31,17 @@ package org.alfresco.rest.rm.community.model.rules;
|
|||||||
*/
|
*/
|
||||||
public enum ConditionsOnRule
|
public enum ConditionsOnRule
|
||||||
{
|
{
|
||||||
UPDATE("update"),
|
UPDATE("update"), ADDED("inbound"), REMOVED("outbound");
|
||||||
ADDED("inbound"),
|
|
||||||
REMOVED("outbound");
|
|
||||||
private String whenConditionValue;
|
private String whenConditionValue;
|
||||||
|
|
||||||
ConditionsOnRule(String value)
|
ConditionsOnRule(String value)
|
||||||
{
|
{
|
||||||
this.whenConditionValue = value;
|
this.whenConditionValue = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getWhenConditionValue()
|
public String getWhenConditionValue()
|
||||||
{
|
{
|
||||||
return whenConditionValue;
|
return whenConditionValue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -200,4 +200,3 @@ public class RuleDefinition
|
|||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -27,15 +27,14 @@
|
|||||||
package org.alfresco.rest.rm.community.model.site;
|
package org.alfresco.rest.rm.community.model.site;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import org.alfresco.rest.model.RestSiteModel;
|
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
|
import org.alfresco.rest.model.RestSiteModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* POJO for RM Site component
|
* POJO for RM Site component
|
||||||
*
|
*
|
||||||
@@ -48,7 +47,7 @@ import lombok.NoArgsConstructor;
|
|||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
public class RMSite extends RestSiteModel
|
public class RMSite extends RestSiteModel
|
||||||
{
|
{
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private RMSiteCompliance compliance;
|
private RMSiteCompliance compliance;
|
||||||
|
|
||||||
/** Private constructor allowing Lombok to include superclass fields in the builder. */
|
/** Private constructor allowing Lombok to include superclass fields in the builder. */
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -34,6 +34,5 @@ package org.alfresco.rest.rm.community.model.site;
|
|||||||
*/
|
*/
|
||||||
public enum RMSiteCompliance
|
public enum RMSiteCompliance
|
||||||
{
|
{
|
||||||
STANDARD,
|
STANDARD, DOD5015
|
||||||
DOD5015
|
|
||||||
}
|
}
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -27,16 +27,8 @@
|
|||||||
package org.alfresco.rest.rm.community.model.site;
|
package org.alfresco.rest.rm.community.model.site;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*RM Site properties from the RM Model Schema
|
* RM Site properties from the RM Model Schema "entry": { "id": "string", "guid": "string", "title": "string", "description": "string", "visibility": "{@link org.springframework.social.alfresco.api.entities.Site.Visibility}", "compliance": "{@link RMSiteCompliance}", "role": "{@link org.alfresco.utility.constants.UserRole}" }
|
||||||
*"entry": {
|
*
|
||||||
* "id": "string",
|
|
||||||
* "guid": "string",
|
|
||||||
* "title": "string",
|
|
||||||
* "description": "string",
|
|
||||||
* "visibility": "{@link org.springframework.social.alfresco.api.entities.Site.Visibility}",
|
|
||||||
* "compliance": "{@link RMSiteCompliance}",
|
|
||||||
* "role": "{@link org.alfresco.utility.constants.UserRole}"
|
|
||||||
*}
|
|
||||||
* @author Tuna Aksoy
|
* @author Tuna Aksoy
|
||||||
* @author Rodica Sutu
|
* @author Rodica Sutu
|
||||||
* @since 2.6
|
* @since 2.6
|
||||||
@@ -47,6 +39,6 @@ public class RMSiteFields
|
|||||||
public static final String COMPLIANCE = "compliance";
|
public static final String COMPLIANCE = "compliance";
|
||||||
public static final String TITLE = "title";
|
public static final String TITLE = "title";
|
||||||
public static final String DESCRIPTION = "description";
|
public static final String DESCRIPTION = "description";
|
||||||
public static final String VISIBILITY ="visibility";
|
public static final String VISIBILITY = "visibility";
|
||||||
public static final String ROLE = "role";
|
public static final String ROLE = "role";
|
||||||
}
|
}
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -30,16 +30,15 @@ package org.alfresco.rest.rm.community.model.transfer;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import org.alfresco.rest.model.RestByUserModel;
|
|
||||||
import org.alfresco.utility.model.TestModel;
|
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
|
import org.alfresco.rest.model.RestByUserModel;
|
||||||
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* POJO for Transfer
|
* POJO for Transfer
|
||||||
*
|
*
|
||||||
@@ -56,28 +55,28 @@ public class Transfer extends TestModel
|
|||||||
/*************************/
|
/*************************/
|
||||||
/** Mandatory parameters */
|
/** Mandatory parameters */
|
||||||
/*************************/
|
/*************************/
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private RestByUserModel createdByUser;
|
private RestByUserModel createdByUser;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String nodeType;
|
private String nodeType;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String parentId;
|
private String parentId;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private List<String> aspectNames;
|
private List<String> aspectNames;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String createdAt;
|
private String createdAt;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String id;
|
private String id;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private TransferProperties properties;
|
private TransferProperties properties;
|
||||||
|
|
||||||
/************************/
|
/************************/
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -30,17 +30,16 @@ package org.alfresco.rest.rm.community.model.transfer;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import org.alfresco.rest.model.RestByUserModel;
|
|
||||||
import org.alfresco.rest.rm.community.model.common.Path;
|
|
||||||
import org.alfresco.utility.model.TestModel;
|
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
|
import org.alfresco.rest.model.RestByUserModel;
|
||||||
|
import org.alfresco.rest.rm.community.model.common.Path;
|
||||||
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* POJO for transfer child
|
* POJO for transfer child
|
||||||
*
|
*
|
||||||
@@ -57,28 +56,28 @@ public class TransferChild extends TestModel
|
|||||||
/*************************/
|
/*************************/
|
||||||
/** Mandatory parameters */
|
/** Mandatory parameters */
|
||||||
/*************************/
|
/*************************/
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String createdAt;
|
private String createdAt;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private RestByUserModel createdByUser;
|
private RestByUserModel createdByUser;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String modifiedAt;
|
private String modifiedAt;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private RestByUserModel modifiedByUser;
|
private RestByUserModel modifiedByUser;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String id;
|
private String id;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String nodeType;
|
private String nodeType;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String parentId;
|
private String parentId;
|
||||||
|
|
||||||
/************************/
|
/************************/
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -31,6 +31,7 @@ import org.alfresco.rest.core.RestModels;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Handle collection of {@link TransferChildEntry}
|
* Handle collection of {@link TransferChildEntry}
|
||||||
|
*
|
||||||
* @author Silviu Dinuta
|
* @author Silviu Dinuta
|
||||||
* @since 2.6
|
* @since 2.6
|
||||||
*/
|
*/
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -27,16 +27,15 @@
|
|||||||
|
|
||||||
package org.alfresco.rest.rm.community.model.transfer;
|
package org.alfresco.rest.rm.community.model.transfer;
|
||||||
|
|
||||||
import org.alfresco.rest.core.RestModels;
|
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
|
import org.alfresco.rest.core.RestModels;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* POJO for transfer child entry
|
* POJO for transfer child entry
|
||||||
*
|
*
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -64,20 +64,19 @@ import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanCo
|
|||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_X_RESOLUTION;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_X_RESOLUTION;
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_Y_RESOLUTION;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_Y_RESOLUTION;
|
||||||
|
|
||||||
import org.alfresco.rest.rm.community.model.common.Owner;
|
|
||||||
import org.alfresco.rest.rm.community.model.common.ReviewPeriod;
|
|
||||||
import org.alfresco.rest.rm.community.util.ReviewPeriodSerializer;
|
|
||||||
import org.alfresco.utility.model.TestModel;
|
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
|
import org.alfresco.rest.rm.community.model.common.Owner;
|
||||||
|
import org.alfresco.rest.rm.community.model.common.ReviewPeriod;
|
||||||
|
import org.alfresco.rest.rm.community.util.ReviewPeriodSerializer;
|
||||||
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* POJO for transfer child properties
|
* POJO for transfer child properties
|
||||||
*
|
*
|
||||||
@@ -92,128 +91,127 @@ import lombok.NoArgsConstructor;
|
|||||||
public class TransferChildProperties extends TestModel
|
public class TransferChildProperties extends TestModel
|
||||||
{
|
{
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/** Mandatory parameters - Shared by record folders and records*/
|
/** Mandatory parameters - Shared by record folders and records */
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
@JsonProperty (PROPERTIES_TITLE)
|
@JsonProperty(PROPERTIES_TITLE)
|
||||||
private String title;
|
private String title;
|
||||||
|
|
||||||
@JsonProperty (required = true, value = PROPERTIES_ROOT_NODE_REF)
|
@JsonProperty(required = true, value = PROPERTIES_ROOT_NODE_REF)
|
||||||
private String rootNodeRef;
|
private String rootNodeRef;
|
||||||
|
|
||||||
@JsonProperty (required = true, value = PROPERTIES_IDENTIFIER)
|
@JsonProperty(required = true, value = PROPERTIES_IDENTIFIER)
|
||||||
private String identifier;
|
private String identifier;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_DESCRIPTION)
|
@JsonProperty(PROPERTIES_DESCRIPTION)
|
||||||
private String description;
|
private String description;
|
||||||
|
|
||||||
/*********************************************************/
|
/*********************************************************/
|
||||||
/** Optional parameters - Applies only to record folders */
|
/** Optional parameters - Applies only to record folders */
|
||||||
/*********************************************************/
|
/*********************************************************/
|
||||||
@JsonProperty (PROPERTIES_VITAL_RECORD_INDICATOR)
|
@JsonProperty(PROPERTIES_VITAL_RECORD_INDICATOR)
|
||||||
private Boolean vitalRecordIndicator;
|
private Boolean vitalRecordIndicator;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_REVIEW_PERIOD)
|
@JsonProperty(PROPERTIES_REVIEW_PERIOD)
|
||||||
@JsonSerialize (using = ReviewPeriodSerializer.class)
|
@JsonSerialize(using = ReviewPeriodSerializer.class)
|
||||||
private ReviewPeriod reviewPeriod;
|
private ReviewPeriod reviewPeriod;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_HELD_CHILDREN_COUNT)
|
@JsonProperty(PROPERTIES_HELD_CHILDREN_COUNT)
|
||||||
private Integer heldChildrenCount;
|
private Integer heldChildrenCount;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_LOCATION)
|
@JsonProperty(PROPERTIES_LOCATION)
|
||||||
private String location;
|
private String location;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_IS_CLOSED)
|
@JsonProperty(PROPERTIES_IS_CLOSED)
|
||||||
private Boolean isClosed;
|
private Boolean isClosed;
|
||||||
|
|
||||||
/*********************************************************/
|
/*********************************************************/
|
||||||
/** Optional parameters - Applies only to records */
|
/** Optional parameters - Applies only to records */
|
||||||
/*********************************************************/
|
/*********************************************************/
|
||||||
@JsonProperty (PROPERTIES_DATE_FILED)
|
@JsonProperty(PROPERTIES_DATE_FILED)
|
||||||
private String dateField;
|
private String dateField;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RECORD_SEARCH_HAS_DISPOSITION_SCHEDULE)
|
@JsonProperty(PROPERTIES_RECORD_SEARCH_HAS_DISPOSITION_SCHEDULE)
|
||||||
private Boolean recordSearchHasDispositionSchedule;
|
private Boolean recordSearchHasDispositionSchedule;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_ORIGINAL_NAME)
|
@JsonProperty(PROPERTIES_ORIGINAL_NAME)
|
||||||
private String originalName;
|
private String originalName;
|
||||||
|
|
||||||
|
|
||||||
/*********************************/
|
/*********************************/
|
||||||
/** Electronic record parameters */
|
/** Electronic record parameters */
|
||||||
/*********************************/
|
/*********************************/
|
||||||
@JsonProperty (PROPERTIES_VERSION_TYPE)
|
@JsonProperty(PROPERTIES_VERSION_TYPE)
|
||||||
private String versionType;
|
private String versionType;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_VERSION_LABEL)
|
@JsonProperty(PROPERTIES_VERSION_LABEL)
|
||||||
private String versionLabel;
|
private String versionLabel;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_DATE_TIME_ORIGINAL)
|
@JsonProperty(PROPERTIES_DATE_TIME_ORIGINAL)
|
||||||
private String dateTimeOriginal;
|
private String dateTimeOriginal;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_EXPOSURE_TIME)
|
@JsonProperty(PROPERTIES_EXPOSURE_TIME)
|
||||||
private Double exposureTime;
|
private Double exposureTime;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_FLASH)
|
@JsonProperty(PROPERTIES_FLASH)
|
||||||
private Boolean flash;
|
private Boolean flash;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_F_NUMBER)
|
@JsonProperty(PROPERTIES_F_NUMBER)
|
||||||
private Double fNumber;
|
private Double fNumber;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_FOCAL_LENGTH)
|
@JsonProperty(PROPERTIES_FOCAL_LENGTH)
|
||||||
private Double focalLength;
|
private Double focalLength;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_ISO_SPEED_RATINGS)
|
@JsonProperty(PROPERTIES_ISO_SPEED_RATINGS)
|
||||||
private Integer isoSpeedRatings;
|
private Integer isoSpeedRatings;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_MANUFACTURER)
|
@JsonProperty(PROPERTIES_MANUFACTURER)
|
||||||
private String manufacturer;
|
private String manufacturer;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_MODEL)
|
@JsonProperty(PROPERTIES_MODEL)
|
||||||
private String model;
|
private String model;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_ORIENTATION)
|
@JsonProperty(PROPERTIES_ORIENTATION)
|
||||||
private Integer orientation;
|
private Integer orientation;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_PIXEL_X_DIMENSION)
|
@JsonProperty(PROPERTIES_PIXEL_X_DIMENSION)
|
||||||
private Integer pixelXDimension;
|
private Integer pixelXDimension;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_PIXEL_Y_DIMENSION)
|
@JsonProperty(PROPERTIES_PIXEL_Y_DIMENSION)
|
||||||
private Integer pixelYDimension;
|
private Integer pixelYDimension;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RESOLUTION_UNIT)
|
@JsonProperty(PROPERTIES_RESOLUTION_UNIT)
|
||||||
private String resolutionUnit;
|
private String resolutionUnit;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_SOFTWARE)
|
@JsonProperty(PROPERTIES_SOFTWARE)
|
||||||
private String software;
|
private String software;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_X_RESOLUTION)
|
@JsonProperty(PROPERTIES_X_RESOLUTION)
|
||||||
private Double xResolution;
|
private Double xResolution;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_Y_RESOLUTION)
|
@JsonProperty(PROPERTIES_Y_RESOLUTION)
|
||||||
private Double yResolution;
|
private Double yResolution;
|
||||||
|
|
||||||
/*************************************/
|
/*************************************/
|
||||||
/** Non-electronic record parameters */
|
/** Non-electronic record parameters */
|
||||||
/*************************************/
|
/*************************************/
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_SHELF)
|
@JsonProperty(PROPERTIES_SHELF)
|
||||||
private String shelf;
|
private String shelf;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_STORAGE_LOCATION)
|
@JsonProperty(PROPERTIES_STORAGE_LOCATION)
|
||||||
private String storageLocation;
|
private String storageLocation;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_FILE)
|
@JsonProperty(PROPERTIES_FILE)
|
||||||
private String file;
|
private String file;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_BOX)
|
@JsonProperty(PROPERTIES_BOX)
|
||||||
private String box;
|
private String box;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_NUMBER_OF_COPIES)
|
@JsonProperty(PROPERTIES_NUMBER_OF_COPIES)
|
||||||
private Integer numberOfCopies;
|
private Integer numberOfCopies;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_PHYSICAL_SIZE)
|
@JsonProperty(PROPERTIES_PHYSICAL_SIZE)
|
||||||
private Integer physicalSize;
|
private Integer physicalSize;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_OWNER)
|
@JsonProperty(PROPERTIES_OWNER)
|
||||||
private Owner owner;
|
private Owner owner;
|
||||||
}
|
}
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -31,6 +31,7 @@ import org.alfresco.rest.core.RestModels;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Handle collection of {@link TransferEntry}
|
* Handle collection of {@link TransferEntry}
|
||||||
|
*
|
||||||
* @author Silviu Dinuta
|
* @author Silviu Dinuta
|
||||||
* @since 2.6
|
* @since 2.6
|
||||||
*/
|
*/
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -27,17 +27,16 @@
|
|||||||
|
|
||||||
package org.alfresco.rest.rm.community.model.transfer;
|
package org.alfresco.rest.rm.community.model.transfer;
|
||||||
|
|
||||||
import org.alfresco.rest.core.RestModels;
|
|
||||||
import org.alfresco.rest.rm.community.model.transfercontainer.TransferContainer;
|
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
|
import org.alfresco.rest.core.RestModels;
|
||||||
|
import org.alfresco.rest.rm.community.model.transfercontainer.TransferContainer;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* POJO for transfer entry
|
* POJO for transfer entry
|
||||||
*
|
*
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -27,24 +27,23 @@
|
|||||||
|
|
||||||
package org.alfresco.rest.rm.community.model.transfer;
|
package org.alfresco.rest.rm.community.model.transfer;
|
||||||
|
|
||||||
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_ACCESSION_INDICATOR;
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_IDENTIFIER;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_IDENTIFIER;
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_OWNER;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_OWNER;
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_ROOT_NODE_REF;
|
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_PDF_INDICATOR;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_PDF_INDICATOR;
|
||||||
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_ROOT_NODE_REF;
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_TRANSFER_LOCATION;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_TRANSFER_LOCATION;
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_ACCESSION_INDICATOR;
|
|
||||||
|
|
||||||
import org.alfresco.rest.rm.community.model.common.Owner;
|
|
||||||
import org.alfresco.utility.model.TestModel;
|
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
|
import org.alfresco.rest.rm.community.model.common.Owner;
|
||||||
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* POJO for Transfer properties
|
* POJO for Transfer properties
|
||||||
*
|
*
|
||||||
@@ -61,24 +60,24 @@ public class TransferProperties extends TestModel
|
|||||||
/*************************/
|
/*************************/
|
||||||
/** Mandatory parameters */
|
/** Mandatory parameters */
|
||||||
/*************************/
|
/*************************/
|
||||||
@JsonProperty (required = true, value = PROPERTIES_IDENTIFIER)
|
@JsonProperty(required = true, value = PROPERTIES_IDENTIFIER)
|
||||||
private String identifier;
|
private String identifier;
|
||||||
|
|
||||||
/************************/
|
/************************/
|
||||||
/** Optional parameters */
|
/** Optional parameters */
|
||||||
/************************/
|
/************************/
|
||||||
@JsonProperty (PROPERTIES_ROOT_NODE_REF)
|
@JsonProperty(PROPERTIES_ROOT_NODE_REF)
|
||||||
private String rootNodeRef;
|
private String rootNodeRef;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_OWNER)
|
@JsonProperty(PROPERTIES_OWNER)
|
||||||
private Owner owner;
|
private Owner owner;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_PDF_INDICATOR)
|
@JsonProperty(PROPERTIES_PDF_INDICATOR)
|
||||||
private Boolean pdfIndicator;
|
private Boolean pdfIndicator;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_TRANSFER_LOCATION)
|
@JsonProperty(PROPERTIES_TRANSFER_LOCATION)
|
||||||
private String transferLocation;
|
private String transferLocation;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_ACCESSION_INDICATOR)
|
@JsonProperty(PROPERTIES_ACCESSION_INDICATOR)
|
||||||
private Boolean accessionIndicator;
|
private Boolean accessionIndicator;
|
||||||
}
|
}
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -30,16 +30,15 @@ package org.alfresco.rest.rm.community.model.transfercontainer;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import org.alfresco.rest.model.RestByUserModel;
|
|
||||||
import org.alfresco.utility.model.TestModel;
|
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
|
import org.alfresco.rest.model.RestByUserModel;
|
||||||
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* POJO for Transfer Container
|
* POJO for Transfer Container
|
||||||
*
|
*
|
||||||
@@ -56,34 +55,34 @@ public class TransferContainer extends TestModel
|
|||||||
/*************************/
|
/*************************/
|
||||||
/** Mandatory parameters */
|
/** Mandatory parameters */
|
||||||
/*************************/
|
/*************************/
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private RestByUserModel createdByUser;
|
private RestByUserModel createdByUser;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String modifiedAt;
|
private String modifiedAt;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String nodeType;
|
private String nodeType;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String parentId;
|
private String parentId;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private List<String> aspectNames;
|
private List<String> aspectNames;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String createdAt;
|
private String createdAt;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private RestByUserModel modifiedByUser;
|
private RestByUserModel modifiedByUser;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String id;
|
private String id;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private TransferContainerProperties properties;
|
private TransferContainerProperties properties;
|
||||||
|
|
||||||
/************************/
|
/************************/
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -31,16 +31,15 @@ import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanCo
|
|||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_IDENTIFIER;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_IDENTIFIER;
|
||||||
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_ROOT_NODE_REF;
|
import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentFields.PROPERTIES_ROOT_NODE_REF;
|
||||||
|
|
||||||
import org.alfresco.utility.model.TestModel;
|
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* POJO for Transfer Container properties
|
* POJO for Transfer Container properties
|
||||||
*
|
*
|
||||||
@@ -57,16 +56,16 @@ public class TransferContainerProperties extends TestModel
|
|||||||
/*************************/
|
/*************************/
|
||||||
/** Mandatory parameters */
|
/** Mandatory parameters */
|
||||||
/*************************/
|
/*************************/
|
||||||
@JsonProperty (required = true, value = PROPERTIES_IDENTIFIER)
|
@JsonProperty(required = true, value = PROPERTIES_IDENTIFIER)
|
||||||
private String identifier;
|
private String identifier;
|
||||||
|
|
||||||
/************************/
|
/************************/
|
||||||
/** Optional parameters */
|
/** Optional parameters */
|
||||||
/************************/
|
/************************/
|
||||||
@JsonProperty (PROPERTIES_ROOT_NODE_REF)
|
@JsonProperty(PROPERTIES_ROOT_NODE_REF)
|
||||||
private String rootNodeRef;
|
private String rootNodeRef;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_COUNT)
|
@JsonProperty(PROPERTIES_COUNT)
|
||||||
private Integer count;
|
private Integer count;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -28,18 +28,17 @@ package org.alfresco.rest.rm.community.model.unfiledcontainer;
|
|||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import org.alfresco.rest.model.RestByUserModel;
|
|
||||||
import org.alfresco.rest.rm.community.model.common.Path;
|
|
||||||
import org.alfresco.utility.model.TestModel;
|
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
|
import org.alfresco.rest.model.RestByUserModel;
|
||||||
|
import org.alfresco.rest.rm.community.model.common.Path;
|
||||||
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* POJO for unfiled container
|
* POJO for unfiled container
|
||||||
*
|
*
|
||||||
@@ -56,34 +55,34 @@ public class UnfiledContainer extends TestModel
|
|||||||
/*************************/
|
/*************************/
|
||||||
/** Mandatory parameters */
|
/** Mandatory parameters */
|
||||||
/*************************/
|
/*************************/
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private RestByUserModel createdByUser;
|
private RestByUserModel createdByUser;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String modifiedAt;
|
private String modifiedAt;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String nodeType;
|
private String nodeType;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String parentId;
|
private String parentId;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private List<String> aspectNames;
|
private List<String> aspectNames;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String createdAt;
|
private String createdAt;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private RestByUserModel modifiedByUser;
|
private RestByUserModel modifiedByUser;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String id;
|
private String id;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private UnfiledContainerProperties properties;
|
private UnfiledContainerProperties properties;
|
||||||
|
|
||||||
/************************/
|
/************************/
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -28,20 +28,19 @@ package org.alfresco.rest.rm.community.model.unfiledcontainer;
|
|||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import org.alfresco.rest.model.RestByUserModel;
|
|
||||||
import org.alfresco.rest.rm.community.model.common.Path;
|
|
||||||
import org.alfresco.rest.rm.community.model.record.RecordContent;
|
|
||||||
import org.alfresco.utility.model.TestModel;
|
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
|
import org.alfresco.rest.model.RestByUserModel;
|
||||||
|
import org.alfresco.rest.rm.community.model.common.Path;
|
||||||
|
import org.alfresco.rest.rm.community.model.record.RecordContent;
|
||||||
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* POJO for record category child
|
* POJO for record category child
|
||||||
*
|
*
|
||||||
@@ -53,40 +52,40 @@ import lombok.NoArgsConstructor;
|
|||||||
@EqualsAndHashCode(callSuper = true)
|
@EqualsAndHashCode(callSuper = true)
|
||||||
@NoArgsConstructor
|
@NoArgsConstructor
|
||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
@JsonIgnoreProperties (ignoreUnknown = true)
|
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||||
public class UnfiledContainerChild extends TestModel
|
public class UnfiledContainerChild extends TestModel
|
||||||
{
|
{
|
||||||
/*************************/
|
/*************************/
|
||||||
/** Mandatory parameters */
|
/** Mandatory parameters */
|
||||||
/*************************/
|
/*************************/
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String createdAt;
|
private String createdAt;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private Boolean isUnfiledRecordFolder;
|
private Boolean isUnfiledRecordFolder;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private Boolean isRecord;
|
private Boolean isRecord;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private RestByUserModel createdByUser;
|
private RestByUserModel createdByUser;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String modifiedAt;
|
private String modifiedAt;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private RestByUserModel modifiedByUser;
|
private RestByUserModel modifiedByUser;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String id;
|
private String id;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String nodeType;
|
private String nodeType;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String parentId;
|
private String parentId;
|
||||||
|
|
||||||
/************************/
|
/************************/
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -27,12 +27,11 @@
|
|||||||
package org.alfresco.rest.rm.community.model.unfiledcontainer;
|
package org.alfresco.rest.rm.community.model.unfiledcontainer;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import org.alfresco.rest.core.RestModels;
|
|
||||||
|
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
|
|
||||||
|
import org.alfresco.rest.core.RestModels;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* POJO for record category child entry
|
* POJO for record category child entry
|
||||||
*
|
*
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -61,16 +61,15 @@ import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanCo
|
|||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import org.alfresco.rest.rm.community.model.common.Owner;
|
|
||||||
import org.alfresco.utility.model.TestModel;
|
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
|
import org.alfresco.rest.rm.community.model.common.Owner;
|
||||||
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* POJO for record category child properties
|
* POJO for record category child properties
|
||||||
*
|
*
|
||||||
@@ -83,112 +82,112 @@ import lombok.NoArgsConstructor;
|
|||||||
@EqualsAndHashCode(callSuper = true)
|
@EqualsAndHashCode(callSuper = true)
|
||||||
@NoArgsConstructor
|
@NoArgsConstructor
|
||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
@JsonIgnoreProperties (ignoreUnknown = true)
|
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||||
public class UnfiledContainerChildProperties extends TestModel
|
public class UnfiledContainerChildProperties extends TestModel
|
||||||
{
|
{
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/** Mandatory parameters - Shared by unfiled record folder and records */
|
/** Mandatory parameters - Shared by unfiled record folder and records */
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
@JsonProperty (required = true, value = PROPERTIES_TITLE)
|
@JsonProperty(required = true, value = PROPERTIES_TITLE)
|
||||||
private String title;
|
private String title;
|
||||||
|
|
||||||
@JsonProperty (required = true, value = PROPERTIES_ROOT_NODE_REF)
|
@JsonProperty(required = true, value = PROPERTIES_ROOT_NODE_REF)
|
||||||
private String rootNodeRef;
|
private String rootNodeRef;
|
||||||
|
|
||||||
@JsonProperty (required = true, value = PROPERTIES_IDENTIFIER)
|
@JsonProperty(required = true, value = PROPERTIES_IDENTIFIER)
|
||||||
private String identifier;
|
private String identifier;
|
||||||
|
|
||||||
@JsonProperty (required = true, value = PROPERTIES_DESCRIPTION)
|
@JsonProperty(required = true, value = PROPERTIES_DESCRIPTION)
|
||||||
private String description;
|
private String description;
|
||||||
|
|
||||||
@JsonProperty (value = PROPERTIES_RECORD_SEARCH_HAS_DISPOSITION_SCHEDULE)
|
@JsonProperty(value = PROPERTIES_RECORD_SEARCH_HAS_DISPOSITION_SCHEDULE)
|
||||||
private Boolean recordSearchHasDispositionSchedule;
|
private Boolean recordSearchHasDispositionSchedule;
|
||||||
|
|
||||||
/*********************************/
|
/*********************************/
|
||||||
/** Electronic record parameters */
|
/** Electronic record parameters */
|
||||||
/*********************************/
|
/*********************************/
|
||||||
@JsonProperty (PROPERTIES_VERSION_TYPE)
|
@JsonProperty(PROPERTIES_VERSION_TYPE)
|
||||||
private String versionType;
|
private String versionType;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_VERSION_LABEL)
|
@JsonProperty(PROPERTIES_VERSION_LABEL)
|
||||||
private String versionLabel;
|
private String versionLabel;
|
||||||
|
|
||||||
@JsonProperty(PROPERTIES_VERSIONED_NODEREF)
|
@JsonProperty(PROPERTIES_VERSIONED_NODEREF)
|
||||||
private String versionedNodeRef;
|
private String versionedNodeRef;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RMV_VERSIONED)
|
@JsonProperty(PROPERTIES_RMV_VERSIONED)
|
||||||
private String recordVersionLabel;
|
private String recordVersionLabel;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_DATE_TIME_ORIGINAL)
|
@JsonProperty(PROPERTIES_DATE_TIME_ORIGINAL)
|
||||||
private String dateTimeOriginal;
|
private String dateTimeOriginal;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_EXPOSURE_TIME)
|
@JsonProperty(PROPERTIES_EXPOSURE_TIME)
|
||||||
private Double exposureTime;
|
private Double exposureTime;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_FLASH)
|
@JsonProperty(PROPERTIES_FLASH)
|
||||||
private Boolean flash;
|
private Boolean flash;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_F_NUMBER)
|
@JsonProperty(PROPERTIES_F_NUMBER)
|
||||||
private Double fNumber;
|
private Double fNumber;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_FOCAL_LENGTH)
|
@JsonProperty(PROPERTIES_FOCAL_LENGTH)
|
||||||
private Double focalLength;
|
private Double focalLength;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_ISO_SPEED_RATINGS)
|
@JsonProperty(PROPERTIES_ISO_SPEED_RATINGS)
|
||||||
private Integer isoSpeedRatings;
|
private Integer isoSpeedRatings;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_MANUFACTURER)
|
@JsonProperty(PROPERTIES_MANUFACTURER)
|
||||||
private String manufacturer;
|
private String manufacturer;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_MODEL)
|
@JsonProperty(PROPERTIES_MODEL)
|
||||||
private String model;
|
private String model;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_ORIENTATION)
|
@JsonProperty(PROPERTIES_ORIENTATION)
|
||||||
private Integer orientation;
|
private Integer orientation;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_PIXEL_X_DIMENSION)
|
@JsonProperty(PROPERTIES_PIXEL_X_DIMENSION)
|
||||||
private Integer pixelXDimension;
|
private Integer pixelXDimension;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_PIXEL_Y_DIMENSION)
|
@JsonProperty(PROPERTIES_PIXEL_Y_DIMENSION)
|
||||||
private Integer pixelYDimension;
|
private Integer pixelYDimension;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_RESOLUTION_UNIT)
|
@JsonProperty(PROPERTIES_RESOLUTION_UNIT)
|
||||||
private String resolutionUnit;
|
private String resolutionUnit;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_SOFTWARE)
|
@JsonProperty(PROPERTIES_SOFTWARE)
|
||||||
private String software;
|
private String software;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_X_RESOLUTION)
|
@JsonProperty(PROPERTIES_X_RESOLUTION)
|
||||||
private Double xResolution;
|
private Double xResolution;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_Y_RESOLUTION)
|
@JsonProperty(PROPERTIES_Y_RESOLUTION)
|
||||||
private Double yResolution;
|
private Double yResolution;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_ORIGINAL_NAME)
|
@JsonProperty(PROPERTIES_ORIGINAL_NAME)
|
||||||
private String originalName;
|
private String originalName;
|
||||||
|
|
||||||
/*************************************/
|
/*************************************/
|
||||||
/** Non-electronic record parameters */
|
/** Non-electronic record parameters */
|
||||||
/*************************************/
|
/*************************************/
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_SHELF)
|
@JsonProperty(PROPERTIES_SHELF)
|
||||||
private String shelf;
|
private String shelf;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_STORAGE_LOCATION)
|
@JsonProperty(PROPERTIES_STORAGE_LOCATION)
|
||||||
private String storageLocation;
|
private String storageLocation;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_FILE)
|
@JsonProperty(PROPERTIES_FILE)
|
||||||
private String file;
|
private String file;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_BOX)
|
@JsonProperty(PROPERTIES_BOX)
|
||||||
private String box;
|
private String box;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_NUMBER_OF_COPIES)
|
@JsonProperty(PROPERTIES_NUMBER_OF_COPIES)
|
||||||
private Integer numberOfCopies;
|
private Integer numberOfCopies;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_PHYSICAL_SIZE)
|
@JsonProperty(PROPERTIES_PHYSICAL_SIZE)
|
||||||
private Integer physicalSize;
|
private Integer physicalSize;
|
||||||
|
|
||||||
@JsonProperty (PROPERTIES_OWNER)
|
@JsonProperty(PROPERTIES_OWNER)
|
||||||
private Owner owner;
|
private Owner owner;
|
||||||
}
|
}
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -31,15 +31,14 @@ import static org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanCo
|
|||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import org.alfresco.utility.model.TestModel;
|
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* POJO for file plan properties
|
* POJO for file plan properties
|
||||||
*
|
*
|
||||||
@@ -51,15 +50,15 @@ import lombok.NoArgsConstructor;
|
|||||||
@EqualsAndHashCode(callSuper = true)
|
@EqualsAndHashCode(callSuper = true)
|
||||||
@NoArgsConstructor
|
@NoArgsConstructor
|
||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
@JsonIgnoreProperties (ignoreUnknown = true)
|
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||||
public class UnfiledContainerProperties extends TestModel
|
public class UnfiledContainerProperties extends TestModel
|
||||||
{
|
{
|
||||||
/*************************/
|
/*************************/
|
||||||
/** Mandatory parameters */
|
/** Mandatory parameters */
|
||||||
/*************************/
|
/*************************/
|
||||||
@JsonProperty (required = true, value = PROPERTIES_IDENTIFIER)
|
@JsonProperty(required = true, value = PROPERTIES_IDENTIFIER)
|
||||||
private String identifier;
|
private String identifier;
|
||||||
|
|
||||||
@JsonProperty (required = true, value = PROPERTIES_ROOT_NODE_REF)
|
@JsonProperty(required = true, value = PROPERTIES_ROOT_NODE_REF)
|
||||||
private String rootNodeRef;
|
private String rootNodeRef;
|
||||||
}
|
}
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -28,19 +28,18 @@ package org.alfresco.rest.rm.community.model.unfiledcontainer;
|
|||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import org.alfresco.rest.model.RestByUserModel;
|
|
||||||
import org.alfresco.rest.rm.community.model.common.Path;
|
|
||||||
import org.alfresco.rest.rm.community.model.record.RecordContent;
|
|
||||||
import org.alfresco.utility.model.TestModel;
|
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
|
import org.alfresco.rest.model.RestByUserModel;
|
||||||
|
import org.alfresco.rest.rm.community.model.common.Path;
|
||||||
|
import org.alfresco.rest.rm.community.model.record.RecordContent;
|
||||||
|
import org.alfresco.utility.model.TestModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* POJO for unfiled container
|
* POJO for unfiled container
|
||||||
*
|
*
|
||||||
@@ -57,28 +56,28 @@ public class UnfiledRecordFolder extends TestModel
|
|||||||
/*************************/
|
/*************************/
|
||||||
/** Mandatory parameters */
|
/** Mandatory parameters */
|
||||||
/*************************/
|
/*************************/
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String createdAt;
|
private String createdAt;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private RestByUserModel createdByUser;
|
private RestByUserModel createdByUser;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String modifiedAt;
|
private String modifiedAt;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private RestByUserModel modifiedByUser;
|
private RestByUserModel modifiedByUser;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String id;
|
private String id;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String nodeType;
|
private String nodeType;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty(required = true)
|
||||||
private String parentId;
|
private String parentId;
|
||||||
|
|
||||||
/************************/
|
/************************/
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -34,9 +34,7 @@ package org.alfresco.rest.rm.community.model.user;
|
|||||||
*/
|
*/
|
||||||
public enum UserPermissions
|
public enum UserPermissions
|
||||||
{
|
{
|
||||||
PERMISSION_FILING("Filing"),
|
PERMISSION_FILING("Filing"), PERMISSION_READ_RECORDS("ReadRecords"), PERMISSION_FILE_RECORDS("FileRecords");
|
||||||
PERMISSION_READ_RECORDS("ReadRecords"),
|
|
||||||
PERMISSION_FILE_RECORDS("FileRecords");
|
|
||||||
|
|
||||||
public final String permissionId;
|
public final String permissionId;
|
||||||
|
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -35,12 +35,7 @@ package org.alfresco.rest.rm.community.model.user;
|
|||||||
*/
|
*/
|
||||||
public enum UserRoles
|
public enum UserRoles
|
||||||
{
|
{
|
||||||
IN_PLACE_WRITERS("ExtendedWriters", "In-Place Writers"),
|
IN_PLACE_WRITERS("ExtendedWriters", "In-Place Writers"), ROLE_RM_ADMIN("Administrator", "Records Management Administrator"), ROLE_RM_MANAGER("RecordsManager", "Records Management Manager"), ROLE_RM_POWER_USER("PowerUser", "Records Management Power User"), ROLE_RM_SECURITY_OFFICER("SecurityOfficer", "Records Management Security Officer"), ROLE_RM_USER("User", "Records Management User");
|
||||||
ROLE_RM_ADMIN("Administrator", "Records Management Administrator"),
|
|
||||||
ROLE_RM_MANAGER("RecordsManager", "Records Management Manager"),
|
|
||||||
ROLE_RM_POWER_USER("PowerUser", "Records Management Power User"),
|
|
||||||
ROLE_RM_SECURITY_OFFICER("SecurityOfficer", "Records Management Security Officer"),
|
|
||||||
ROLE_RM_USER("User", "Records Management User");
|
|
||||||
|
|
||||||
public final String roleId;
|
public final String roleId;
|
||||||
public final String displayName;
|
public final String displayName;
|
||||||
@@ -51,5 +46,4 @@ public enum UserRoles
|
|||||||
this.displayName = displayName;
|
this.displayName = displayName;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -29,12 +29,12 @@ package org.alfresco.rest.rm.community.requests;
|
|||||||
import static lombok.AccessLevel.PRIVATE;
|
import static lombok.AccessLevel.PRIVATE;
|
||||||
import static lombok.AccessLevel.PROTECTED;
|
import static lombok.AccessLevel.PROTECTED;
|
||||||
|
|
||||||
import org.alfresco.rest.core.RMRestWrapper;
|
|
||||||
import org.alfresco.rest.requests.ModelRequest;
|
|
||||||
|
|
||||||
import lombok.Getter;
|
import lombok.Getter;
|
||||||
import lombok.Setter;
|
import lombok.Setter;
|
||||||
|
|
||||||
|
import org.alfresco.rest.core.RMRestWrapper;
|
||||||
|
import org.alfresco.rest.requests.ModelRequest;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Extends {@link ModelRequest} to set {@link RMRestWrapper}
|
* Extends {@link ModelRequest} to set {@link RMRestWrapper}
|
||||||
*
|
*
|
||||||
@@ -43,8 +43,8 @@ import lombok.Setter;
|
|||||||
*/
|
*/
|
||||||
public abstract class RMModelRequest<Request> extends ModelRequest<Request>
|
public abstract class RMModelRequest<Request> extends ModelRequest<Request>
|
||||||
{
|
{
|
||||||
@Getter (value = PROTECTED)
|
@Getter(value = PROTECTED)
|
||||||
@Setter (value = PRIVATE)
|
@Setter(value = PRIVATE)
|
||||||
private RMRestWrapper rmRestWrapper;
|
private RMRestWrapper rmRestWrapper;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -33,8 +33,8 @@ import io.restassured.RestAssured;
|
|||||||
|
|
||||||
import org.alfresco.rest.core.RMRestProperties;
|
import org.alfresco.rest.core.RMRestProperties;
|
||||||
import org.alfresco.rest.core.RMRestWrapper;
|
import org.alfresco.rest.core.RMRestWrapper;
|
||||||
import org.alfresco.rest.rm.community.requests.gscore.api.ActionsExecutionAPI;
|
|
||||||
import org.alfresco.rest.rm.community.requests.RMModelRequest;
|
import org.alfresco.rest.rm.community.requests.RMModelRequest;
|
||||||
|
import org.alfresco.rest.rm.community.requests.gscore.api.ActionsExecutionAPI;
|
||||||
import org.alfresco.rest.rm.community.requests.gscore.api.FilePlanAPI;
|
import org.alfresco.rest.rm.community.requests.gscore.api.FilePlanAPI;
|
||||||
import org.alfresco.rest.rm.community.requests.gscore.api.FilesAPI;
|
import org.alfresco.rest.rm.community.requests.gscore.api.FilesAPI;
|
||||||
import org.alfresco.rest.rm.community.requests.gscore.api.HoldsAPI;
|
import org.alfresco.rest.rm.community.requests.gscore.api.HoldsAPI;
|
||||||
@@ -43,15 +43,14 @@ import org.alfresco.rest.rm.community.requests.gscore.api.RMUserAPI;
|
|||||||
import org.alfresco.rest.rm.community.requests.gscore.api.RecordCategoryAPI;
|
import org.alfresco.rest.rm.community.requests.gscore.api.RecordCategoryAPI;
|
||||||
import org.alfresco.rest.rm.community.requests.gscore.api.RecordFolderAPI;
|
import org.alfresco.rest.rm.community.requests.gscore.api.RecordFolderAPI;
|
||||||
import org.alfresco.rest.rm.community.requests.gscore.api.RecordsAPI;
|
import org.alfresco.rest.rm.community.requests.gscore.api.RecordsAPI;
|
||||||
|
import org.alfresco.rest.rm.community.requests.gscore.api.RetentionScheduleAPI;
|
||||||
import org.alfresco.rest.rm.community.requests.gscore.api.TransferAPI;
|
import org.alfresco.rest.rm.community.requests.gscore.api.TransferAPI;
|
||||||
import org.alfresco.rest.rm.community.requests.gscore.api.TransferContainerAPI;
|
import org.alfresco.rest.rm.community.requests.gscore.api.TransferContainerAPI;
|
||||||
import org.alfresco.rest.rm.community.requests.gscore.api.UnfiledContainerAPI;
|
import org.alfresco.rest.rm.community.requests.gscore.api.UnfiledContainerAPI;
|
||||||
import org.alfresco.rest.rm.community.requests.gscore.api.UnfiledRecordFolderAPI;
|
import org.alfresco.rest.rm.community.requests.gscore.api.UnfiledRecordFolderAPI;
|
||||||
import org.alfresco.rest.rm.community.requests.gscore.api.RetentionScheduleAPI;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Defines the entire GS Core API
|
* Defines the entire GS Core API {@link http://host:port/gs-api-explorer} select "GS Core API"
|
||||||
* {@link http://host:port/gs-api-explorer} select "GS Core API"
|
|
||||||
*
|
*
|
||||||
* @author Tuna Aksoy
|
* @author Tuna Aksoy
|
||||||
* @since 2.6
|
* @since 2.6
|
||||||
@@ -61,8 +60,10 @@ public class GSCoreAPI extends RMModelRequest
|
|||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
*
|
*
|
||||||
* @param rmRestWrapper RM REST Wrapper
|
* @param rmRestWrapper
|
||||||
* @param rmRestProperties RM REST Properties
|
* RM REST Wrapper
|
||||||
|
* @param rmRestProperties
|
||||||
|
* RM REST Properties
|
||||||
*/
|
*/
|
||||||
public GSCoreAPI(RMRestWrapper rmRestWrapper, RMRestProperties rmRestProperties)
|
public GSCoreAPI(RMRestWrapper rmRestWrapper, RMRestProperties rmRestProperties)
|
||||||
{
|
{
|
||||||
@@ -80,7 +81,7 @@ public class GSCoreAPI extends RMModelRequest
|
|||||||
*/
|
*/
|
||||||
public RMSiteAPI usingRMSite()
|
public RMSiteAPI usingRMSite()
|
||||||
{
|
{
|
||||||
return new RMSiteAPI(getRmRestWrapper());
|
return new RMSiteAPI(getRmRestWrapper());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -193,7 +194,10 @@ public class GSCoreAPI extends RMModelRequest
|
|||||||
return new ActionsExecutionAPI(getRmRestWrapper());
|
return new ActionsExecutionAPI(getRmRestWrapper());
|
||||||
}
|
}
|
||||||
|
|
||||||
public HoldsAPI usingHoldsAPI() { return new HoldsAPI(getRmRestWrapper()); }
|
public HoldsAPI usingHoldsAPI()
|
||||||
|
{
|
||||||
|
return new HoldsAPI(getRmRestWrapper());
|
||||||
|
}
|
||||||
|
|
||||||
public RetentionScheduleAPI usingRetentionScheduleAPI()
|
public RetentionScheduleAPI usingRetentionScheduleAPI()
|
||||||
{
|
{
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -27,13 +27,13 @@
|
|||||||
package org.alfresco.rest.rm.community.requests.gscore.api;
|
package org.alfresco.rest.rm.community.requests.gscore.api;
|
||||||
|
|
||||||
import com.google.common.collect.ImmutableMap;
|
import com.google.common.collect.ImmutableMap;
|
||||||
|
|
||||||
import lombok.SneakyThrows;
|
import lombok.SneakyThrows;
|
||||||
|
import org.json.JSONObject;
|
||||||
|
|
||||||
import org.alfresco.rest.core.RMRestWrapper;
|
import org.alfresco.rest.core.RMRestWrapper;
|
||||||
import org.alfresco.rest.rm.community.model.rules.ActionsOnRule;
|
import org.alfresco.rest.rm.community.model.rules.ActionsOnRule;
|
||||||
import org.alfresco.rest.rm.community.requests.RMModelRequest;
|
import org.alfresco.rest.rm.community.requests.RMModelRequest;
|
||||||
import org.alfresco.utility.model.RepoTestModel;
|
import org.alfresco.utility.model.RepoTestModel;
|
||||||
import org.json.JSONObject;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Produces processed results from Core Actions API calls
|
* Produces processed results from Core Actions API calls
|
||||||
@@ -44,7 +44,8 @@ import org.json.JSONObject;
|
|||||||
public class ActionsExecutionAPI extends RMModelRequest
|
public class ActionsExecutionAPI extends RMModelRequest
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @param rmRestWrapper RM REST Wrapper
|
* @param rmRestWrapper
|
||||||
|
* RM REST Wrapper
|
||||||
*/
|
*/
|
||||||
public ActionsExecutionAPI(RMRestWrapper rmRestWrapper)
|
public ActionsExecutionAPI(RMRestWrapper rmRestWrapper)
|
||||||
{
|
{
|
||||||
@@ -54,81 +55,89 @@ public class ActionsExecutionAPI extends RMModelRequest
|
|||||||
/**
|
/**
|
||||||
* Declares and files a document as record to a record folder using v1 actions api
|
* Declares and files a document as record to a record folder using v1 actions api
|
||||||
*
|
*
|
||||||
* @param targetNode the node on which the action is executed
|
* @param targetNode
|
||||||
* @param destinationPath the path to the record folder
|
* the node on which the action is executed
|
||||||
|
* @param destinationPath
|
||||||
|
* the path to the record folder
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
public JSONObject declareAndFile(RepoTestModel targetNode, String destinationPath) throws Exception
|
public JSONObject declareAndFile(RepoTestModel targetNode, String destinationPath) throws Exception
|
||||||
{
|
{
|
||||||
return getRmRestWrapper().withCoreAPI().usingActions()
|
return getRmRestWrapper().withCoreAPI().usingActions()
|
||||||
.executeAction(ActionsOnRule.DECLARE_AS_RECORD.getActionValue(), targetNode,
|
.executeAction(ActionsOnRule.DECLARE_AS_RECORD.getActionValue(), targetNode,
|
||||||
ImmutableMap.of("path", destinationPath));
|
ImmutableMap.of("path", destinationPath));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Declares a document as record using v1 actions api
|
* Declares a document as record using v1 actions api
|
||||||
*
|
*
|
||||||
* @param targetNode the node on which the action is executed
|
* @param targetNode
|
||||||
|
* the node on which the action is executed
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
public JSONObject declareAsRecord(RepoTestModel targetNode) throws Exception
|
public JSONObject declareAsRecord(RepoTestModel targetNode) throws Exception
|
||||||
{
|
{
|
||||||
return getRmRestWrapper().withCoreAPI().usingActions()
|
return getRmRestWrapper().withCoreAPI().usingActions()
|
||||||
.executeAction(ActionsOnRule.DECLARE_AS_RECORD.getActionValue(), targetNode);
|
.executeAction(ActionsOnRule.DECLARE_AS_RECORD.getActionValue(), targetNode);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Declares and file a document version as record to a record folder using v1 actions api
|
* Declares and file a document version as record to a record folder using v1 actions api
|
||||||
*
|
*
|
||||||
* @param targetNode the node on which the action is executed
|
* @param targetNode
|
||||||
* @param destinationPath the path to the record folder
|
* the node on which the action is executed
|
||||||
|
* @param destinationPath
|
||||||
|
* the path to the record folder
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
public JSONObject declareAndFileVersionAsRecord(RepoTestModel targetNode, String destinationPath) throws Exception
|
public JSONObject declareAndFileVersionAsRecord(RepoTestModel targetNode, String destinationPath) throws Exception
|
||||||
{
|
{
|
||||||
return getRmRestWrapper().withCoreAPI().usingActions()
|
return getRmRestWrapper().withCoreAPI().usingActions()
|
||||||
.executeAction(ActionsOnRule.DECLARE_VERSION_AS_RECORD.getActionValue(), targetNode,
|
.executeAction(ActionsOnRule.DECLARE_VERSION_AS_RECORD.getActionValue(), targetNode,
|
||||||
ImmutableMap.of("path", destinationPath));
|
ImmutableMap.of("path", destinationPath));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Declares a document version as record using v1 actions api
|
* Declares a document version as record using v1 actions api
|
||||||
*
|
*
|
||||||
* @param targetNode the node on which the action is executed
|
* @param targetNode
|
||||||
|
* the node on which the action is executed
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
public JSONObject declareVersionAsRecord(RepoTestModel targetNode) throws Exception
|
public JSONObject declareVersionAsRecord(RepoTestModel targetNode) throws Exception
|
||||||
{
|
{
|
||||||
return getRmRestWrapper().withCoreAPI().usingActions()
|
return getRmRestWrapper().withCoreAPI().usingActions()
|
||||||
.executeAction(ActionsOnRule.DECLARE_VERSION_AS_RECORD.getActionValue(), targetNode);
|
.executeAction(ActionsOnRule.DECLARE_VERSION_AS_RECORD.getActionValue(), targetNode);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add WORM lock to a node using v1 actions api
|
* Add WORM lock to a node using v1 actions api
|
||||||
*
|
*
|
||||||
* @param targetNode the node on which the action is executed
|
* @param targetNode
|
||||||
|
* the node on which the action is executed
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@SneakyThrows
|
@SneakyThrows
|
||||||
public JSONObject addWORMLock(RepoTestModel targetNode)
|
public JSONObject addWORMLock(RepoTestModel targetNode)
|
||||||
{
|
{
|
||||||
return getRmRestWrapper().withCoreAPI().usingActions()
|
return getRmRestWrapper().withCoreAPI().usingActions()
|
||||||
.executeAction(ActionsOnRule.WORM_LOCK.getActionValue(), targetNode);
|
.executeAction(ActionsOnRule.WORM_LOCK.getActionValue(), targetNode);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WORM lock a node for a period of days
|
* WORM lock a node for a period of days
|
||||||
*
|
*
|
||||||
* @param targetNode the node on which the action is executed
|
* @param targetNode
|
||||||
* @param retentionPeriod the retention period in days for the WORM lock
|
* the node on which the action is executed
|
||||||
|
* @param retentionPeriod
|
||||||
|
* the retention period in days for the WORM lock
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@SneakyThrows
|
@SneakyThrows
|
||||||
public JSONObject addWORMLock(RepoTestModel targetNode, int retentionPeriod)
|
public JSONObject addWORMLock(RepoTestModel targetNode, int retentionPeriod)
|
||||||
{
|
{
|
||||||
return getRmRestWrapper().withCoreAPI().usingActions()
|
return getRmRestWrapper().withCoreAPI().usingActions()
|
||||||
.executeAction(ActionsOnRule.WORM_LOCK.getActionValue(), targetNode,
|
.executeAction(ActionsOnRule.WORM_LOCK.getActionValue(), targetNode,
|
||||||
ImmutableMap.of("retentionPeriod", String.valueOf(retentionPeriod)));
|
ImmutableMap.of("retentionPeriod", String.valueOf(retentionPeriod)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -26,15 +26,16 @@
|
|||||||
*/
|
*/
|
||||||
package org.alfresco.rest.rm.community.requests.gscore.api;
|
package org.alfresco.rest.rm.community.requests.gscore.api;
|
||||||
|
|
||||||
|
import static org.apache.commons.lang3.StringUtils.EMPTY;
|
||||||
|
import static org.springframework.http.HttpMethod.GET;
|
||||||
|
import static org.springframework.http.HttpMethod.POST;
|
||||||
|
import static org.springframework.http.HttpMethod.PUT;
|
||||||
|
|
||||||
import static org.alfresco.rest.core.RestRequest.requestWithBody;
|
import static org.alfresco.rest.core.RestRequest.requestWithBody;
|
||||||
import static org.alfresco.rest.core.RestRequest.simpleRequest;
|
import static org.alfresco.rest.core.RestRequest.simpleRequest;
|
||||||
import static org.alfresco.rest.rm.community.util.ParameterCheck.mandatoryObject;
|
import static org.alfresco.rest.rm.community.util.ParameterCheck.mandatoryObject;
|
||||||
import static org.alfresco.rest.rm.community.util.ParameterCheck.mandatoryString;
|
import static org.alfresco.rest.rm.community.util.ParameterCheck.mandatoryString;
|
||||||
import static org.alfresco.rest.rm.community.util.PojoUtility.toJson;
|
import static org.alfresco.rest.rm.community.util.PojoUtility.toJson;
|
||||||
import static org.apache.commons.lang3.StringUtils.EMPTY;
|
|
||||||
import static org.springframework.http.HttpMethod.GET;
|
|
||||||
import static org.springframework.http.HttpMethod.POST;
|
|
||||||
import static org.springframework.http.HttpMethod.PUT;
|
|
||||||
|
|
||||||
import org.alfresco.rest.core.RMRestWrapper;
|
import org.alfresco.rest.core.RMRestWrapper;
|
||||||
import org.alfresco.rest.rm.community.model.fileplan.FilePlan;
|
import org.alfresco.rest.rm.community.model.fileplan.FilePlan;
|
||||||
@@ -56,7 +57,8 @@ public class FilePlanAPI extends RMModelRequest
|
|||||||
/**
|
/**
|
||||||
* Constructor.
|
* Constructor.
|
||||||
*
|
*
|
||||||
* @param rmRestWrapper RM REST Wrapper
|
* @param rmRestWrapper
|
||||||
|
* RM REST Wrapper
|
||||||
*/
|
*/
|
||||||
public FilePlanAPI(RMRestWrapper rmRestWrapper)
|
public FilePlanAPI(RMRestWrapper rmRestWrapper)
|
||||||
{
|
{
|
||||||
@@ -76,16 +78,19 @@ public class FilePlanAPI extends RMModelRequest
|
|||||||
/**
|
/**
|
||||||
* Gets a file plan.
|
* Gets a file plan.
|
||||||
*
|
*
|
||||||
* @param filePlanId The identifier of a file plan
|
* @param filePlanId
|
||||||
* @param parameters The URL parameters to add
|
* The identifier of a file plan
|
||||||
|
* @param parameters
|
||||||
|
* The URL parameters to add
|
||||||
* @return The {@link FilePlan} for the given {@code filePlanId}
|
* @return The {@link FilePlan} for the given {@code filePlanId}
|
||||||
* @throws RuntimeException for the following cases:
|
* @throws RuntimeException
|
||||||
* <ul>
|
* for the following cases:
|
||||||
* <li>{@code filePlanId} is not a valid format</li>
|
* <ul>
|
||||||
* <li>authentication fails</li>
|
* <li>{@code filePlanId} is not a valid format</li>
|
||||||
* <li>current user does not have permission to read {@code filePlanId}</li>
|
* <li>authentication fails</li>
|
||||||
* <li>{@code filePlanId} does not exist</li>
|
* <li>current user does not have permission to read {@code filePlanId}</li>
|
||||||
* </ul>
|
* <li>{@code filePlanId} does not exist</li>
|
||||||
|
* </ul>
|
||||||
*/
|
*/
|
||||||
public FilePlan getFilePlan(String filePlanId, String parameters)
|
public FilePlan getFilePlan(String filePlanId, String parameters)
|
||||||
{
|
{
|
||||||
@@ -95,8 +100,7 @@ public class FilePlanAPI extends RMModelRequest
|
|||||||
GET,
|
GET,
|
||||||
"/file-plans/{filePlanId}?{parameters}",
|
"/file-plans/{filePlanId}?{parameters}",
|
||||||
filePlanId,
|
filePlanId,
|
||||||
parameters
|
parameters));
|
||||||
));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -112,26 +116,28 @@ public class FilePlanAPI extends RMModelRequest
|
|||||||
/**
|
/**
|
||||||
* Gets the children (root categories) of a file plan.
|
* Gets the children (root categories) of a file plan.
|
||||||
*
|
*
|
||||||
* @param filePlanId The identifier of a file plan
|
* @param filePlanId
|
||||||
* @param parameters The URL parameters to add
|
* The identifier of a file plan
|
||||||
|
* @param parameters
|
||||||
|
* The URL parameters to add
|
||||||
* @return The {@link RecordCategoryCollection} for the given {@code filePlanId}
|
* @return The {@link RecordCategoryCollection} for the given {@code filePlanId}
|
||||||
* @throws RuntimeException for the following cases:
|
* @throws RuntimeException
|
||||||
* <ul>
|
* for the following cases:
|
||||||
* <li>authentication fails</li>
|
* <ul>
|
||||||
* <li>current user does not have permission to read {@code filePlanId}</li>
|
* <li>authentication fails</li>
|
||||||
* <li>{@code filePlanId} does not exist</li>
|
* <li>current user does not have permission to read {@code filePlanId}</li>
|
||||||
*</ul>
|
* <li>{@code filePlanId} does not exist</li>
|
||||||
|
* </ul>
|
||||||
*/
|
*/
|
||||||
public RecordCategoryCollection getRootRecordCategories(String filePlanId, String parameters)
|
public RecordCategoryCollection getRootRecordCategories(String filePlanId, String parameters)
|
||||||
{
|
{
|
||||||
mandatoryString("filePlanId", filePlanId);
|
mandatoryString("filePlanId", filePlanId);
|
||||||
|
|
||||||
return getRmRestWrapper().processModels(RecordCategoryCollection.class, simpleRequest(
|
return getRmRestWrapper().processModels(RecordCategoryCollection.class, simpleRequest(
|
||||||
GET,
|
GET,
|
||||||
"file-plans/{filePlanId}/categories?{parameters}",
|
"file-plans/{filePlanId}/categories?{parameters}",
|
||||||
filePlanId,
|
filePlanId,
|
||||||
parameters
|
parameters));
|
||||||
));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -148,19 +154,23 @@ public class FilePlanAPI extends RMModelRequest
|
|||||||
/**
|
/**
|
||||||
* Creates a root record category.
|
* Creates a root record category.
|
||||||
*
|
*
|
||||||
* @param recordCategoryModel The record category model which holds the information
|
* @param recordCategoryModel
|
||||||
* @param filePlanId The identifier of a file plan
|
* The record category model which holds the information
|
||||||
* @param parameters The URL parameters to add
|
* @param filePlanId
|
||||||
|
* The identifier of a file plan
|
||||||
|
* @param parameters
|
||||||
|
* The URL parameters to add
|
||||||
* @return The created {@link RecordCategory}
|
* @return The created {@link RecordCategory}
|
||||||
* @throws RuntimeException for the following cases:
|
* @throws RuntimeException
|
||||||
* <ul>
|
* for the following cases:
|
||||||
* <li>{@code filePlanId} is not a valid format or {@code filePlanId} is invalid</li>
|
* <ul>
|
||||||
* <li>authentication fails</li>
|
* <li>{@code filePlanId} is not a valid format or {@code filePlanId} is invalid</li>
|
||||||
* <li>current user does not have permission to add children to {@code filePlanId}</li>
|
* <li>authentication fails</li>
|
||||||
* <li>{@code filePlanIds} does not exist</li>
|
* <li>current user does not have permission to add children to {@code filePlanId}</li>
|
||||||
* <li>new name clashes with an existing node in the current parent container</li>
|
* <li>{@code filePlanIds} does not exist</li>
|
||||||
* <li>model integrity exception, including node name with invalid characters</li>
|
* <li>new name clashes with an existing node in the current parent container</li>
|
||||||
* </ul>
|
* <li>model integrity exception, including node name with invalid characters</li>
|
||||||
|
* </ul>
|
||||||
*/
|
*/
|
||||||
public RecordCategory createRootRecordCategory(RecordCategory recordCategoryModel, String filePlanId, String parameters)
|
public RecordCategory createRootRecordCategory(RecordCategory recordCategoryModel, String filePlanId, String parameters)
|
||||||
{
|
{
|
||||||
@@ -172,8 +182,7 @@ public class FilePlanAPI extends RMModelRequest
|
|||||||
toJson(recordCategoryModel),
|
toJson(recordCategoryModel),
|
||||||
"file-plans/{filePlanId}/categories?{parameters}",
|
"file-plans/{filePlanId}/categories?{parameters}",
|
||||||
filePlanId,
|
filePlanId,
|
||||||
parameters
|
parameters));
|
||||||
));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -190,17 +199,21 @@ public class FilePlanAPI extends RMModelRequest
|
|||||||
/**
|
/**
|
||||||
* Updates a file plan.
|
* Updates a file plan.
|
||||||
*
|
*
|
||||||
* @param filePlanModel The file plan model which holds the information
|
* @param filePlanModel
|
||||||
* @param filePlanId The identifier of the file plan
|
* The file plan model which holds the information
|
||||||
* @param parameters The URL parameters to add
|
* @param filePlanId
|
||||||
* @throws RuntimeException for the following cases:
|
* The identifier of the file plan
|
||||||
* <ul>
|
* @param parameters
|
||||||
* <li>the update request is invalid or {@code filePlanId} is not a valid format or {@code filePlanModel} is invalid</li>
|
* The URL parameters to add
|
||||||
* <li>authentication fails</li>
|
* @throws RuntimeException
|
||||||
* <li>current user does not have permission to update {@code filePlanId}</li>
|
* for the following cases:
|
||||||
* <li>{@code filePlanId} does not exist</li>
|
* <ul>
|
||||||
* <li>model integrity exception, including file name with invalid characters</li>
|
* <li>the update request is invalid or {@code filePlanId} is not a valid format or {@code filePlanModel} is invalid</li>
|
||||||
* </ul>
|
* <li>authentication fails</li>
|
||||||
|
* <li>current user does not have permission to update {@code filePlanId}</li>
|
||||||
|
* <li>{@code filePlanId} does not exist</li>
|
||||||
|
* <li>model integrity exception, including file name with invalid characters</li>
|
||||||
|
* </ul>
|
||||||
*/
|
*/
|
||||||
public FilePlan updateFilePlan(FilePlan filePlanModel, String filePlanId, String parameters)
|
public FilePlan updateFilePlan(FilePlan filePlanModel, String filePlanId, String parameters)
|
||||||
{
|
{
|
||||||
@@ -218,18 +231,22 @@ public class FilePlanAPI extends RMModelRequest
|
|||||||
/**
|
/**
|
||||||
* Creates a hold.
|
* Creates a hold.
|
||||||
*
|
*
|
||||||
* @param holdModel The hold model
|
* @param holdModel
|
||||||
* @param filePlanId The identifier of a file plan
|
* The hold model
|
||||||
* @param parameters The URL parameters to add
|
* @param filePlanId
|
||||||
|
* The identifier of a file plan
|
||||||
|
* @param parameters
|
||||||
|
* The URL parameters to add
|
||||||
* @return The created {@link Hold}
|
* @return The created {@link Hold}
|
||||||
* @throws RuntimeException for the following cases:
|
* @throws RuntimeException
|
||||||
* <ul>
|
* for the following cases:
|
||||||
* <li>{@code filePlanId} is not a valid format or {@code filePlanId} is invalid</li>
|
* <ul>
|
||||||
* <li>authentication fails</li>
|
* <li>{@code filePlanId} is not a valid format or {@code filePlanId} is invalid</li>
|
||||||
* <li>current user does not have permission to add children to {@code filePlanId}</li>
|
* <li>authentication fails</li>
|
||||||
* <li>{@code filePlanIds} does not exist</li>
|
* <li>current user does not have permission to add children to {@code filePlanId}</li>
|
||||||
* <li>new name clashes with an existing node in the current parent container</li>
|
* <li>{@code filePlanIds} does not exist</li>
|
||||||
* </ul>
|
* <li>new name clashes with an existing node in the current parent container</li>
|
||||||
|
* </ul>
|
||||||
*/
|
*/
|
||||||
public Hold createHold(Hold holdModel, String filePlanId, String parameters)
|
public Hold createHold(Hold holdModel, String filePlanId, String parameters)
|
||||||
{
|
{
|
||||||
@@ -237,12 +254,11 @@ public class FilePlanAPI extends RMModelRequest
|
|||||||
mandatoryObject("holdModel", holdModel);
|
mandatoryObject("holdModel", holdModel);
|
||||||
|
|
||||||
return getRmRestWrapper().processModel(Hold.class, requestWithBody(
|
return getRmRestWrapper().processModel(Hold.class, requestWithBody(
|
||||||
POST,
|
POST,
|
||||||
toJson(holdModel),
|
toJson(holdModel),
|
||||||
"file-plans/{filePlanId}/holds",
|
"file-plans/{filePlanId}/holds",
|
||||||
filePlanId,
|
filePlanId,
|
||||||
parameters
|
parameters));
|
||||||
));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -256,26 +272,28 @@ public class FilePlanAPI extends RMModelRequest
|
|||||||
/**
|
/**
|
||||||
* Gets the holds of a file plan.
|
* Gets the holds of a file plan.
|
||||||
*
|
*
|
||||||
* @param filePlanId The identifier of a file plan
|
* @param filePlanId
|
||||||
* @param parameters The URL parameters to add
|
* The identifier of a file plan
|
||||||
|
* @param parameters
|
||||||
|
* The URL parameters to add
|
||||||
* @return The {@link HoldCollection} for the given {@code filePlanId}
|
* @return The {@link HoldCollection} for the given {@code filePlanId}
|
||||||
* @throws RuntimeException for the following cases:
|
* @throws RuntimeException
|
||||||
* <ul>
|
* for the following cases:
|
||||||
* <li>authentication fails</li>
|
* <ul>
|
||||||
* <li>current user does not have permission to read {@code filePlanId}</li>
|
* <li>authentication fails</li>
|
||||||
* <li>{@code filePlanId} does not exist</li>
|
* <li>current user does not have permission to read {@code filePlanId}</li>
|
||||||
*</ul>
|
* <li>{@code filePlanId} does not exist</li>
|
||||||
|
* </ul>
|
||||||
*/
|
*/
|
||||||
public HoldCollection getHolds(String filePlanId, String parameters)
|
public HoldCollection getHolds(String filePlanId, String parameters)
|
||||||
{
|
{
|
||||||
mandatoryString("filePlanId", filePlanId);
|
mandatoryString("filePlanId", filePlanId);
|
||||||
|
|
||||||
return getRmRestWrapper().processModels(HoldCollection.class, simpleRequest(
|
return getRmRestWrapper().processModels(HoldCollection.class, simpleRequest(
|
||||||
GET,
|
GET,
|
||||||
"file-plans/{filePlanId}/holds?{parameters}",
|
"file-plans/{filePlanId}/holds?{parameters}",
|
||||||
filePlanId,
|
filePlanId,
|
||||||
parameters
|
parameters));
|
||||||
));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -26,9 +26,10 @@
|
|||||||
*/
|
*/
|
||||||
package org.alfresco.rest.rm.community.requests.gscore.api;
|
package org.alfresco.rest.rm.community.requests.gscore.api;
|
||||||
|
|
||||||
|
import static org.springframework.http.HttpMethod.POST;
|
||||||
|
|
||||||
import static org.alfresco.rest.core.RestRequest.simpleRequest;
|
import static org.alfresco.rest.core.RestRequest.simpleRequest;
|
||||||
import static org.alfresco.rest.rm.community.util.ParameterCheck.mandatoryString;
|
import static org.alfresco.rest.rm.community.util.ParameterCheck.mandatoryString;
|
||||||
import static org.springframework.http.HttpMethod.POST;
|
|
||||||
|
|
||||||
import org.alfresco.rest.core.RMRestWrapper;
|
import org.alfresco.rest.core.RMRestWrapper;
|
||||||
import org.alfresco.rest.rm.community.model.record.Record;
|
import org.alfresco.rest.rm.community.model.record.Record;
|
||||||
@@ -45,7 +46,8 @@ public class FilesAPI extends RMModelRequest<FilesAPI>
|
|||||||
public static final String PARENT_ID_PARAM = "parentId";
|
public static final String PARENT_ID_PARAM = "parentId";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param rmRestWrapper RM REST Wrapper
|
* @param rmRestWrapper
|
||||||
|
* RM REST Wrapper
|
||||||
*/
|
*/
|
||||||
public FilesAPI(RMRestWrapper rmRestWrapper)
|
public FilesAPI(RMRestWrapper rmRestWrapper)
|
||||||
{
|
{
|
||||||
@@ -55,20 +57,20 @@ public class FilesAPI extends RMModelRequest<FilesAPI>
|
|||||||
/**
|
/**
|
||||||
* Declare file as record
|
* Declare file as record
|
||||||
*
|
*
|
||||||
* @param fileId The Id of a file to declare as record
|
* @param fileId
|
||||||
|
* The Id of a file to declare as record
|
||||||
* @return The {@link Record} for created record
|
* @return The {@link Record} for created record
|
||||||
* @throws RuntimeException for malformed JSON responses
|
* @throws RuntimeException
|
||||||
|
* for malformed JSON responses
|
||||||
*/
|
*/
|
||||||
public Record declareAsRecord(String fileId)
|
public Record declareAsRecord(String fileId)
|
||||||
{
|
{
|
||||||
mandatoryString("fileId", fileId);
|
mandatoryString("fileId", fileId);
|
||||||
|
|
||||||
return getRmRestWrapper().processModel(Record.class, simpleRequest(
|
return getRmRestWrapper().processModel(Record.class, simpleRequest(
|
||||||
POST,
|
POST,
|
||||||
"/files/{fileId}/declare?{parameters}",
|
"/files/{fileId}/declare?{parameters}",
|
||||||
fileId,
|
fileId,
|
||||||
getRmRestWrapper().getParameters()
|
getRmRestWrapper().getParameters()));
|
||||||
));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* #%L
|
* #%L
|
||||||
* Alfresco Records Management Module
|
* Alfresco Records Management Module
|
||||||
* %%
|
* %%
|
||||||
* Copyright (C) 2005 - 2024 Alfresco Software Limited
|
* Copyright (C) 2005 - 2025 Alfresco Software Limited
|
||||||
* %%
|
* %%
|
||||||
* This file is part of the Alfresco software.
|
* This file is part of the Alfresco software.
|
||||||
* -
|
* -
|
||||||
@@ -26,17 +26,18 @@
|
|||||||
*/
|
*/
|
||||||
package org.alfresco.rest.rm.community.requests.gscore.api;
|
package org.alfresco.rest.rm.community.requests.gscore.api;
|
||||||
|
|
||||||
import static org.alfresco.rest.core.RestRequest.requestWithBody;
|
|
||||||
import static org.alfresco.rest.core.RestRequest.simpleRequest;
|
|
||||||
import static org.alfresco.rest.rm.community.util.ParameterCheck.mandatoryObject;
|
|
||||||
import static org.alfresco.rest.rm.community.util.ParameterCheck.mandatoryString;
|
|
||||||
import static org.alfresco.rest.rm.community.util.PojoUtility.toJson;
|
|
||||||
import static org.apache.commons.lang3.StringUtils.EMPTY;
|
import static org.apache.commons.lang3.StringUtils.EMPTY;
|
||||||
import static org.springframework.http.HttpMethod.DELETE;
|
import static org.springframework.http.HttpMethod.DELETE;
|
||||||
import static org.springframework.http.HttpMethod.GET;
|
import static org.springframework.http.HttpMethod.GET;
|
||||||
import static org.springframework.http.HttpMethod.POST;
|
import static org.springframework.http.HttpMethod.POST;
|
||||||
import static org.springframework.http.HttpMethod.PUT;
|
import static org.springframework.http.HttpMethod.PUT;
|
||||||
|
|
||||||
|
import static org.alfresco.rest.core.RestRequest.requestWithBody;
|
||||||
|
import static org.alfresco.rest.core.RestRequest.simpleRequest;
|
||||||
|
import static org.alfresco.rest.rm.community.util.ParameterCheck.mandatoryObject;
|
||||||
|
import static org.alfresco.rest.rm.community.util.ParameterCheck.mandatoryString;
|
||||||
|
import static org.alfresco.rest.rm.community.util.PojoUtility.toJson;
|
||||||
|
|
||||||
import org.alfresco.rest.core.RMRestWrapper;
|
import org.alfresco.rest.core.RMRestWrapper;
|
||||||
import org.alfresco.rest.rm.community.model.hold.BulkBodyCancel;
|
import org.alfresco.rest.rm.community.model.hold.BulkBodyCancel;
|
||||||
import org.alfresco.rest.rm.community.model.hold.Hold;
|
import org.alfresco.rest.rm.community.model.hold.Hold;
|
||||||
@@ -68,27 +69,29 @@ public class HoldsAPI extends RMModelRequest
|
|||||||
/**
|
/**
|
||||||
* Gets a hold.
|
* Gets a hold.
|
||||||
*
|
*
|
||||||
* @param holdId The identifier of a hold
|
* @param holdId
|
||||||
* @param parameters The URL parameters to add
|
* The identifier of a hold
|
||||||
|
* @param parameters
|
||||||
|
* The URL parameters to add
|
||||||
* @return The {@link Hold} for the given {@code holdId}
|
* @return The {@link Hold} for the given {@code holdId}
|
||||||
* @throws RuntimeException for the following cases:
|
* @throws RuntimeException
|
||||||
* <ul>
|
* for the following cases:
|
||||||
* <li>{@code holdId} is not a valid format</li>
|
* <ul>
|
||||||
* <li>authentication fails</li>
|
* <li>{@code holdId} is not a valid format</li>
|
||||||
* <li>current user does not have permission to read {@code holdId}</li>
|
* <li>authentication fails</li>
|
||||||
* <li>{@code holdId} does not exist</li>
|
* <li>current user does not have permission to read {@code holdId}</li>
|
||||||
* </ul>
|
* <li>{@code holdId} does not exist</li>
|
||||||
|
* </ul>
|
||||||
*/
|
*/
|
||||||
public Hold getHold(String holdId, String parameters)
|
public Hold getHold(String holdId, String parameters)
|
||||||
{
|
{
|
||||||
mandatoryString("holdId", holdId);
|
mandatoryString("holdId", holdId);
|
||||||
|
|
||||||
return getRmRestWrapper().processModel(Hold.class, simpleRequest(
|
return getRmRestWrapper().processModel(Hold.class, simpleRequest(
|
||||||
GET,
|
GET,
|
||||||
"holds/{holdId}?{parameters}",
|
"holds/{holdId}?{parameters}",
|
||||||
holdId,
|
holdId,
|
||||||
parameters
|
parameters));
|
||||||
));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -104,16 +107,20 @@ public class HoldsAPI extends RMModelRequest
|
|||||||
/**
|
/**
|
||||||
* Updates a hold.
|
* Updates a hold.
|
||||||
*
|
*
|
||||||
* @param holdModel The hold model which holds the information
|
* @param holdModel
|
||||||
* @param holdId The identifier of the hold
|
* The hold model which holds the information
|
||||||
* @param parameters The URL parameters to add
|
* @param holdId
|
||||||
* @throws RuntimeException for the following cases:
|
* The identifier of the hold
|
||||||
* <ul>
|
* @param parameters
|
||||||
* <li>the update request is invalid or {@code holdId} is not a valid format or {@code holdModel} is invalid</li>
|
* The URL parameters to add
|
||||||
* <li>authentication fails</li>
|
* @throws RuntimeException
|
||||||
* <li>current user does not have permission to update {@code holdId}</li>
|
* for the following cases:
|
||||||
* <li>{@code holdId} does not exist</li>
|
* <ul>
|
||||||
* </ul>
|
* <li>the update request is invalid or {@code holdId} is not a valid format or {@code holdModel} is invalid</li>
|
||||||
|
* <li>authentication fails</li>
|
||||||
|
* <li>current user does not have permission to update {@code holdId}</li>
|
||||||
|
* <li>{@code holdId} does not exist</li>
|
||||||
|
* </ul>
|
||||||
*/
|
*/
|
||||||
public Hold updateHold(Hold holdModel, String holdId, String parameters)
|
public Hold updateHold(Hold holdModel, String holdId, String parameters)
|
||||||
{
|
{
|
||||||
@@ -121,12 +128,11 @@ public class HoldsAPI extends RMModelRequest
|
|||||||
mandatoryString("holdId", holdId);
|
mandatoryString("holdId", holdId);
|
||||||
|
|
||||||
return getRmRestWrapper().processModel(Hold.class, requestWithBody(
|
return getRmRestWrapper().processModel(Hold.class, requestWithBody(
|
||||||
PUT,
|
PUT,
|
||||||
toJson(holdModel),
|
toJson(holdModel),
|
||||||
"holds/{holdId}?{parameters}",
|
"holds/{holdId}?{parameters}",
|
||||||
holdId,
|
holdId,
|
||||||
parameters
|
parameters));
|
||||||
));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -143,38 +149,42 @@ public class HoldsAPI extends RMModelRequest
|
|||||||
/**
|
/**
|
||||||
* Deletes a hold.
|
* Deletes a hold.
|
||||||
*
|
*
|
||||||
* @param holdId The identifier of a hold
|
* @param holdId
|
||||||
* @throws RuntimeException for the following cases:
|
* The identifier of a hold
|
||||||
* <ul>
|
* @throws RuntimeException
|
||||||
* <li>{@code holdId} is not a valid format</li>
|
* for the following cases:
|
||||||
* <li>authentication fails</li>
|
* <ul>
|
||||||
* <li>current user does not have permission to delete {@code holdId}</li>
|
* <li>{@code holdId} is not a valid format</li>
|
||||||
* <li>{@code holdId} does not exist</li>
|
* <li>authentication fails</li>
|
||||||
* </ul>
|
* <li>current user does not have permission to delete {@code holdId}</li>
|
||||||
|
* <li>{@code holdId} does not exist</li>
|
||||||
|
* </ul>
|
||||||
*/
|
*/
|
||||||
public void deleteHold(String holdId)
|
public void deleteHold(String holdId)
|
||||||
{
|
{
|
||||||
mandatoryString("holdId", holdId);
|
mandatoryString("holdId", holdId);
|
||||||
|
|
||||||
getRmRestWrapper().processEmptyModel(simpleRequest(
|
getRmRestWrapper().processEmptyModel(simpleRequest(
|
||||||
DELETE,
|
DELETE,
|
||||||
"holds/{holdId}",
|
"holds/{holdId}",
|
||||||
holdId
|
holdId));
|
||||||
));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Deletes a hold and stores a reason for deletion in the audit log.
|
* Deletes a hold and stores a reason for deletion in the audit log.
|
||||||
*
|
*
|
||||||
* @param reason The reason for hold deletion
|
* @param reason
|
||||||
* @param holdId The identifier of a hold
|
* The reason for hold deletion
|
||||||
* @throws RuntimeException for the following cases:
|
* @param holdId
|
||||||
* <ul>
|
* The identifier of a hold
|
||||||
* <li>{@code holdId} is not a valid format or {@code reason} is invalid</li>
|
* @throws RuntimeException
|
||||||
* <li>authentication fails</li>
|
* for the following cases:
|
||||||
* <li>current user does not have permission to delete {@code holdId}</li>
|
* <ul>
|
||||||
* <li>{@code holdId} does not exist</li>
|
* <li>{@code holdId} is not a valid format or {@code reason} is invalid</li>
|
||||||
* </ul>
|
* <li>authentication fails</li>
|
||||||
|
* <li>current user does not have permission to delete {@code holdId}</li>
|
||||||
|
* <li>{@code holdId} does not exist</li>
|
||||||
|
* </ul>
|
||||||
*/
|
*/
|
||||||
public HoldDeletionReason deleteHoldWithReason(HoldDeletionReason reason, String holdId)
|
public HoldDeletionReason deleteHoldWithReason(HoldDeletionReason reason, String holdId)
|
||||||
{
|
{
|
||||||
@@ -182,38 +192,41 @@ public class HoldsAPI extends RMModelRequest
|
|||||||
mandatoryString("holdId", holdId);
|
mandatoryString("holdId", holdId);
|
||||||
|
|
||||||
return getRmRestWrapper().processModel(HoldDeletionReason.class, requestWithBody(
|
return getRmRestWrapper().processModel(HoldDeletionReason.class, requestWithBody(
|
||||||
POST,
|
POST,
|
||||||
toJson(reason),
|
toJson(reason),
|
||||||
"holds/{holdId}/delete",
|
"holds/{holdId}/delete",
|
||||||
holdId
|
holdId));
|
||||||
));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adds the relationship between a child and a parent hold.
|
* Adds the relationship between a child and a parent hold.
|
||||||
*
|
*
|
||||||
* @param holdChild The hold child model
|
* @param holdChild
|
||||||
* @param holdId The identifier of a hold
|
* The hold child model
|
||||||
* @param parameters The URL parameters to add
|
* @param holdId
|
||||||
|
* The identifier of a hold
|
||||||
|
* @param parameters
|
||||||
|
* The URL parameters to add
|
||||||
* @return The created {@link Hold}
|
* @return The created {@link Hold}
|
||||||
* @throws RuntimeException for the following cases:
|
* @throws RuntimeException
|
||||||
* <ul>
|
* for the following cases:
|
||||||
* <li>{@code holdId} is not a valid format or {@code holdId} is invalid</li>
|
* <ul>
|
||||||
* <li>authentication fails</li>
|
* <li>{@code holdId} is not a valid format or {@code holdId} is invalid</li>
|
||||||
* <li>current user does not have permission to add children to {@code holdId}</li>
|
* <li>authentication fails</li>
|
||||||
* <li>{@code holdId} does not exist</li>
|
* <li>current user does not have permission to add children to {@code holdId}</li>
|
||||||
* </ul>
|
* <li>{@code holdId} does not exist</li>
|
||||||
|
* </ul>
|
||||||
*/
|
*/
|
||||||
public HoldChild addChildToHold(HoldChild holdChild, String holdId, String parameters)
|
public HoldChild addChildToHold(HoldChild holdChild, String holdId, String parameters)
|
||||||
{
|
{
|
||||||
mandatoryObject("holdId", holdId);
|
mandatoryObject("holdId", holdId);
|
||||||
|
|
||||||
return getRmRestWrapper().processModel(HoldChild.class, requestWithBody(
|
return getRmRestWrapper().processModel(HoldChild.class, requestWithBody(
|
||||||
POST,
|
POST,
|
||||||
toJson(holdChild),
|
toJson(holdChild),
|
||||||
"holds/{holdId}/children",
|
"holds/{holdId}/children",
|
||||||
holdId,
|
holdId,
|
||||||
parameters));
|
parameters));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -227,26 +240,28 @@ public class HoldsAPI extends RMModelRequest
|
|||||||
/**
|
/**
|
||||||
* Gets the children of a hold.
|
* Gets the children of a hold.
|
||||||
*
|
*
|
||||||
* @param holdId The identifier of a hold
|
* @param holdId
|
||||||
* @param parameters The URL parameters to add
|
* The identifier of a hold
|
||||||
|
* @param parameters
|
||||||
|
* The URL parameters to add
|
||||||
* @return The {@link HoldChildCollection} for the given {@code holdId}
|
* @return The {@link HoldChildCollection} for the given {@code holdId}
|
||||||
* @throws RuntimeException for the following cases:
|
* @throws RuntimeException
|
||||||
* <ul>
|
* for the following cases:
|
||||||
* <li>authentication fails</li>
|
* <ul>
|
||||||
* <li>current user does not have permission to read {@code holdId}</li>
|
* <li>authentication fails</li>
|
||||||
* <li>{@code holdId} does not exist</li>
|
* <li>current user does not have permission to read {@code holdId}</li>
|
||||||
*</ul>
|
* <li>{@code holdId} does not exist</li>
|
||||||
|
* </ul>
|
||||||
*/
|
*/
|
||||||
public HoldChildCollection getChildren(String holdId, String parameters)
|
public HoldChildCollection getChildren(String holdId, String parameters)
|
||||||
{
|
{
|
||||||
mandatoryString("holdId", holdId);
|
mandatoryString("holdId", holdId);
|
||||||
|
|
||||||
return getRmRestWrapper().processModels(HoldChildCollection.class, simpleRequest(
|
return getRmRestWrapper().processModels(HoldChildCollection.class, simpleRequest(
|
||||||
GET,
|
GET,
|
||||||
"holds/{holdId}/children",
|
"holds/{holdId}/children",
|
||||||
holdId,
|
holdId,
|
||||||
parameters
|
parameters));
|
||||||
));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -260,16 +275,20 @@ public class HoldsAPI extends RMModelRequest
|
|||||||
/**
|
/**
|
||||||
* Deletes the relationship between a child and a parent hold.
|
* Deletes the relationship between a child and a parent hold.
|
||||||
*
|
*
|
||||||
* @param holdChildId The identifier of hold child
|
* @param holdChildId
|
||||||
* @param holdId The identifier of a hold
|
* The identifier of hold child
|
||||||
* @param parameters The URL parameters to add
|
* @param holdId
|
||||||
* @throws RuntimeException for the following cases:
|
* The identifier of a hold
|
||||||
* <ul>
|
* @param parameters
|
||||||
* <li>{@code holdId} or {@code holdChildId} is invalid</li>
|
* The URL parameters to add
|
||||||
* <li>authentication fails</li>
|
* @throws RuntimeException
|
||||||
* <li>current user does not have permission to delete children from {@code holdId}</li>
|
* for the following cases:
|
||||||
* <li>{@code holdId} does not exist</li>
|
* <ul>
|
||||||
* </ul>
|
* <li>{@code holdId} or {@code holdChildId} is invalid</li>
|
||||||
|
* <li>authentication fails</li>
|
||||||
|
* <li>current user does not have permission to delete children from {@code holdId}</li>
|
||||||
|
* <li>{@code holdId} does not exist</li>
|
||||||
|
* </ul>
|
||||||
*/
|
*/
|
||||||
public void deleteHoldChild(String holdId, String holdChildId, String parameters)
|
public void deleteHoldChild(String holdId, String holdChildId, String parameters)
|
||||||
{
|
{
|
||||||
@@ -277,12 +296,11 @@ public class HoldsAPI extends RMModelRequest
|
|||||||
mandatoryString("holdChildId", holdChildId);
|
mandatoryString("holdChildId", holdChildId);
|
||||||
|
|
||||||
getRmRestWrapper().processEmptyModel(simpleRequest(
|
getRmRestWrapper().processEmptyModel(simpleRequest(
|
||||||
DELETE,
|
DELETE,
|
||||||
"holds/{holdId}/children/{holdChildId}",
|
"holds/{holdId}/children/{holdChildId}",
|
||||||
holdId,
|
holdId,
|
||||||
holdChildId,
|
holdChildId,
|
||||||
parameters
|
parameters));
|
||||||
));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -296,17 +314,21 @@ public class HoldsAPI extends RMModelRequest
|
|||||||
/**
|
/**
|
||||||
* Starts a bulk process for a hold.
|
* Starts a bulk process for a hold.
|
||||||
*
|
*
|
||||||
* @param holdBulkOperation The bulk operation details
|
* @param holdBulkOperation
|
||||||
* @param hold The identifier of a hold
|
* The bulk operation details
|
||||||
* @param parameters The URL parameters to add
|
* @param hold
|
||||||
|
* The identifier of a hold
|
||||||
|
* @param parameters
|
||||||
|
* The URL parameters to add
|
||||||
* @return The {@link HoldBulkOperationEntry} for the started bulk process
|
* @return The {@link HoldBulkOperationEntry} for the started bulk process
|
||||||
* @throws RuntimeException for the following cases:
|
* @throws RuntimeException
|
||||||
* <ul>
|
* for the following cases:
|
||||||
* <li>{@code hold} or {@code holdBulkOperation} is invalid</li>
|
* <ul>
|
||||||
* <li>authentication fails</li>
|
* <li>{@code hold} or {@code holdBulkOperation} is invalid</li>
|
||||||
* <li>current user does not have permission to start a bulk process for {@code hold}</li>
|
* <li>authentication fails</li>
|
||||||
* <li>{@code hold} does not exist</li>
|
* <li>current user does not have permission to start a bulk process for {@code hold}</li>
|
||||||
* </ul>
|
* <li>{@code hold} does not exist</li>
|
||||||
|
* </ul>
|
||||||
*/
|
*/
|
||||||
public HoldBulkOperationEntry startBulkProcess(HoldBulkOperation holdBulkOperation, String hold, String parameters)
|
public HoldBulkOperationEntry startBulkProcess(HoldBulkOperation holdBulkOperation, String hold, String parameters)
|
||||||
{
|
{
|
||||||
@@ -314,12 +336,11 @@ public class HoldsAPI extends RMModelRequest
|
|||||||
mandatoryString("hold", hold);
|
mandatoryString("hold", hold);
|
||||||
|
|
||||||
return getRmRestWrapper().processModel(HoldBulkOperationEntry.class, requestWithBody(
|
return getRmRestWrapper().processModel(HoldBulkOperationEntry.class, requestWithBody(
|
||||||
POST,
|
POST,
|
||||||
toJson(holdBulkOperation),
|
toJson(holdBulkOperation),
|
||||||
"holds/{hold}/bulk",
|
"holds/{hold}/bulk",
|
||||||
hold,
|
hold,
|
||||||
parameters
|
parameters));
|
||||||
));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -333,17 +354,21 @@ public class HoldsAPI extends RMModelRequest
|
|||||||
/**
|
/**
|
||||||
* Gets the status of a bulk process for a hold.
|
* Gets the status of a bulk process for a hold.
|
||||||
*
|
*
|
||||||
* @param holdId The identifier of a hold
|
* @param holdId
|
||||||
* @param holdBulkStatusId The identifier of a bulk status operation
|
* The identifier of a hold
|
||||||
* @param parameters The URL parameters to add
|
* @param holdBulkStatusId
|
||||||
|
* The identifier of a bulk status operation
|
||||||
|
* @param parameters
|
||||||
|
* The URL parameters to add
|
||||||
* @return The {@link HoldBulkStatus} for the given {@code holdId} and {@code holdBulkStatusId}
|
* @return The {@link HoldBulkStatus} for the given {@code holdId} and {@code holdBulkStatusId}
|
||||||
* @throws RuntimeException for the following cases:
|
* @throws RuntimeException
|
||||||
* <ul>
|
* for the following cases:
|
||||||
* <li>{@code holdId} or {@code holdBulkStatusId} is invalid</li>
|
* <ul>
|
||||||
* <li>authentication fails</li>
|
* <li>{@code holdId} or {@code holdBulkStatusId} is invalid</li>
|
||||||
* <li>current user does not have permission to get the bulk status for {@code holdId}</li>
|
* <li>authentication fails</li>
|
||||||
* <li>{@code holdId} or {@code holdBulkStatusId} does not exist</li>
|
* <li>current user does not have permission to get the bulk status for {@code holdId}</li>
|
||||||
* </ul>
|
* <li>{@code holdId} or {@code holdBulkStatusId} does not exist</li>
|
||||||
|
* </ul>
|
||||||
*/
|
*/
|
||||||
public HoldBulkStatus getBulkStatus(String holdId, String holdBulkStatusId, String parameters)
|
public HoldBulkStatus getBulkStatus(String holdId, String holdBulkStatusId, String parameters)
|
||||||
{
|
{
|
||||||
@@ -351,12 +376,11 @@ public class HoldsAPI extends RMModelRequest
|
|||||||
mandatoryString("holdBulkStatusId", holdBulkStatusId);
|
mandatoryString("holdBulkStatusId", holdBulkStatusId);
|
||||||
|
|
||||||
return getRmRestWrapper().processModel(HoldBulkStatus.class, simpleRequest(
|
return getRmRestWrapper().processModel(HoldBulkStatus.class, simpleRequest(
|
||||||
GET,
|
GET,
|
||||||
"holds/{holdId}/bulk-statuses/{holdBulkStatusId}",
|
"holds/{holdId}/bulk-statuses/{holdBulkStatusId}",
|
||||||
holdId,
|
holdId,
|
||||||
holdBulkStatusId,
|
holdBulkStatusId,
|
||||||
parameters
|
parameters));
|
||||||
));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -370,27 +394,29 @@ public class HoldsAPI extends RMModelRequest
|
|||||||
/**
|
/**
|
||||||
* Gets the statuses of all bulk processes for a hold.
|
* Gets the statuses of all bulk processes for a hold.
|
||||||
*
|
*
|
||||||
* @param holdId The identifier of a hold
|
* @param holdId
|
||||||
* @param parameters The URL parameters to add
|
* The identifier of a hold
|
||||||
|
* @param parameters
|
||||||
|
* The URL parameters to add
|
||||||
* @return The {@link HoldBulkStatusCollection} for the given {@code holdId}
|
* @return The {@link HoldBulkStatusCollection} for the given {@code holdId}
|
||||||
* @throws RuntimeException for the following cases:
|
* @throws RuntimeException
|
||||||
* <ul>
|
* for the following cases:
|
||||||
* <li>{@code holdId} is invalid</li>
|
* <ul>
|
||||||
* <li>authentication fails</li>
|
* <li>{@code holdId} is invalid</li>
|
||||||
* <li>current user does not have permission to get the bulk statuses for {@code holdId}</li>
|
* <li>authentication fails</li>
|
||||||
* <li>{@code holdId} does not exist</li>
|
* <li>current user does not have permission to get the bulk statuses for {@code holdId}</li>
|
||||||
* </ul>
|
* <li>{@code holdId} does not exist</li>
|
||||||
|
* </ul>
|
||||||
*/
|
*/
|
||||||
public HoldBulkStatusCollection getBulkStatuses(String holdId, String parameters)
|
public HoldBulkStatusCollection getBulkStatuses(String holdId, String parameters)
|
||||||
{
|
{
|
||||||
mandatoryString("holdId", holdId);
|
mandatoryString("holdId", holdId);
|
||||||
|
|
||||||
return getRmRestWrapper().processModels(HoldBulkStatusCollection.class, simpleRequest(
|
return getRmRestWrapper().processModels(HoldBulkStatusCollection.class, simpleRequest(
|
||||||
GET,
|
GET,
|
||||||
"holds/{holdId}/bulk-statuses",
|
"holds/{holdId}/bulk-statuses",
|
||||||
holdId,
|
holdId,
|
||||||
parameters
|
parameters));
|
||||||
));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -404,17 +430,22 @@ public class HoldsAPI extends RMModelRequest
|
|||||||
/**
|
/**
|
||||||
* Cancels a bulk operation for a hold.
|
* Cancels a bulk operation for a hold.
|
||||||
*
|
*
|
||||||
* @param holdId The identifier of a hold
|
* @param holdId
|
||||||
* @param bulkStatusId The identifier of a bulk status operation
|
* The identifier of a hold
|
||||||
* @param bulkBodyCancel The bulk body cancel model
|
* @param bulkStatusId
|
||||||
* @param parameters The URL parameters to add
|
* The identifier of a bulk status operation
|
||||||
* @throws RuntimeException for the following cases:
|
* @param bulkBodyCancel
|
||||||
* <ul>
|
* The bulk body cancel model
|
||||||
* <li>{@code holdId}, {@code bulkStatusId} or {@code bulkBodyCancel} is invalid</li>
|
* @param parameters
|
||||||
* <li>authentication fails</li>
|
* The URL parameters to add
|
||||||
* <li>current user does not have permission to cancel the bulk operation for {@code bulkStatusId}</li>
|
* @throws RuntimeException
|
||||||
* <li>{@code holdId} or {@code bulkStatusId} does not exist</li>
|
* for the following cases:
|
||||||
* </ul>
|
* <ul>
|
||||||
|
* <li>{@code holdId}, {@code bulkStatusId} or {@code bulkBodyCancel} is invalid</li>
|
||||||
|
* <li>authentication fails</li>
|
||||||
|
* <li>current user does not have permission to cancel the bulk operation for {@code bulkStatusId}</li>
|
||||||
|
* <li>{@code holdId} or {@code bulkStatusId} does not exist</li>
|
||||||
|
* </ul>
|
||||||
*/
|
*/
|
||||||
public void cancelBulkOperation(String holdId, String bulkStatusId, BulkBodyCancel bulkBodyCancel, String parameters)
|
public void cancelBulkOperation(String holdId, String bulkStatusId, BulkBodyCancel bulkBodyCancel, String parameters)
|
||||||
{
|
{
|
||||||
@@ -423,13 +454,12 @@ public class HoldsAPI extends RMModelRequest
|
|||||||
mandatoryObject("bulkBodyCancel", bulkBodyCancel);
|
mandatoryObject("bulkBodyCancel", bulkBodyCancel);
|
||||||
|
|
||||||
getRmRestWrapper().processEmptyModel(requestWithBody(
|
getRmRestWrapper().processEmptyModel(requestWithBody(
|
||||||
POST,
|
POST,
|
||||||
toJson(bulkBodyCancel),
|
toJson(bulkBodyCancel),
|
||||||
"holds/{holdId}/bulk-statuses/{bulkStatusId}/cancel",
|
"holds/{holdId}/bulk-statuses/{bulkStatusId}/cancel",
|
||||||
holdId,
|
holdId,
|
||||||
bulkStatusId,
|
bulkStatusId,
|
||||||
parameters
|
parameters));
|
||||||
));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user