[MIGRATION] - Fixed type

This commit is contained in:
VitoAlbano 2024-12-06 12:05:17 +00:00
parent 54e07d2c59
commit 24f51dc8aa
4 changed files with 0 additions and 7 deletions

View File

@ -28,7 +28,6 @@ describe('FormUtilsService', () => {
/**
* Test the getRestUrlVariablesMap method
*
* @param restUrl The rest URL for getRestUrlVariablesMap
* @param inputBody The input body for getRestUrlVariablesMap
* @param expected The expected result of getRestUrlVariablesMap

View File

@ -55,7 +55,6 @@ export class ProcessListCloudService extends BaseCloudService {
/**
* Finds a process using an object with optional query properties.
*
* @deprecated From Activiti 8.7.0 forward, use ProcessListCloudService.fetchProcessList instead.
* @param requestNode Query object
* @param queryUrl Query url
@ -71,7 +70,6 @@ export class ProcessListCloudService extends BaseCloudService {
/**
* Available from Activiti version 8.7.0 onwards.
* Retrieves a list of processes using an object with optional query properties.
*
* @param requestNode Query object
* @param queryUrl Query url
* @returns List of processes
@ -166,7 +164,6 @@ export class ProcessListCloudService extends BaseCloudService {
/**
* Finds a process using an object with optional query properties.
*
* @param appName app name
* @param status filter status
* @returns Total items
@ -208,7 +205,6 @@ export class ProcessListCloudService extends BaseCloudService {
/**
* Finds a process using an object with optional query properties in admin app.
*
* @param requestNode Query object
* @param queryUrl Query url
* @returns Process information

View File

@ -56,7 +56,6 @@ export class ProcessTaskListCloudService extends BaseCloudService {
/**
* Retrieves a list of tasks using an object with optional query properties.
*
* @param requestNode Query object
* @param queryUrl Query url
* @returns List of tasks

View File

@ -299,7 +299,6 @@ export abstract class BaseTaskListCloudComponent<T = unknown>
/**
* Resets the pagination values and
* Reloads the task list
*
* @param pagination Pagination values to be set
*/
updatePagination(pagination: PaginationModel) {