...
- The deprecated functional rights "Assign global roles" and "Edit roles related to global domain" have been removed. The rights will be automatically removed from server during update to 7.0, and system snapshots created from updated server no longer contain them, but they may be present in older projects that exist in local filesystem. In case that they are still present and an administrator attempts to activate such schema, the schema and roleset validation will show an error - they must be removed from rights system prior to activating the schema and roleset in a yuuvis® RAD 7.0 system or later (or a snapshot of an already updated system should be taken, in order to obtain a project without these rights)
- BPM Script: deprecated script property process.responsible was removed. It was deprecated with introduction of process.owners, that can be also changed (unlike process.responsible that was read-only).
- BPM-Service
- Deprecated optional parameter "maindoc" has been removed in following endpoints of bpm-service:
GET api/bpm/process/{processId}/file - get process file
POST /process/{processId}/file/{elementId} - create process file
PUT
/process/{processId}/file/{elementId} - update element of process file
get list of processes instances that include document (parameter of call) in its filePOST api/bpm/process"-
The following deprecated endpoints have been removed:
/api/bpm/process
/api/bpm/process/user
The /api/bpm/processes endpoint should be used instead since it offers the same functionality.
- Deprecated optional parameter "maindoc" has been removed in following endpoints of bpm-service:
- Core-Service
- Removed
The parameter 'locationinfo' for DmsService.getItem is removed.
Alternative isUse the
use ofparameter 'contextinfo' instead.
- Removed
The parameter 'renditionType' for MediaManagementService.assignBinding
. Not needed any moreis removed. This parameter is no more needed and was not handled in previous versions.
- Removed
The parameter 'csmeta' for ResultService.getEsqlResult is removed.
Alternative isUse the
use ofparameter 'datameta'. instead.
- Removed
The internal endpoint
InterProzessResourceServiceInterProcessResourceService.getRendition is removed.
- Removed