mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-02 17:35:08 +00:00
[MIGRATION] - Fixed type
This commit is contained in:
parent
54e07d2c59
commit
24f51dc8aa
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user