Skip to main content

service/domain/document/document_validated

Api Code Documentation / Exports / service/domain/document/document_validated

Table of contents

Interfaces

Variables

Functions

Variables

schema

Const schema: ObjectSchema<any>

Defined in

src/service/domain/document/document_validated.ts:26

Functions

createEvent

createEvent(isDocumentValid, documentId, source, publisher, projectId, subprojectId, workflowitemId, time?, metadata?): Type<Event>

Parameters

NameType
isDocumentValidboolean
documentIdstring
sourcestring
publisherstring
projectIdstring
subprojectIdstring
workflowitemIdstring
timestring
metadata?UserMetadata

Returns

Type<Event>

Defined in

src/service/domain/document/document_validated.ts:39


mutate

mutate(_workflowitem, event): Type<void>

Applies the event to the given workflowitem, or returns an error.

When an error is returned (or thrown), any already applied modifications are discarded.

This function is not expected to validate its changes; instead, the modified workflowitem is automatically validated when obtained using workflowitem_eventsourcing.ts:newWorkflowitemFromEvent.

Parameters

NameType
_workflowitemWorkflowitem
eventEvent

Returns

Type<void>

Defined in

src/service/domain/document/document_validated.ts:84


validate

validate(input): Type<Event>

Parameters

NameType
inputany

Returns

Type<Event>

Defined in

src/service/domain/document/document_validated.ts:69