service/domain/document/document_validate
Api Code Documentation / Exports / service/domain/document/document_validate
#
Table of contents#
Functions#
Functions#
documentValidateâ–¸ documentValidate(isDocumentValid
, documentId
, ctx
, issuer
, projectId
, subprojectId
, workflowitemId
, repository
): Promise
<Type
<{ newEvents
: BusinessEvent
[] ; workflowitem
: Workflowitem
}>>
#
ParametersName | Type |
---|---|
isDocumentValid | boolean |
documentId | string |
ctx | Ctx |
issuer | ServiceUser |
projectId | string |
subprojectId | string |
workflowitemId | string |
repository | Repository |
#
ReturnsPromise
<Type
<{ newEvents
: BusinessEvent
[] ; workflowitem
: Workflowitem
}>>