public class WorkflowSchemeProjectAssociationsApi extends Object
| Constructor and Description |
|---|
WorkflowSchemeProjectAssociationsApi(org.everit.http.restclient.RestClient restClient) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<Object> |
associateSchemeWithProject(WorkflowSchemeProjectAssociation workflowSchemeProjectAssociation,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Assign workflow scheme to project
Assigns a workflow scheme to a project.
|
io.reactivex.Single<ContainerOfWorkflowSchemeAssociations> |
getWorkflowSchemeProjectAssociations(List<Long> projectId,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get workflow scheme project associations
Returns a list of the workflow schemes associated with a list of projects.
|
public WorkflowSchemeProjectAssociationsApi(org.everit.http.restclient.RestClient restClient)
public io.reactivex.Single<Object> associateSchemeWithProject(WorkflowSchemeProjectAssociation workflowSchemeProjectAssociation, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
workflowSchemeProjectAssociation - (required)restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
public io.reactivex.Single<ContainerOfWorkflowSchemeAssociations> getWorkflowSchemeProjectAssociations(List<Long> projectId, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
projectId - The ID of a project to return the workflow schemes for. To include multiple projects, provide an ampersand-Jim: oneseparated list. For example, `projectId=10000&projectId=10001`. (required)restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
Copyright © 2011–2021 Everit Kft.. All rights reserved.