Interface IDocumentWorkflowAssignmentRepository
Represents the document workflow assignment repository interface
Namespace: Simplic.FileStructure.Workflow
Assembly: Simplic.FileStructure.Workflow.dll
Syntax
public interface IDocumentWorkflowAssignmentRepository
Methods
| Improve this Doc View SourceExists(Guid, Guid)
Returns a bool which is true if the pair of document id and workflow id exists
Declaration
bool Exists(Guid documentId, Guid workflowId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | documentId | Id of the document from |
System.Guid | workflowId | Id of the workflow DocumentWorkflowConfiguration |
Returns
Type | Description |
---|---|
System.Boolean | True if the tuple of document id and workflow id exists, in any other case, false |
SetState(Guid, Guid, Guid)
Declaration
void SetState(Guid documentId, Guid workflowId, Guid stateId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | documentId | |
System.Guid | workflowId | |
System.Guid | stateId |