Interface IWorkflowOperationService
Defines method for managing the WorkflowOperation
Namespace: Simplic.FileStructure.Workflow
Assembly: Simplic.FileStructure.Workflow.dll
Syntax
public interface IWorkflowOperationService
Methods
| Improve this Doc View SourceComplete(WorkflowOperation)
Sets the state of the document to complete
Declaration
void Complete(WorkflowOperation workflowOperation)
Parameters
Type | Name | Description |
---|---|---|
WorkflowOperation | workflowOperation |
DocumentCheckout(WorkflowOperation)
Checks a document out of the WorkflowOrganizationUnit and assigns it to the user
Declaration
Guid DocumentCheckout(WorkflowOperation workflowOperation)
Parameters
Type | Name | Description |
---|---|---|
WorkflowOperation | workflowOperation |
Returns
Type | Description |
---|---|
System.Guid | Document path id |
ForwardCopyTo(WorkflowOperation)
Fowards a copy WorkflowOperation to all user that have an instance of the work flow
Declaration
void ForwardCopyTo(WorkflowOperation workflowOperation)
Parameters
Type | Name | Description |
---|---|---|
WorkflowOperation | workflowOperation |
ForwardTo(WorkflowOperation)
Fowards the WorkflowOperation to all user that have an instance of the work flow
Declaration
void ForwardTo(WorkflowOperation workflowOperation)
Parameters
Type | Name | Description |
---|---|---|
WorkflowOperation | workflowOperation |
Release(WorkflowOperation)
Sets the state of the document to released
Declaration
void Release(WorkflowOperation workflowOperation)
Parameters
Type | Name | Description |
---|---|---|
WorkflowOperation | workflowOperation |