Class DecisionStamps
Inheritance
Namespace: DocuWare.Platform.Bpw.Schemas
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class DecisionStamps : IRelationsWithProxy
Properties
IsController
Declaration
public bool IsController { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Items
Declaration
public List<Decision> Items { get; set; }
Property Value
Type | Description |
---|---|
List<Decision> |
Links
Declaration
public Link[] Links { get; set; }
Property Value
Type | Description |
---|---|
Link[] |
LockByStampRelationLink
Gets the Uri of the link for the relation “lockByStamp”.
Declaration
public string LockByStampRelationLink { get; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Returns the uri of the link for the relation “lockByStamp” if it exists, or
StampsSettings
Declaration
public DecisionStampSettings StampsSettings { get; set; }
Property Value
Type | Description |
---|---|
DecisionStampSettings |
TaskId
Declaration
public string TaskId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
PostToLockByStampRelationForString(System.IO.Stream)
Calls the HTTP Post method on the link for the relation “lockByStamp”.
Declaration
public string PostToLockByStampRelationForString(System.IO.Stream dataToSend)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | dataToSend | The data to send. This data is written into the request body. |
Returns
Type | Description |
---|---|
System.String | The content of the response. |
PostToLockByStampRelationForStringAsync(System.IO.Stream)
Calls the HTTP Post method on the link for the relation “lockByStamp” asynchronously.
Declaration
public System.Threading.Tasks.Task<DeserializedHttpResponse<string>> PostToLockByStampRelationForStringAsync(System.IO.Stream dataToSend)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | dataToSend | The data to send. This data is written into the request body. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<DeserializedHttpResponse<System.String>> | A task which runs the request. |
Remarks
This method follows the link for the relation “lockByStamp”.
PostToLockByStampRelationForStringAsync(System.Threading.CancellationToken, System.IO.Stream)
Calls the HTTP Post method on the link for the relation “lockByStamp” asynchronously.
Declaration
public System.Threading.Tasks.Task<DeserializedHttpResponse<string>> PostToLockByStampRelationForStringAsync(System.Threading.CancellationToken cancellationToken, System.IO.Stream dataToSend)
Parameters
Type | Name | Description |
---|---|---|
System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request. |
System.IO.Stream | dataToSend | The data to send. This data is written into the request body. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<DeserializedHttpResponse<System.String>> | A task which runs the request. |
Remarks
This method follows the link for the relation “lockByStamp”.
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.