mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-29442 moving to node 20.18.1 (#10500)
* AAE-0000 - moving to node 20.18.1 * AAE-29442 Adjusted to the new eslint rule
This commit is contained in:
@@ -24,7 +24,6 @@ export class AboutApi extends BaseApi {
|
||||
/**
|
||||
* Get server type and version
|
||||
* Provides information about the running Alfresco Process Services Suite. The response payload object has the properties type, majorVersion, minorVersion, revisionVersion and edition.
|
||||
*
|
||||
* @return Promise<{ [key: string]: string; }>
|
||||
*/
|
||||
getAppVersion(): Promise<{ [key: string]: string }> {
|
||||
|
@@ -25,7 +25,6 @@ export class AccountIntegrationApi extends BaseApi {
|
||||
/**
|
||||
* Retrieve external account information
|
||||
* Accounts are used to integrate with third party apps and clients
|
||||
*
|
||||
* @return Promise<ResultListDataRepresentationAccountRepresentation>
|
||||
*/
|
||||
getAccounts(): Promise<ResultListDataRepresentationAccountRepresentation> {
|
||||
|
@@ -25,7 +25,6 @@ import { throwIfNotDefined } from '../../../assert';
|
||||
export class AdminEndpointsApi extends BaseApi {
|
||||
/**
|
||||
* Add an endpoint authorization
|
||||
*
|
||||
* @param createRepresentation createRepresentation
|
||||
* @return Promise<EndpointBasicAuthRepresentation>
|
||||
*/
|
||||
@@ -41,7 +40,6 @@ export class AdminEndpointsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Create an endpoint
|
||||
*
|
||||
* @param representation representation
|
||||
* @return Promise<EndpointConfigurationRepresentation>
|
||||
*/
|
||||
@@ -56,7 +54,6 @@ export class AdminEndpointsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get an endpoint authorization
|
||||
*
|
||||
* @param basicAuthId basicAuthId
|
||||
* @param tenantId tenantId
|
||||
* @return Promise<EndpointBasicAuthRepresentation>
|
||||
@@ -83,7 +80,6 @@ export class AdminEndpointsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* List endpoint authorizations
|
||||
*
|
||||
* @param tenantId tenantId
|
||||
* @return Promise<EndpointBasicAuthRepresentation>
|
||||
*/
|
||||
@@ -103,7 +99,6 @@ export class AdminEndpointsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get an endpoint
|
||||
*
|
||||
* @param endpointConfigurationId endpointConfigurationId
|
||||
* @param tenantId tenantId
|
||||
* @return Promise<EndpointConfigurationRepresentation>
|
||||
@@ -129,7 +124,6 @@ export class AdminEndpointsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* List endpoints
|
||||
*
|
||||
* @param tenantId tenantId
|
||||
* @return Promise<EndpointConfigurationRepresentation>
|
||||
*/
|
||||
@@ -148,7 +142,6 @@ export class AdminEndpointsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Delete an endpoint authorization
|
||||
*
|
||||
* @param basicAuthId basicAuthId
|
||||
* @param tenantId tenantId
|
||||
* @return Promise<{}>
|
||||
@@ -174,7 +167,6 @@ export class AdminEndpointsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Delete an endpoint
|
||||
*
|
||||
* @param endpointConfigurationId endpointConfigurationId
|
||||
* @param tenantId tenantId
|
||||
* @return Promise<{}>
|
||||
@@ -200,7 +192,6 @@ export class AdminEndpointsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Update an endpoint authorization
|
||||
*
|
||||
* @param basicAuthId basicAuthId
|
||||
* @param createRepresentation createRepresentation
|
||||
* @return Promise<EndpointBasicAuthRepresentation>
|
||||
@@ -226,7 +217,6 @@ export class AdminEndpointsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Update an endpoint
|
||||
*
|
||||
* @param endpointConfigurationId endpointConfigurationId
|
||||
* @param representation representation
|
||||
* @return Promise<EndpointConfigurationRepresentation>
|
||||
|
@@ -31,7 +31,6 @@ import { throwIfNotDefined } from '../../../assert';
|
||||
export class AdminGroupsApi extends BaseApi {
|
||||
/**
|
||||
* Activate a group
|
||||
*
|
||||
* @param groupId groupId
|
||||
* @return Promise<{}>
|
||||
*/
|
||||
@@ -50,7 +49,6 @@ export class AdminGroupsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Add users to a group
|
||||
*
|
||||
* @param groupId groupId
|
||||
* @return Promise<{}>
|
||||
*/
|
||||
@@ -69,7 +67,6 @@ export class AdminGroupsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Add capabilities to a group
|
||||
*
|
||||
* @param groupId groupId
|
||||
* @param addGroupCapabilitiesRepresentation addGroupCapabilitiesRepresentation
|
||||
* @return Promise<{}>
|
||||
@@ -91,7 +88,6 @@ export class AdminGroupsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Add a user to a group
|
||||
*
|
||||
* @param groupId groupId
|
||||
* @param userId userId
|
||||
* @return Promise<{}>
|
||||
@@ -113,7 +109,6 @@ export class AdminGroupsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get a related group
|
||||
*
|
||||
* @param groupId groupId
|
||||
* @param relatedGroupId relatedGroupId
|
||||
* @param type type
|
||||
@@ -142,7 +137,6 @@ export class AdminGroupsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Create a group
|
||||
*
|
||||
* @param groupRepresentation groupRepresentation
|
||||
* @return Promise<GroupRepresentation>
|
||||
*/
|
||||
@@ -158,7 +152,6 @@ export class AdminGroupsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Remove a capability from a group
|
||||
*
|
||||
* @param groupId groupId
|
||||
* @param groupCapabilityId groupCapabilityId
|
||||
* @return Promise<{}>
|
||||
@@ -180,7 +173,6 @@ export class AdminGroupsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Delete a member from a group
|
||||
*
|
||||
* @param groupId groupId
|
||||
* @param userId userId
|
||||
* @return Promise<{}>
|
||||
@@ -202,7 +194,6 @@ export class AdminGroupsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Delete a group
|
||||
*
|
||||
* @param groupId groupId
|
||||
* @return Promise<{}>
|
||||
*/
|
||||
@@ -221,7 +212,6 @@ export class AdminGroupsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Delete a related group
|
||||
*
|
||||
* @param groupId groupId
|
||||
* @param relatedGroupId relatedGroupId
|
||||
* @return Promise<{}>
|
||||
@@ -243,7 +233,6 @@ export class AdminGroupsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* List group capabilities
|
||||
*
|
||||
* @param groupId groupId
|
||||
* @return Promise<string>
|
||||
*/
|
||||
@@ -262,7 +251,6 @@ export class AdminGroupsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get group members
|
||||
*
|
||||
* @param groupId groupId
|
||||
* @param opts Optional parameters
|
||||
* @return Promise<ResultListDataRepresentationLightUserRepresentation>
|
||||
@@ -286,7 +274,6 @@ export class AdminGroupsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get a group
|
||||
*
|
||||
* @param groupId groupId
|
||||
* @param opts Optional parameters
|
||||
* @return Promise<AbstractGroupRepresentation>
|
||||
@@ -307,7 +294,6 @@ export class AdminGroupsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Query groups
|
||||
*
|
||||
* @param opts Optional parameters
|
||||
* @return Promise<LightGroupRepresentation>
|
||||
*/
|
||||
@@ -320,7 +306,6 @@ export class AdminGroupsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get related groups
|
||||
*
|
||||
* @param groupId groupId
|
||||
* @return Promise<LightGroupRepresentation>
|
||||
*/
|
||||
@@ -339,7 +324,6 @@ export class AdminGroupsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Update a group
|
||||
*
|
||||
* @param groupId groupId
|
||||
* @param groupRepresentation groupRepresentation
|
||||
* @return Promise<GroupRepresentation>
|
||||
|
@@ -26,7 +26,6 @@ export class AdminTenantsApi extends BaseApi {
|
||||
/**
|
||||
* Create a tenant
|
||||
* Only a tenant manager may access this endpoint
|
||||
*
|
||||
* @param createTenantRepresentation createTenantRepresentation
|
||||
* @return Promise<LightTenantRepresentation>
|
||||
*/
|
||||
@@ -41,7 +40,6 @@ export class AdminTenantsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Delete a tenant
|
||||
*
|
||||
* @param tenantId tenantId
|
||||
* @return Promise<{}>
|
||||
*/
|
||||
@@ -60,7 +58,6 @@ export class AdminTenantsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get tenant events
|
||||
*
|
||||
* @param tenantId tenantId
|
||||
* @return Promise<TenantEvent>
|
||||
*/
|
||||
@@ -80,7 +77,6 @@ export class AdminTenantsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get a tenant's logo
|
||||
*
|
||||
* @param tenantId tenantId
|
||||
* @return Promise<{}>
|
||||
*/
|
||||
@@ -99,7 +95,6 @@ export class AdminTenantsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get a tenant
|
||||
*
|
||||
* @param tenantId tenantId
|
||||
* @return Promise<TenantRepresentation>
|
||||
*/
|
||||
@@ -120,7 +115,6 @@ export class AdminTenantsApi extends BaseApi {
|
||||
/**
|
||||
* List tenants
|
||||
* Only a tenant manager may access this endpoint
|
||||
*
|
||||
* @return Promise<LightTenantRepresentation>
|
||||
*/
|
||||
getTenants(): Promise<LightTenantRepresentation> {
|
||||
@@ -131,7 +125,6 @@ export class AdminTenantsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Update a tenant
|
||||
*
|
||||
* @param tenantId tenantId
|
||||
* @param createTenantRepresentation createTenantRepresentation
|
||||
* @return Promise<TenantRepresentation>
|
||||
@@ -154,7 +147,6 @@ export class AdminTenantsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Update a tenant's logo
|
||||
*
|
||||
* @param tenantId tenantId
|
||||
* @param file file
|
||||
* @return Promise<ImageUploadRepresentation>
|
||||
|
@@ -44,7 +44,6 @@ export interface GetUsersOpts {
|
||||
export class AdminUsersApi extends BaseApi {
|
||||
/**
|
||||
* Bulk update a list of users
|
||||
*
|
||||
* @param update update
|
||||
* @return Promise<{}>
|
||||
*/
|
||||
@@ -59,7 +58,6 @@ export class AdminUsersApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Create a user
|
||||
*
|
||||
* @param userRepresentation userRepresentation
|
||||
* @return Promise<UserRepresentation>
|
||||
*/
|
||||
@@ -75,7 +73,6 @@ export class AdminUsersApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get a user
|
||||
*
|
||||
* @param userId userId
|
||||
* @param opts Optional parameters
|
||||
* @return Promise<AbstractUserRepresentation>
|
||||
@@ -96,7 +93,6 @@ export class AdminUsersApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Query users
|
||||
*
|
||||
* @param opts Optional parameters
|
||||
* @return Promise<ResultListDataRepresentationAbstractUserRepresentation>
|
||||
*/
|
||||
@@ -109,7 +105,6 @@ export class AdminUsersApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Update a user
|
||||
*
|
||||
* @param userId userId
|
||||
* @param userRepresentation userRepresentation
|
||||
* @return Promise<{}>
|
||||
|
@@ -30,7 +30,6 @@ import { throwIfNotDefined } from '../../../assert';
|
||||
export class AppDefinitionsApi extends BaseApi {
|
||||
/**
|
||||
* deleteAppDefinition
|
||||
*
|
||||
* @param appDefinitionId appDefinitionId
|
||||
* @return Promise<{}>
|
||||
*/
|
||||
@@ -51,7 +50,6 @@ export class AppDefinitionsApi extends BaseApi {
|
||||
* Export an app definition
|
||||
*
|
||||
* This will return a zip file containing the app definition model and all related models (process definitions and forms).
|
||||
*
|
||||
* @param modelId modelId from a runtime app or the id of an app definition model
|
||||
* @return Promise<{}>
|
||||
*/
|
||||
@@ -75,7 +73,6 @@ export class AppDefinitionsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get an app definition
|
||||
*
|
||||
* @param modelId Application definition ID
|
||||
* @return Promise<AppDefinitionRepresentation>
|
||||
*/
|
||||
@@ -94,7 +91,6 @@ export class AppDefinitionsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* importAndPublishApp
|
||||
*
|
||||
* @param file file
|
||||
* @param opts options
|
||||
* @return Promise<AppDefinitionUpdateResultRepresentation>
|
||||
@@ -124,7 +120,6 @@ export class AppDefinitionsApi extends BaseApi {
|
||||
* Allows a zip file to be uploaded containing an app definition and any number of included models.
|
||||
* <p>This is useful to bootstrap an environment (for users or continuous integration).<p>
|
||||
* Before using any processes included in the import the app must be published and deployed.
|
||||
*
|
||||
* @param file file
|
||||
* @param opts Optional parameters
|
||||
* @param opts.renewIdmEntries Whether to renew user and group identifiers (default to false)
|
||||
@@ -149,7 +144,6 @@ export class AppDefinitionsApi extends BaseApi {
|
||||
* Publish an app definition
|
||||
*
|
||||
* Publishing an app definition makes it available for use. The application must not have any validation errors or an error will be returned.<p>Before an app definition can be used by other users, it must also be deployed for their use
|
||||
*
|
||||
* @param modelId modelId
|
||||
* @param publishModel publishModel
|
||||
* @return Promise<AppDefinitionUpdateResultRepresentation>
|
||||
@@ -171,7 +165,6 @@ export class AppDefinitionsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Update an app definition
|
||||
*
|
||||
* @param modelId Application definition ID
|
||||
* @param updatedModel updatedModel |
|
||||
* @return Promise<AppDefinitionUpdateResultRepresentation>
|
||||
|
@@ -27,7 +27,6 @@ import { throwIfNotDefined } from '../../../assert';
|
||||
export class ChecklistsApi extends BaseApi {
|
||||
/**
|
||||
* Create a task checklist
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @param taskRepresentation taskRepresentation
|
||||
* @return Promise<TaskRepresentation>
|
||||
@@ -50,7 +49,6 @@ export class ChecklistsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get checklist for a task
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @return Promise<ResultListDataRepresentationTaskRepresentation>
|
||||
*/
|
||||
@@ -70,7 +68,6 @@ export class ChecklistsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Change the order of items on a checklist
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @param orderRepresentation orderRepresentation
|
||||
* @return Promise<{}>
|
||||
|
@@ -26,7 +26,6 @@ import { throwIfNotDefined } from '../../../assert';
|
||||
export class ActivitiCommentsApi extends BaseApi {
|
||||
/**
|
||||
* Add a comment to a process instance
|
||||
*
|
||||
* @param commentRequest commentRequest
|
||||
* @param processInstanceId processInstanceId
|
||||
* @return Promise<CommentRepresentation>
|
||||
@@ -49,7 +48,6 @@ export class ActivitiCommentsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Add a comment to a task
|
||||
*
|
||||
* @param commentRequest commentRequest
|
||||
* @param taskId taskId
|
||||
* @return Promise<CommentRepresentation>
|
||||
@@ -72,7 +70,6 @@ export class ActivitiCommentsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get comments for a process
|
||||
*
|
||||
* @param processInstanceId processInstanceId
|
||||
* @param opts Optional parameters
|
||||
* @return Promise<ResultListDataRepresentationCommentRepresentation>
|
||||
@@ -97,7 +94,6 @@ export class ActivitiCommentsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get comments for a task
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @param opts Optional parameters
|
||||
* @return Promise<ResultListDataRepresentationCommentRepresentation>
|
||||
|
@@ -29,7 +29,6 @@ import { throwIfNotDefined } from '../../../assert';
|
||||
export class ContentApi extends BaseApi {
|
||||
/**
|
||||
* Attach existing content to a process instance
|
||||
*
|
||||
* @param processInstanceId processInstanceId
|
||||
* @param relatedContent relatedContent
|
||||
* @param opts Optional parameters
|
||||
@@ -75,7 +74,6 @@ export class ContentApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Attach existing content to a task
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @param relatedContent relatedContent
|
||||
* @param opts Optional parameters
|
||||
@@ -119,7 +117,6 @@ export class ContentApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Upload content and create a local representation
|
||||
*
|
||||
* @param file file
|
||||
* @return Promise<RelatedContentRepresentation>
|
||||
*/
|
||||
@@ -140,7 +137,6 @@ export class ContentApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Create a local representation of content from a remote repository
|
||||
*
|
||||
* @param relatedContent relatedContent
|
||||
* @return Promise<RelatedContentRepresentation>
|
||||
*/
|
||||
@@ -156,7 +152,6 @@ export class ContentApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Remove a local content representation
|
||||
*
|
||||
* @param contentId contentId
|
||||
* @return Promise<{}>
|
||||
*/
|
||||
@@ -175,7 +170,6 @@ export class ContentApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get a local content representation
|
||||
*
|
||||
* @param contentId contentId
|
||||
* @return Promise<RelatedContentRepresentation>
|
||||
*/
|
||||
@@ -195,7 +189,6 @@ export class ContentApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get content Raw URL for the given contentId
|
||||
*
|
||||
* @param contentId contentId
|
||||
*/
|
||||
getRawContentUrl(contentId: number): string {
|
||||
@@ -204,7 +197,6 @@ export class ContentApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Stream content rendition
|
||||
*
|
||||
* @param contentId contentId
|
||||
* @param renditionType renditionType
|
||||
* @return Promise<{}>
|
||||
@@ -240,7 +232,6 @@ export class ContentApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* List content attached to a process instance
|
||||
*
|
||||
* @param processInstanceId processInstanceId
|
||||
* @param opts Optional parameters
|
||||
* @return Promise<ResultListDataRepresentationRelatedContentRepresentation>
|
||||
@@ -267,7 +258,6 @@ export class ContentApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* List content attached to a task
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @param opts Optional parameters
|
||||
* @return Promise<ResultListDataRepresentationRelatedContentRepresentation>
|
||||
@@ -292,7 +282,6 @@ export class ContentApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Lists processes and tasks on workflow started with provided document
|
||||
*
|
||||
* @param sourceId - id of the document that workflow or task has been started with
|
||||
* @param source - source of the document that workflow or task has been started with
|
||||
* @param size - size of the entries to get
|
||||
|
@@ -24,7 +24,6 @@ import { BaseApi } from './base.api';
|
||||
export class DataSourcesApi extends BaseApi {
|
||||
/**
|
||||
* Get data sources
|
||||
*
|
||||
* @param opts Optional parameters
|
||||
* @return Promise<ResultListDataRepresentationDataSourceRepresentation>
|
||||
*/
|
||||
|
@@ -26,7 +26,6 @@ import { throwIfNotDefined } from '../../../assert';
|
||||
export class DecisionAuditsApi extends BaseApi {
|
||||
/**
|
||||
* Get an audit trail
|
||||
*
|
||||
* @param auditTrailId auditTrailId
|
||||
* @return Promise<DecisionAuditRepresentation>
|
||||
*/
|
||||
@@ -46,7 +45,6 @@ export class DecisionAuditsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Query decision table audit trails
|
||||
*
|
||||
* @param decisionKey decisionKey
|
||||
* @param dmnDeploymentId dmnDeploymentId
|
||||
* @return Promise<ResultListDataRepresentationDecisionAuditRepresentation>
|
||||
|
@@ -36,7 +36,6 @@ export interface GetDecisionTablesOpts {
|
||||
export class DecisionTablesApi extends BaseApi {
|
||||
/**
|
||||
* Get definition for a decision table
|
||||
*
|
||||
* @param decisionTableId decisionTableId
|
||||
* @return Promise<JsonNode>
|
||||
*/
|
||||
@@ -55,7 +54,6 @@ export class DecisionTablesApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get a decision table
|
||||
*
|
||||
* @param decisionTableId decisionTableId
|
||||
* @return Promise<RuntimeDecisionTableRepresentation>
|
||||
*/
|
||||
@@ -74,7 +72,6 @@ export class DecisionTablesApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Query decision tables
|
||||
*
|
||||
* @param opts Optional parameters
|
||||
* @return Promise<ResultListDataRepresentationRuntimeDecisionTableRepresentation>
|
||||
*/
|
||||
|
@@ -25,7 +25,6 @@ import { throwIfNotDefined } from '../../../assert';
|
||||
export class EndpointsApi extends BaseApi {
|
||||
/**
|
||||
* Get an endpoint configuration
|
||||
*
|
||||
* @param endpointConfigurationId endpointConfigurationId
|
||||
* @return Promise<EndpointConfigurationRepresentation>
|
||||
*/
|
||||
@@ -44,7 +43,6 @@ export class EndpointsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* List endpoint configurations
|
||||
*
|
||||
* @return Promise<EndpointConfigurationRepresentation>
|
||||
*/
|
||||
getEndpointConfigurations(): Promise<EndpointConfigurationRepresentation> {
|
||||
|
@@ -43,7 +43,6 @@ export interface GetFormsOpts {
|
||||
export class FormModelsApi extends BaseApi {
|
||||
/**
|
||||
* Get form content
|
||||
*
|
||||
* @param formId formId
|
||||
* @return Promise<FormDefinitionRepresentation>
|
||||
*/
|
||||
@@ -62,7 +61,6 @@ export class FormModelsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get form history
|
||||
*
|
||||
* @param formId formId
|
||||
* @param formHistoryId formHistoryId
|
||||
* @return Promise<FormRepresentation>
|
||||
@@ -85,7 +83,6 @@ export class FormModelsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get a form model
|
||||
*
|
||||
* @param formId {number} formId
|
||||
* @return Promise<FormRepresentation>
|
||||
*/
|
||||
@@ -105,7 +102,6 @@ export class FormModelsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get forms
|
||||
*
|
||||
* @param input input
|
||||
* @return Promise<FormRepresentation>
|
||||
*/
|
||||
@@ -137,7 +133,6 @@ export class FormModelsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Update form model content
|
||||
*
|
||||
* @param formId ID of the form to update
|
||||
* @param saveRepresentation saveRepresentation
|
||||
* @return Promise<FormRepresentation>
|
||||
@@ -162,7 +157,6 @@ export class FormModelsApi extends BaseApi {
|
||||
* Validate form model content
|
||||
*
|
||||
* The model content to be validated must be specified in the POST body
|
||||
*
|
||||
* @param formId formId
|
||||
* @param saveRepresentation saveRepresentation
|
||||
* @return Promise<ValidationErrorRepresentation>
|
||||
|
@@ -33,7 +33,6 @@ export interface GetGroupsOpts {
|
||||
export class ActivitiGroupsApi extends BaseApi {
|
||||
/**
|
||||
* Query groups
|
||||
*
|
||||
* @param opts Optional parameters
|
||||
* @return Promise<ResultListDataRepresentationLightGroupRepresentation>
|
||||
*/
|
||||
@@ -46,7 +45,6 @@ export class ActivitiGroupsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* List members of a group
|
||||
*
|
||||
* @param groupId groupId
|
||||
* @return Promise<ResultListDataRepresentationLightUserRepresentation>
|
||||
*/
|
||||
|
@@ -25,7 +25,6 @@ import { throwIfNotDefined } from '../../../assert';
|
||||
export class IDMSyncApi extends BaseApi {
|
||||
/**
|
||||
* Get log file for a sync log entry
|
||||
*
|
||||
* @param syncLogEntryId syncLogEntryId
|
||||
* @return Promise<{}>
|
||||
*/
|
||||
@@ -44,7 +43,6 @@ export class IDMSyncApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* List sync log entries
|
||||
*
|
||||
* @param opts Optional parameters
|
||||
* @param opts.tenantId {number} tenantId
|
||||
* @param opts.page {number} page
|
||||
|
@@ -30,7 +30,6 @@ export class IntegrationAlfrescoCloudApi extends BaseApi {
|
||||
/**
|
||||
* Alfresco Cloud Authorization
|
||||
* Returns Alfresco OAuth HTML Page
|
||||
*
|
||||
* @param code code
|
||||
* @return Promise<{}>
|
||||
*/
|
||||
@@ -50,7 +49,6 @@ export class IntegrationAlfrescoCloudApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* List Alfresco networks
|
||||
*
|
||||
* @return Promise<ResultListDataRepresentationAlfrescoNetworkRepresenation>
|
||||
*/
|
||||
getAllNetworks(): Promise<ResultListDataRepresentationAlfrescoNetworkRepresenation> {
|
||||
@@ -62,7 +60,6 @@ export class IntegrationAlfrescoCloudApi extends BaseApi {
|
||||
/**
|
||||
* List Alfresco sites
|
||||
* Returns ALL Sites
|
||||
*
|
||||
* @param networkId networkId
|
||||
* @return Promise<ResultListDataRepresentationAlfrescoSiteRepresenation>
|
||||
*/
|
||||
@@ -81,7 +78,6 @@ export class IntegrationAlfrescoCloudApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* List files and folders inside a specific folder identified by path
|
||||
*
|
||||
* @param networkId networkId
|
||||
* @param opts Optional parameters
|
||||
* @param opts.siteId {string} siteId
|
||||
@@ -107,7 +103,6 @@ export class IntegrationAlfrescoCloudApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* List files and folders inside a specific folder
|
||||
*
|
||||
* @param networkId networkId
|
||||
* @param folderId folderId
|
||||
* @return Promise<ResultListDataRepresentationAlfrescoContentRepresentation>
|
||||
@@ -129,7 +124,6 @@ export class IntegrationAlfrescoCloudApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* List files and folders inside a specific site
|
||||
*
|
||||
* @param networkId networkId
|
||||
* @param siteId siteId
|
||||
* @return Promise<ResultListDataRepresentationAlfrescoContentRepresentation>
|
||||
|
@@ -30,7 +30,6 @@ export class IntegrationAlfrescoOnPremiseApi extends BaseApi {
|
||||
/**
|
||||
* List Alfresco sites
|
||||
* Returns ALL Sites
|
||||
*
|
||||
* @param repositoryId repositoryId
|
||||
* @return Promise<ResultListDataRepresentationAlfrescoSiteRepresenation>
|
||||
*/
|
||||
@@ -49,7 +48,6 @@ export class IntegrationAlfrescoOnPremiseApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* List files and folders inside a specific folder identified by folder path
|
||||
*
|
||||
* @param repositoryId repositoryId
|
||||
* @param siteId siteId
|
||||
* @param folderPath folderPath
|
||||
@@ -78,7 +76,6 @@ export class IntegrationAlfrescoOnPremiseApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* List files and folders inside a specific folder
|
||||
*
|
||||
* @param repositoryId repositoryId
|
||||
* @param folderId folderId
|
||||
* @return Promise<ResultListDataRepresentationAlfrescoContentRepresentation>
|
||||
@@ -100,7 +97,6 @@ export class IntegrationAlfrescoOnPremiseApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* List files and folders inside a specific site
|
||||
*
|
||||
* @param repositoryId repositoryId
|
||||
* @param siteId siteId
|
||||
* @return Promise<ResultListDataRepresentationAlfrescoContentRepresentation>
|
||||
@@ -124,7 +120,6 @@ export class IntegrationAlfrescoOnPremiseApi extends BaseApi {
|
||||
* List Alfresco repositories
|
||||
*
|
||||
* A tenant administrator can configure one or more Alfresco repositories to use when working with content.
|
||||
*
|
||||
* @param opts Optional parameters
|
||||
* @param opts.tenantId {string} tenantId
|
||||
* @param opts.includeAccounts {boolean} includeAccounts (default to true)
|
||||
|
@@ -26,7 +26,6 @@ export class IntegrationBoxApi extends BaseApi {
|
||||
/**
|
||||
* Box Authorization
|
||||
* Returns Box OAuth HTML Page
|
||||
*
|
||||
* @return Promise<{}>
|
||||
*/
|
||||
confirmAuthorisation(): Promise<any> {
|
||||
@@ -38,7 +37,6 @@ export class IntegrationBoxApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Add Box account
|
||||
*
|
||||
* @param userId userId
|
||||
* @param credentials credentials
|
||||
* @return Promise<{}>
|
||||
@@ -60,7 +58,6 @@ export class IntegrationBoxApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Delete account information
|
||||
*
|
||||
* @param userId userId
|
||||
* @return Promise<{}>
|
||||
*/
|
||||
@@ -82,7 +79,6 @@ export class IntegrationBoxApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get status information
|
||||
*
|
||||
* @return Promise<boolean>
|
||||
*/
|
||||
getBoxPluginStatus(): Promise<boolean> {
|
||||
@@ -94,7 +90,6 @@ export class IntegrationBoxApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* List file and folders
|
||||
*
|
||||
* @param opts Optional parameters
|
||||
* @param opts.filter filter
|
||||
* @param opts.parent parent
|
||||
@@ -112,7 +107,6 @@ export class IntegrationBoxApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get account information
|
||||
*
|
||||
* @param userId userId
|
||||
* @return Promise<{}>
|
||||
*/
|
||||
@@ -132,7 +126,6 @@ export class IntegrationBoxApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Update account information
|
||||
*
|
||||
* @param userId userId
|
||||
* @param credentials credentials
|
||||
* @return Promise<{}>
|
||||
|
@@ -25,7 +25,6 @@ export class IntegrationDriveApi extends BaseApi {
|
||||
/**
|
||||
* Drive Authorization
|
||||
* Returns Drive OAuth HTML Page
|
||||
*
|
||||
* @return Promise<{}>
|
||||
*/
|
||||
confirmAuthorisation(): Promise<any> {
|
||||
@@ -37,7 +36,6 @@ export class IntegrationDriveApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* List files and folders
|
||||
*
|
||||
* @param opts Optional parameters
|
||||
* @param opts.filter {string} filter
|
||||
* @param opts.parent {string} parent
|
||||
|
@@ -21,7 +21,6 @@ import { throwIfNotDefined } from '../../../assert';
|
||||
export class ModelJsonBpmnApi extends BaseApi {
|
||||
/**
|
||||
* Export a previous process definition model to a JSON
|
||||
*
|
||||
* @param processModelId processModelId
|
||||
* @param processModelHistoryId processModelHistoryId
|
||||
*/
|
||||
@@ -42,7 +41,6 @@ export class ModelJsonBpmnApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Export a process definition model to a JSON
|
||||
*
|
||||
* @param processModelId processModelId
|
||||
*/
|
||||
getEditorDisplayJsonClient(processModelId: number) {
|
||||
@@ -60,7 +58,6 @@ export class ModelJsonBpmnApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Function to receive the result of the getModelJSONForProcessDefinition operation.
|
||||
*
|
||||
* @param processDefinitionId processDefinitionId
|
||||
*/
|
||||
getModelJSON(processDefinitionId: string) {
|
||||
@@ -78,7 +75,6 @@ export class ModelJsonBpmnApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Function to receive the result of the getModelHistoryJSON operation.
|
||||
*
|
||||
* @param processInstanceId processInstanceId
|
||||
*/
|
||||
getModelJSONForProcessDefinition(processInstanceId: string) {
|
||||
|
@@ -32,7 +32,6 @@ export interface GetModelsQuery {
|
||||
export class ModelsApi extends BaseApi {
|
||||
/**
|
||||
* Create a new model
|
||||
*
|
||||
* @param modelRepresentation modelRepresentation
|
||||
* @return Promise<ModelRepresentation>
|
||||
*/
|
||||
@@ -48,7 +47,6 @@ export class ModelsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Delete a model
|
||||
*
|
||||
* @param modelId modelId
|
||||
* @param opts Optional parameters
|
||||
* @param opts.cascade cascade
|
||||
@@ -76,7 +74,6 @@ export class ModelsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Duplicate an existing model
|
||||
*
|
||||
* @param modelId modelId
|
||||
* @param modelRepresentation modelRepresentation
|
||||
* @return Promise<ModelRepresentation>
|
||||
@@ -99,7 +96,6 @@ export class ModelsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get model content
|
||||
*
|
||||
* @param modelId modelId
|
||||
* @return Promise<ObjectNode>
|
||||
*/
|
||||
@@ -118,7 +114,6 @@ export class ModelsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get a model's thumbnail image
|
||||
*
|
||||
* @param modelId modelId
|
||||
* @return Promise<string>
|
||||
*/
|
||||
@@ -140,7 +135,6 @@ export class ModelsApi extends BaseApi {
|
||||
* Get a model
|
||||
*
|
||||
* Models act as containers for process, form, decision table and app definitions
|
||||
*
|
||||
* @param modelId modelId
|
||||
* @param opts Optional parameters
|
||||
* @return Promise<ModelRepresentation>
|
||||
@@ -166,7 +160,6 @@ export class ModelsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* List process definition models shared with the current user
|
||||
*
|
||||
* @return Promise<ResultListDataRepresentationModelRepresentation>
|
||||
*/
|
||||
getModelsToIncludeInAppDefinition(): Promise<ResultListDataRepresentationModelRepresentation> {
|
||||
@@ -178,7 +171,6 @@ export class ModelsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* List models (process, form, decision rule or app)
|
||||
*
|
||||
* @param opts Optional parameters
|
||||
* @return Promise<ResultListDataRepresentationModelRepresentation>
|
||||
*/
|
||||
@@ -192,7 +184,6 @@ export class ModelsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Create a new version of a model
|
||||
*
|
||||
* @param modelId modelId
|
||||
* @param file file
|
||||
* @return Promise<ModelRepresentation>
|
||||
@@ -220,7 +211,6 @@ export class ModelsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Import a BPMN 2.0 XML file
|
||||
*
|
||||
* @param file file
|
||||
* @return Promise<ModelRepresentation>
|
||||
*/
|
||||
@@ -241,7 +231,6 @@ export class ModelsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Update model content
|
||||
*
|
||||
* @param modelId modelId
|
||||
* @param values values
|
||||
* @return Promise<ModelRepresentation>
|
||||
@@ -266,7 +255,6 @@ export class ModelsApi extends BaseApi {
|
||||
* Update a model
|
||||
*
|
||||
* This method allows you to update the metadata of a model. In order to update the content of the model you will need to call the specific endpoint for that model type.
|
||||
*
|
||||
* @param modelId modelId
|
||||
* @param updatedModel updatedModel
|
||||
* @return Promise<ModelRepresentation>
|
||||
@@ -289,7 +277,6 @@ export class ModelsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Validate model content
|
||||
*
|
||||
* @param modelId modelId
|
||||
* @param opts Optional parameters
|
||||
* @param opts.values values
|
||||
|
@@ -24,7 +24,6 @@ import { throwIfNotDefined } from '../../../assert';
|
||||
export class ModelsBpmnApi extends BaseApi {
|
||||
/**
|
||||
* Export a historic version of a process definition as BPMN 2.0 XML
|
||||
*
|
||||
* @param processModelId processModelId
|
||||
* @param processModelHistoryId processModelHistoryId
|
||||
* @return Promise<{}>
|
||||
@@ -49,7 +48,6 @@ export class ModelsBpmnApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Export a process definition as BPMN 2.0 XML
|
||||
*
|
||||
* @param processModelId processModelId
|
||||
* @return Promise<{}>
|
||||
*/
|
||||
|
@@ -26,7 +26,6 @@ import { throwIfNotDefined } from '../../../assert';
|
||||
export class ModelsHistoryApi extends BaseApi {
|
||||
/**
|
||||
* List a model's historic versions
|
||||
*
|
||||
* @param modelId modelId
|
||||
* @param opts Optional parameters
|
||||
* @param opts.includeLatestVersion includeLatestVersion
|
||||
@@ -53,7 +52,6 @@ export class ModelsHistoryApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get a historic version of a model
|
||||
*
|
||||
* @param modelId modelId
|
||||
* @param modelHistoryId modelHistoryId
|
||||
* @return Promise<ModelRepresentation>
|
||||
|
@@ -32,7 +32,6 @@ import { throwIfNotDefined } from '../../../assert';
|
||||
export class ProcessDefinitionsApi extends BaseApi {
|
||||
/**
|
||||
* Add a user or group involvement to a process definition
|
||||
*
|
||||
* @param processDefinitionId processDefinitionId
|
||||
* @param identityLinkRepresentation identityLinkRepresentation
|
||||
* @return Promise<IdentityLinkRepresentation>
|
||||
@@ -54,7 +53,6 @@ export class ProcessDefinitionsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Remove a user or group involvement from a process definition
|
||||
*
|
||||
* @param processDefinitionId Process definition ID
|
||||
* @param family Identity type
|
||||
* @param identityId User or group ID
|
||||
@@ -79,7 +77,6 @@ export class ProcessDefinitionsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get a user or group involvement with a process definition
|
||||
*
|
||||
* @param processDefinitionId Process definition ID
|
||||
* @param family Identity type
|
||||
* @param identityId User or group ID
|
||||
@@ -104,7 +101,6 @@ export class ProcessDefinitionsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* List either the users or groups involved with a process definition
|
||||
*
|
||||
* @param processDefinitionId processDefinitionId
|
||||
* @param family Identity type
|
||||
* @return Promise<IdentityLinkRepresentation>
|
||||
@@ -126,7 +122,6 @@ export class ProcessDefinitionsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* List the users and groups involved with a process definition
|
||||
*
|
||||
* @param processDefinitionId processDefinitionId
|
||||
* @return Promise<IdentityLinkRepresentation>
|
||||
*/
|
||||
@@ -145,7 +140,6 @@ export class ProcessDefinitionsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* List the decision tables associated with a process definition
|
||||
*
|
||||
* @param processDefinitionId processDefinitionId
|
||||
* @return Promise<ResultListDataRepresentationRuntimeDecisionTableRepresentation>
|
||||
*/
|
||||
@@ -164,7 +158,6 @@ export class ProcessDefinitionsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* List the forms associated with a process definition
|
||||
*
|
||||
* @param processDefinitionId processDefinitionId
|
||||
* @return Promise<ResultListDataRepresentationRuntimeFormRepresentation>
|
||||
*/
|
||||
@@ -183,7 +176,6 @@ export class ProcessDefinitionsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Retrieve the start form for a process definition
|
||||
*
|
||||
* @param processDefinitionId processDefinitionId
|
||||
* @return Promise<FormDefinitionRepresentation>
|
||||
*/
|
||||
@@ -202,7 +194,6 @@ export class ProcessDefinitionsApi extends BaseApi {
|
||||
* Retrieve a list of process definitions
|
||||
*
|
||||
* Get a list of process definitions (visible within the tenant of the user)
|
||||
*
|
||||
* @param opts Optional parameters
|
||||
* @return Promise<ResultListDataRepresentationProcessDefinitionRepresentation>
|
||||
*/
|
||||
@@ -219,7 +210,6 @@ export class ProcessDefinitionsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Retrieve field values (e.g. the typeahead field)
|
||||
*
|
||||
* @param processDefinitionId processDefinitionId
|
||||
* @param field field
|
||||
* @return Promise<FormValueRepresentation[]>
|
||||
@@ -238,7 +228,6 @@ export class ProcessDefinitionsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Retrieve field values (eg. the table field)
|
||||
*
|
||||
* @param processDefinitionId processDefinitionId
|
||||
* @param field field
|
||||
* @param column column
|
||||
|
@@ -25,7 +25,6 @@ import { throwIfNotDefined } from '../../../assert';
|
||||
export class ProcessInstanceVariablesApi extends BaseApi {
|
||||
/**
|
||||
* Create or update variables
|
||||
*
|
||||
* @param processInstanceId Process instance ID
|
||||
* @param restVariables restVariables
|
||||
* @return Promise<RestVariable>
|
||||
@@ -47,7 +46,6 @@ export class ProcessInstanceVariablesApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Delete a variable
|
||||
*
|
||||
* @param processInstanceId processInstanceId
|
||||
* @param variableName variableName
|
||||
* @return Promise<{}>
|
||||
@@ -69,7 +67,6 @@ export class ProcessInstanceVariablesApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get a variable
|
||||
*
|
||||
* @param processInstanceId processInstanceId
|
||||
* @param variableName variableName
|
||||
* @return Promise<RestVariable>
|
||||
@@ -91,7 +88,6 @@ export class ProcessInstanceVariablesApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* List variables
|
||||
*
|
||||
* @param processInstanceId Process instance ID
|
||||
* @return Promise<RestVariable>
|
||||
*/
|
||||
@@ -110,7 +106,6 @@ export class ProcessInstanceVariablesApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Update a variable
|
||||
*
|
||||
* @param processInstanceId processInstanceId
|
||||
* @param variableName variableName
|
||||
* @param restVariable restVariable
|
||||
|
@@ -38,7 +38,6 @@ import { throwIfNotDefined } from '../../../assert';
|
||||
export class ProcessInstancesApi extends BaseApi {
|
||||
/**
|
||||
* Activate a process instance
|
||||
*
|
||||
* @param processInstanceId processInstanceId
|
||||
* @return Promise<ProcessInstanceRepresentation>
|
||||
*/
|
||||
@@ -58,7 +57,6 @@ export class ProcessInstancesApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Add a user or group involvement to a process instance
|
||||
*
|
||||
* @param processInstanceId processInstanceId
|
||||
* @param identityLinkRepresentation identityLinkRepresentation
|
||||
* @return Promise<IdentityLinkRepresentation>
|
||||
@@ -80,7 +78,6 @@ export class ProcessInstancesApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Remove a user or group involvement from a process instance
|
||||
*
|
||||
* @param processInstanceId processInstanceId
|
||||
* @param family family
|
||||
* @param identityId identityId
|
||||
@@ -110,7 +107,6 @@ export class ProcessInstancesApi extends BaseApi {
|
||||
* Cancel or remove a process instance
|
||||
*
|
||||
* If the process instance has not yet been completed, it will be cancelled. If it has already finished or been cancelled then the process instance will be removed and will no longer appear in queries.
|
||||
*
|
||||
* @param processInstanceId processInstanceId
|
||||
* @return Promise<{}>
|
||||
*/
|
||||
@@ -131,7 +127,6 @@ export class ProcessInstancesApi extends BaseApi {
|
||||
* List process instances using a filter
|
||||
*
|
||||
* The request body provided must define either a valid filterId value or filter object
|
||||
*
|
||||
* @param filterRequest filterRequest
|
||||
* @return Promise<ResultListDataRepresentationProcessInstanceRepresentation>
|
||||
*/
|
||||
@@ -149,7 +144,6 @@ export class ProcessInstancesApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get decision tasks in a process instance
|
||||
*
|
||||
* @param processInstanceId processInstanceId
|
||||
* @return Promise<ResultListDataRepresentationDecisionTaskRepresentation>
|
||||
*/
|
||||
@@ -169,7 +163,6 @@ export class ProcessInstancesApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get historic variables for a process instance
|
||||
*
|
||||
* @param processInstanceId processInstanceId
|
||||
* @return Promise<ProcessInstanceVariableRepresentation>
|
||||
*/
|
||||
@@ -188,7 +181,6 @@ export class ProcessInstancesApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Query historic process instances
|
||||
*
|
||||
* @param queryRequest queryRequest
|
||||
* @return Promise<ResultListDataRepresentationProcessInstanceRepresentation>
|
||||
*/
|
||||
@@ -206,7 +198,6 @@ export class ProcessInstancesApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get a user or group involvement with a process instance
|
||||
*
|
||||
* @param processInstanceId processInstanceId
|
||||
* @param family family
|
||||
* @param identityId identityId
|
||||
@@ -234,7 +225,6 @@ export class ProcessInstancesApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* List either the users or groups involved with a process instance
|
||||
*
|
||||
* @param processInstanceId processInstanceId
|
||||
* @param family family
|
||||
* @return Promise<IdentityLinkRepresentation>
|
||||
@@ -256,7 +246,6 @@ export class ProcessInstancesApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* List the users and groups involved with a process instance
|
||||
*
|
||||
* @param processInstanceId processInstanceId
|
||||
* @return Promise<IdentityLinkRepresentation>
|
||||
*/
|
||||
@@ -275,7 +264,6 @@ export class ProcessInstancesApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* List content attached to process instance fields
|
||||
*
|
||||
* @param processInstanceId processInstanceId
|
||||
* @return Promise<ResultListDataRepresentationProcessContentRepresentation>
|
||||
*/
|
||||
@@ -295,7 +283,6 @@ export class ProcessInstancesApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get the process diagram for the process instance
|
||||
*
|
||||
* @param processInstanceId processInstanceId
|
||||
* @return Promise<string>
|
||||
*/
|
||||
@@ -319,7 +306,6 @@ export class ProcessInstancesApi extends BaseApi {
|
||||
* Get a process instance start form
|
||||
*
|
||||
* The start form for a process instance can be retrieved when the process definition has a start form defined (hasStartForm = true on the process instance)
|
||||
*
|
||||
* @param processInstanceId processInstanceId
|
||||
* @return Promise<FormDefinitionRepresentation>
|
||||
*/
|
||||
@@ -338,7 +324,6 @@ export class ProcessInstancesApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get a process instance
|
||||
*
|
||||
* @param processInstanceId processInstanceId
|
||||
* @return Promise<ProcessInstanceRepresentation>
|
||||
*/
|
||||
@@ -358,7 +343,6 @@ export class ProcessInstancesApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Query process instances
|
||||
*
|
||||
* @param processInstancesQuery processInstancesQuery
|
||||
* @return Promise<ResultListDataRepresentationProcessInstanceRepresentation>
|
||||
*/
|
||||
@@ -376,7 +360,6 @@ export class ProcessInstancesApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get the audit log for a process instance
|
||||
*
|
||||
* @param processInstanceId processInstanceId
|
||||
* @return Promise<ProcessInstanceAuditInfoRepresentation>
|
||||
*/
|
||||
@@ -395,7 +378,6 @@ export class ProcessInstancesApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Retrieve the process audit in the PDF format
|
||||
*
|
||||
* @param processInstanceId processId
|
||||
* @returns process audit
|
||||
*/
|
||||
@@ -417,7 +399,6 @@ export class ProcessInstancesApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Start a process instance
|
||||
*
|
||||
* @param startRequest startRequest
|
||||
* @return Promise<ProcessInstanceRepresentation>
|
||||
*/
|
||||
@@ -433,7 +414,6 @@ export class ProcessInstancesApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Suspend a process instance
|
||||
*
|
||||
* @param processInstanceId processInstanceId
|
||||
* @return Promise<ProcessInstanceRepresentation>
|
||||
*/
|
||||
|
@@ -25,7 +25,6 @@ import { throwIfNotDefined } from '../../../assert';
|
||||
export class ProcessScopesApi extends BaseApi {
|
||||
/**
|
||||
* List runtime process scopes
|
||||
*
|
||||
* @param processScopesRequest processScopesRequest
|
||||
* @return Promise<ProcessScopeRepresentation>
|
||||
*/
|
||||
|
@@ -105,7 +105,6 @@ export class ReportApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Export a report
|
||||
*
|
||||
* @param reportId report id
|
||||
* @param bodyParam body parameters
|
||||
*/
|
||||
@@ -127,7 +126,6 @@ export class ReportApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Save a report
|
||||
*
|
||||
* @param reportId report id
|
||||
* @param opts Optional parameters
|
||||
*/
|
||||
@@ -154,7 +152,6 @@ export class ReportApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Delete a report
|
||||
*
|
||||
* @param reportId report id
|
||||
*/
|
||||
deleteReport(reportId: string) {
|
||||
|
@@ -31,7 +31,6 @@ export class RuntimeAppDefinitionsApi extends BaseApi {
|
||||
* Deploy a published app
|
||||
*
|
||||
* Deploying an app allows the user to see it on his/her landing page. Apps must be published before they can be deployed.
|
||||
*
|
||||
* @param saveObject saveObject
|
||||
* @return Promise<{}>
|
||||
*/
|
||||
@@ -46,7 +45,6 @@ export class RuntimeAppDefinitionsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get a runtime app
|
||||
*
|
||||
* @param appDefinitionId appDefinitionId
|
||||
* @return Promise<AppDefinitionRepresentation>
|
||||
*/
|
||||
@@ -67,7 +65,6 @@ export class RuntimeAppDefinitionsApi extends BaseApi {
|
||||
* List runtime apps
|
||||
*
|
||||
* When a user logs in into Alfresco Process Services Suite, a landing page is displayed containing all the apps that the user is allowed to see and use. These are referred to as runtime apps.
|
||||
*
|
||||
* @return Promise<ResultListDataRepresentationAppDefinitionRepresentation>
|
||||
*/
|
||||
getAppDefinitions(): Promise<ResultListDataRepresentationAppDefinitionRepresentation> {
|
||||
|
@@ -26,7 +26,6 @@ import { throwIfNotDefined } from '../../../assert';
|
||||
export class RuntimeAppDeploymentsApi extends BaseApi {
|
||||
/**
|
||||
* Remove an app deployment
|
||||
*
|
||||
* @param appDeploymentId appDeploymentId
|
||||
* @return Promise<{}>
|
||||
*/
|
||||
@@ -45,7 +44,6 @@ export class RuntimeAppDeploymentsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Export the app archive for a deployment
|
||||
*
|
||||
* @param deploymentId deploymentId
|
||||
* @return Promise<{}>
|
||||
*/
|
||||
@@ -67,7 +65,6 @@ export class RuntimeAppDeploymentsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Query app deployments
|
||||
*
|
||||
* @param opts Optional parameters
|
||||
* @return Promise<ResultListDataRepresentationAppDeploymentRepresentation>
|
||||
*/
|
||||
@@ -89,7 +86,6 @@ export class RuntimeAppDeploymentsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get an app deployment
|
||||
*
|
||||
* @param appDeploymentId appDeploymentId
|
||||
* @return Promise<AppDeploymentRepresentation>
|
||||
*/
|
||||
@@ -110,7 +106,6 @@ export class RuntimeAppDeploymentsApi extends BaseApi {
|
||||
/**
|
||||
* Get an app by deployment ID or DMN deployment ID
|
||||
* Either a deploymentId or a dmnDeploymentId must be provided
|
||||
*
|
||||
* @param opts Optional parameters
|
||||
* @return Promise<AppDeploymentRepresentation>
|
||||
*/
|
||||
|
@@ -23,7 +23,6 @@ import { BaseApi } from './base.api';
|
||||
export class ScriptFilesApi extends BaseApi {
|
||||
/**
|
||||
* getControllers
|
||||
*
|
||||
* @returns Promise<string>
|
||||
*/
|
||||
getControllers(): Promise<string> {
|
||||
@@ -37,7 +36,6 @@ export class ScriptFilesApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* getLibraries
|
||||
*
|
||||
* @returns Promise<string>
|
||||
*/
|
||||
getLibraries(): Promise<string> {
|
||||
|
@@ -26,7 +26,6 @@ import { throwIfNotDefined } from '../../../assert';
|
||||
export class SubmittedFormsApi extends BaseApi {
|
||||
/**
|
||||
* List submissions for a form
|
||||
*
|
||||
* @param formId formId
|
||||
* @param opts Optional parameters
|
||||
* @return Promise<ResultListDataRepresentationSubmittedFormRepresentation>
|
||||
@@ -51,7 +50,6 @@ export class SubmittedFormsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* List submissions for a process instance
|
||||
*
|
||||
* @param processId processId
|
||||
* @return Promise<ResultListDataRepresentationSubmittedFormRepresentation>
|
||||
*/
|
||||
@@ -71,7 +69,6 @@ export class SubmittedFormsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get a form submission
|
||||
*
|
||||
* @param submittedFormId submittedFormId
|
||||
* @return Promise<SubmittedFormRepresentation>
|
||||
*/
|
||||
@@ -91,7 +88,6 @@ export class SubmittedFormsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get the submitted form for a task
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @return Promise<SubmittedFormRepresentation>
|
||||
*/
|
||||
|
@@ -25,7 +25,6 @@ import { throwIfNotDefined } from '../../../assert';
|
||||
export class SystemPropertiesApi extends BaseApi {
|
||||
/**
|
||||
* Get global date format
|
||||
*
|
||||
* @param tenantId tenantId
|
||||
* @return Promise<GlobalDateFormatRepresentation>
|
||||
*/
|
||||
@@ -44,7 +43,6 @@ export class SystemPropertiesApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get password validation constraints
|
||||
*
|
||||
* @param tenantId tenantId
|
||||
* @return Promise<PasswordValidationConstraints>
|
||||
*/
|
||||
@@ -65,7 +63,6 @@ export class SystemPropertiesApi extends BaseApi {
|
||||
* Retrieve system properties
|
||||
*
|
||||
* Typical value is AllowInvolveByEmail
|
||||
*
|
||||
* @return Promise<SystemPropertiesRepresentation>
|
||||
*/
|
||||
getProperties(): Promise<SystemPropertiesRepresentation> {
|
||||
@@ -76,7 +73,6 @@ export class SystemPropertiesApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get involved users who can edit forms
|
||||
*
|
||||
* @param tenantId tenantId
|
||||
* @return Promise<boolean>
|
||||
*/
|
||||
|
@@ -25,7 +25,6 @@ import { throwIfNotDefined } from '../../../assert';
|
||||
export class TaskActionsApi extends BaseApi {
|
||||
/**
|
||||
* Assign a task to a user
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @param userIdentifier userIdentifier
|
||||
* @return Promise<TaskRepresentation>
|
||||
@@ -48,7 +47,6 @@ export class TaskActionsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Attach a form to a task
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @param formIdentifier formIdentifier
|
||||
* @return Promise<{}>
|
||||
@@ -72,7 +70,6 @@ export class TaskActionsApi extends BaseApi {
|
||||
* Claim a task
|
||||
*
|
||||
* To claim a task (in case the task is assigned to a group)
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @return Promise<{}>
|
||||
*/
|
||||
@@ -93,7 +90,6 @@ export class TaskActionsApi extends BaseApi {
|
||||
* Complete a task
|
||||
*
|
||||
* Use this endpoint to complete a standalone task or task without a form
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @return Promise<{}>
|
||||
*/
|
||||
@@ -112,7 +108,6 @@ export class TaskActionsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Delegate a task
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @param userIdentifier userIdentifier
|
||||
* @return Promise<{}>
|
||||
@@ -134,7 +129,6 @@ export class TaskActionsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Involve a group with a task
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @param groupId groupId
|
||||
* @return Promise<{}>
|
||||
@@ -156,7 +150,6 @@ export class TaskActionsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Involve a user with a task
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @param userIdentifier userIdentifier
|
||||
* @return Promise<{}>
|
||||
@@ -178,7 +171,6 @@ export class TaskActionsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Remove a form from a task
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @return Promise<{}>
|
||||
*/
|
||||
@@ -197,7 +189,6 @@ export class TaskActionsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Remove an involved group from a task
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @param identifier identifier
|
||||
* @return Promise<{}>
|
||||
@@ -227,9 +218,6 @@ export class TaskActionsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Resolve a task
|
||||
*
|
||||
*
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @return Promise<{}>
|
||||
*/
|
||||
@@ -250,7 +238,6 @@ export class TaskActionsApi extends BaseApi {
|
||||
* Unclaim a task
|
||||
*
|
||||
* To unclaim a task (in case the task was assigned to a group)
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @return Promise<{}>
|
||||
*/
|
||||
|
@@ -31,7 +31,6 @@ import { throwIfNotDefined } from '../../../assert';
|
||||
export class TaskFormsApi extends BaseApi {
|
||||
/**
|
||||
* Complete a task form
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @param completeTaskFormRepresentation completeTaskFormRepresentation
|
||||
* @return Promise<{}>
|
||||
@@ -53,7 +52,6 @@ export class TaskFormsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get task variables
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @return Promise<ProcessInstanceVariableRepresentation>
|
||||
*/
|
||||
@@ -73,7 +71,6 @@ export class TaskFormsApi extends BaseApi {
|
||||
/**
|
||||
* Retrieve Column Field Values
|
||||
* Specific case to retrieve information on a specific column
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @param field field
|
||||
* @param column column
|
||||
@@ -110,7 +107,6 @@ export class TaskFormsApi extends BaseApi {
|
||||
* Retrieve populated field values
|
||||
*
|
||||
* Form field values that are populated through a REST backend, can be retrieved via this service
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @param field field
|
||||
* @return Promise<FormValueRepresentation []>
|
||||
@@ -132,7 +128,6 @@ export class TaskFormsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get a task form
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @returns Promise<FormDefinitionRepresentation>
|
||||
*/
|
||||
@@ -151,7 +146,6 @@ export class TaskFormsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Save a task form
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @param saveTaskFormRepresentation saveTaskFormRepresentation
|
||||
* @return Promise<{}>
|
||||
@@ -173,7 +167,6 @@ export class TaskFormsApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Retrieve Task Form Variables
|
||||
*
|
||||
* @param taskId taskId
|
||||
*/
|
||||
getTaskFormVariables(taskId: string) {
|
||||
|
@@ -26,7 +26,6 @@ import { ScopeQuery } from './types';
|
||||
export class TaskVariablesApi extends BaseApi {
|
||||
/**
|
||||
* Create variables
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @param restVariables restVariables
|
||||
* @return Promise<RestVariable>
|
||||
@@ -48,7 +47,6 @@ export class TaskVariablesApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Create or update variables
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @return Promise<{}>
|
||||
*/
|
||||
@@ -67,7 +65,6 @@ export class TaskVariablesApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Delete a variable
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @param variableName variableName
|
||||
* @param opts Optional parameters
|
||||
@@ -90,7 +87,6 @@ export class TaskVariablesApi extends BaseApi {
|
||||
}
|
||||
/**
|
||||
* Get a variable
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @param variableName variableName
|
||||
* @param opts Optional parameters
|
||||
@@ -114,7 +110,6 @@ export class TaskVariablesApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* List variables
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @param opts Optional parameters
|
||||
* @return Promise<RestVariable>
|
||||
@@ -135,7 +130,6 @@ export class TaskVariablesApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Update a variable
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @param variableName variableName
|
||||
* @param restVariable restVariable
|
||||
|
@@ -34,7 +34,6 @@ import { throwIfNotDefined } from '../../../assert';
|
||||
export class TasksApi extends BaseApi {
|
||||
/**
|
||||
* List the users and groups involved with a task
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @param identityLinkRepresentation identityLinkRepresentation
|
||||
* @returns Promise<IdentityLinkRepresentation>
|
||||
@@ -58,7 +57,6 @@ export class TasksApi extends BaseApi {
|
||||
* Create a standalone task
|
||||
*
|
||||
* A standalone task is one which is not associated with any process instance.
|
||||
*
|
||||
* @param taskRepresentation taskRepresentation
|
||||
* @returns Promise<TaskRepresentation>
|
||||
*/
|
||||
@@ -74,7 +72,6 @@ export class TasksApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Remove a user or group involvement from a task
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @param family family
|
||||
* @param identityId identityId
|
||||
@@ -102,7 +99,6 @@ export class TasksApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Delete a task
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @returns Promise<{}>
|
||||
*/
|
||||
@@ -121,7 +117,6 @@ export class TasksApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Filter a list of tasks
|
||||
*
|
||||
* @param tasksFilter tasksFilter
|
||||
* @returns Promise<ResultListDataRepresentationTaskRepresentation>
|
||||
*/
|
||||
@@ -137,7 +132,6 @@ export class TasksApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get a user or group involvement with a task
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @param family family
|
||||
* @param identityId identityId
|
||||
@@ -165,7 +159,6 @@ export class TasksApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* List either the users or groups involved with a process instance
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @param family family
|
||||
* @returns Promise<IdentityLinkRepresentation>
|
||||
@@ -187,7 +180,6 @@ export class TasksApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* getIdentityLinks
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @returns Promise<IdentityLinkRepresentation>
|
||||
*/
|
||||
@@ -206,7 +198,6 @@ export class TasksApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get the audit log for a task
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @returns Promise<TaskAuditInfoRepresentation>
|
||||
*/
|
||||
@@ -225,7 +216,6 @@ export class TasksApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get the audit log for a task
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @returns Promise<Blob> task audit in blob
|
||||
*/
|
||||
@@ -246,7 +236,6 @@ export class TasksApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get a task
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @returns Promise<TaskRepresentation>
|
||||
*/
|
||||
@@ -266,7 +255,6 @@ export class TasksApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Query historic tasks
|
||||
*
|
||||
* @param queryRequest queryRequest
|
||||
* @returns Promise<ResultListDataRepresentationTaskRepresentation>
|
||||
*/
|
||||
@@ -282,7 +270,6 @@ export class TasksApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* List tasks
|
||||
*
|
||||
* @param tasksQuery tasksQuery
|
||||
* @returns Promise<ResultListDataRepresentationTaskRepresentation>
|
||||
*/
|
||||
@@ -300,7 +287,6 @@ export class TasksApi extends BaseApi {
|
||||
* Update a task
|
||||
*
|
||||
* You can edit only name, description and dueDate (ISO 8601 string).
|
||||
*
|
||||
* @param taskId taskId
|
||||
* @param updated updated
|
||||
* @returns Promise<TaskRepresentation>
|
||||
|
@@ -23,7 +23,6 @@ import { BaseApi } from './base.api';
|
||||
export class TemporaryApi extends BaseApi {
|
||||
/**
|
||||
* completeTasks
|
||||
*
|
||||
* @param userId userId
|
||||
* @param processDefinitionKey processDefinitionKey
|
||||
*/
|
||||
@@ -51,7 +50,6 @@ export class TemporaryApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* generateData
|
||||
*
|
||||
* @param userId userId
|
||||
* @param processDefinitionKey processDefinitionKey
|
||||
*/
|
||||
|
@@ -32,7 +32,6 @@ import { AppIdQuery } from './types';
|
||||
export class UserFiltersApi extends BaseApi {
|
||||
/**
|
||||
* Create a process instance filter
|
||||
*
|
||||
* @param userProcessInstanceFilterRepresentation userProcessInstanceFilterRepresentation
|
||||
* @returns Promise<UserProcessInstanceFilterRepresentation>
|
||||
*/
|
||||
@@ -49,7 +48,6 @@ export class UserFiltersApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Create a task filter
|
||||
*
|
||||
* @param userTaskFilterRepresentation userTaskFilterRepresentation
|
||||
* @returns Promise<UserTaskFilterRepresentation>
|
||||
*/
|
||||
@@ -65,7 +63,6 @@ export class UserFiltersApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Delete a process instance filter
|
||||
*
|
||||
* @param userFilterId userFilterId
|
||||
* @returns Promise<{}>
|
||||
*/
|
||||
@@ -84,7 +81,6 @@ export class UserFiltersApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Delete a task filter
|
||||
*
|
||||
* @param userFilterId userFilterId
|
||||
* @returns Promise<{}>
|
||||
*/
|
||||
@@ -103,7 +99,6 @@ export class UserFiltersApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get a process instance filter
|
||||
*
|
||||
* @param userFilterId userFilterId
|
||||
* @returns Promise<UserProcessInstanceFilterRepresentation>
|
||||
*/
|
||||
@@ -124,7 +119,6 @@ export class UserFiltersApi extends BaseApi {
|
||||
* List process instance filters
|
||||
*
|
||||
* Returns filters for the current user, optionally filtered by *appId*.
|
||||
*
|
||||
* @param opts Optional parameters
|
||||
* @returns Promise<ResultListDataRepresentationUserProcessInstanceFilterRepresentation>
|
||||
*/
|
||||
@@ -137,7 +131,6 @@ export class UserFiltersApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get a task filter
|
||||
*
|
||||
* @param userFilterId userFilterId
|
||||
* @returns Promise<UserTaskFilterRepresentation>
|
||||
*/
|
||||
@@ -159,7 +152,6 @@ export class UserFiltersApi extends BaseApi {
|
||||
* List task filters
|
||||
*
|
||||
* Returns filters for the current user, optionally filtered by *appId*.
|
||||
*
|
||||
* @param opts Optional parameters
|
||||
* @returns Promise<ResultListDataRepresentationUserTaskFilterRepresentation>
|
||||
*/
|
||||
@@ -173,7 +165,6 @@ export class UserFiltersApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Re-order the list of user process instance filters
|
||||
*
|
||||
* @param filterOrderRepresentation filterOrderRepresentation
|
||||
* @returns Promise<{}>
|
||||
*/
|
||||
@@ -188,7 +179,6 @@ export class UserFiltersApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Re-order the list of user task filters
|
||||
*
|
||||
* @param filterOrderRepresentation filterOrderRepresentation
|
||||
* @returns Promise<{}>
|
||||
*/
|
||||
@@ -203,7 +193,6 @@ export class UserFiltersApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Update a process instance filter
|
||||
*
|
||||
* @param userFilterId userFilterId
|
||||
* @param userProcessInstanceFilterRepresentation userProcessInstanceFilterRepresentation
|
||||
* @returns Promise<UserProcessInstanceFilterRepresentation>
|
||||
@@ -228,7 +217,6 @@ export class UserFiltersApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Update a task filter
|
||||
*
|
||||
* @param userFilterId userFilterId
|
||||
* @param userTaskFilterRepresentation userTaskFilterRepresentation
|
||||
* @returns Promise<UserTaskFilterRepresentation>
|
||||
|
@@ -27,7 +27,6 @@ import { throwIfNotDefined } from '../../../assert';
|
||||
export class UserProfileApi extends BaseApi {
|
||||
/**
|
||||
* Change user password
|
||||
*
|
||||
* @param changePasswordRepresentation changePasswordRepresentation
|
||||
* @return Promise<{}>
|
||||
*/
|
||||
@@ -43,7 +42,6 @@ export class UserProfileApi extends BaseApi {
|
||||
/**
|
||||
* Retrieve user profile picture
|
||||
* Generally returns an image file
|
||||
*
|
||||
* @return Promise<Blob>
|
||||
*/
|
||||
getProfilePicture(): Promise<any> {
|
||||
@@ -65,7 +63,6 @@ export class UserProfileApi extends BaseApi {
|
||||
* Get user profile
|
||||
* This operation returns account information for the current user.
|
||||
* This is useful to get the name, email, the groups that the user is part of, the user picture, etc.
|
||||
*
|
||||
* @return Promise<UserRepresentation>
|
||||
*/
|
||||
getProfile(): Promise<UserRepresentation> {
|
||||
@@ -78,7 +75,6 @@ export class UserProfileApi extends BaseApi {
|
||||
/**
|
||||
* Update user profile.
|
||||
* Only a first name, last name, email and company can be updated
|
||||
*
|
||||
* @param userRepresentation userRepresentation
|
||||
* @return Promise<UserRepresentation>
|
||||
*/
|
||||
@@ -94,7 +90,6 @@ export class UserProfileApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Change user profile picture
|
||||
*
|
||||
* @param file file
|
||||
* @return Promise<ImageUploadRepresentation>
|
||||
*/
|
||||
|
@@ -41,7 +41,6 @@ export class UsersApi extends BaseApi {
|
||||
* Execute an action for a specific user
|
||||
*
|
||||
* Typical action is updating/reset password
|
||||
*
|
||||
* @param userId userId
|
||||
* @param actionRequest actionRequest
|
||||
* @returns Promise<{}>
|
||||
@@ -63,7 +62,6 @@ export class UsersApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Stream user profile picture
|
||||
*
|
||||
* @param userId userId
|
||||
* @returns Promise<{}>
|
||||
*/
|
||||
@@ -73,7 +71,6 @@ export class UsersApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get a user
|
||||
*
|
||||
* @param userId userId
|
||||
* @returns Promise<UserRepresentation>
|
||||
*/
|
||||
@@ -95,7 +92,6 @@ export class UsersApi extends BaseApi {
|
||||
* Query users
|
||||
*
|
||||
* A common use case is that a user wants to select another user (eg. when assigning a task) or group.
|
||||
*
|
||||
* @param opts Optional parameters
|
||||
* @returns Promise<ResultListDataRepresentationLightUserRepresentation>
|
||||
*/
|
||||
@@ -121,7 +117,6 @@ export class UsersApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Request a password reset
|
||||
*
|
||||
* @param resetPassword resetPassword
|
||||
* @returns Promise<{}>
|
||||
*/
|
||||
@@ -136,7 +131,6 @@ export class UsersApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Update a user
|
||||
*
|
||||
* @param userId userId
|
||||
* @param userRequest userRequest
|
||||
* @returns Promise<UserRepresentation>
|
||||
|
Reference in New Issue
Block a user