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
}>>
Parameters
Name | Type |
---|---|
isDocumentValid | boolean |
documentId | string |
ctx | Ctx |
issuer | ServiceUser |
projectId | string |
subprojectId | string |
workflowitemId | string |
repository | Repository |
Returns
Promise
<Type
<{ newEvents
: BusinessEvent
[] ; workflowitem
: Workflowitem
}>>