Class DesignerWorkflowVersion
Model a designer workflow version.
Inheritance
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class DesignerWorkflowVersion : IRelationsWithProxy
Properties
Id
Id of the workflow version.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InstanceCount
Number of items for this workflow version.
Declaration
public int InstanceCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
InstancesRelationLink
Gets the Uri of the link for the relation “instances”.
Declaration
public string InstancesRelationLink { get; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Returns the uri of the link for the relation “instances” if it exists, or
Links
Declaration
public Link[] Links { get; set; }
Property Value
Type | Description |
---|---|
Link[] |
SelfRelationLink
Gets the Uri of the link for the relation “self”.
Declaration
public string SelfRelationLink { get; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Returns the uri of the link for the relation “self” if it exists, or
Methods
GetDesignerInstancesFromInstancesRelation()
Calls the HTTP Get method on the link for the relation “instances”.
Declaration
public DesignerInstances GetDesignerInstancesFromInstancesRelation()
Returns
Type | Description |
---|---|
DesignerInstances | The content of the response. |
GetDesignerInstancesFromInstancesRelationAsync()
Calls the HTTP Get method on the link for the relation “instances” asynchronously.
Declaration
public System.Threading.Tasks.Task<DeserializedHttpResponse<DesignerInstances>> GetDesignerInstancesFromInstancesRelationAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<DeserializedHttpResponse<DesignerInstances>> | A task which runs the request. |
Remarks
This method follows the link for the relation “instances”.
GetDesignerInstancesFromInstancesRelationAsync(System.Threading.CancellationToken)
Calls the HTTP Get method on the link for the relation “instances” asynchronously.
Declaration
public System.Threading.Tasks.Task<DeserializedHttpResponse<DesignerInstances>> GetDesignerInstancesFromInstancesRelationAsync(System.Threading.CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<DeserializedHttpResponse<DesignerInstances>> | A task which runs the request. |
Remarks
This method follows the link for the relation “instances”.
GetDesignerWorkflowVersionFromSelfRelation()
Calls the HTTP Get method on the link for the relation “self”.
Declaration
public DesignerWorkflowVersion GetDesignerWorkflowVersionFromSelfRelation()
Returns
Type | Description |
---|---|
DesignerWorkflowVersion | The content of the response. |
GetDesignerWorkflowVersionFromSelfRelationAsync()
Calls the HTTP Get method on the link for the relation “self” asynchronously.
Declaration
public System.Threading.Tasks.Task<DeserializedHttpResponse<DesignerWorkflowVersion>> GetDesignerWorkflowVersionFromSelfRelationAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<DeserializedHttpResponse<DesignerWorkflowVersion>> | A task which runs the request. |
Remarks
This method follows the link for the relation “self”.
GetDesignerWorkflowVersionFromSelfRelationAsync(System.Threading.CancellationToken)
Calls the HTTP Get method on the link for the relation “self” asynchronously.
Declaration
public System.Threading.Tasks.Task<DeserializedHttpResponse<DesignerWorkflowVersion>> GetDesignerWorkflowVersionFromSelfRelationAsync(System.Threading.CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<DeserializedHttpResponse<DesignerWorkflowVersion>> | A task which runs the request. |
Remarks
This method follows the link for the relation “self”.
SetProxy(HttpClientProxy)
Sets the HTTP communication proxy which is used in further HTTP communication.
Declaration
public void SetProxy(HttpClientProxy proxy)
Parameters
Type | Name | Description |
---|---|---|
HttpClientProxy | proxy | The |
Remarks
The HTTP proxy is used to handle the HTTP requests which are created by this instance. The proxy is used in case a request is sent to a URL which is resolved from a link.