mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[DW-1521] added message-events api methods (#5146)
* added message events api * added export * added the getProcessInstance method in the queryservice * added form-cloud.service with method to submit the form. * added form-cloud.service with method to submit the form. * returning the error instead of throwing, which can be used in expected negative api assertions in the test. * added getTaskByNAme method to filter a task by unique task-name within a process-instance * linting fix * made correlation key as optional parameter * removed the unnecessary tslint disable statements * removed the unnecessary tslint disable statements and reverted the throw error statement * logging response is not needed * added return type * added return type
This commit is contained in:
committed by
Eugenio Romano
parent
6389019561
commit
313e535b8d
@@ -16,6 +16,7 @@
|
||||
*/
|
||||
|
||||
export * from './lib/core/public-api';
|
||||
export * from './lib/form-cloud/public-api';
|
||||
export * from './lib/material/public-api';
|
||||
export * from './lib/content-services/public-api';
|
||||
export * from './lib/material/public-api';
|
||||
|
Reference in New Issue
Block a user