org.syncope.console.rest
Class ApprovalRestClient

java.lang.Object
  extended by org.syncope.console.rest.AbstractBaseRestClient
      extended by org.syncope.console.rest.ApprovalRestClient

@Component
public class ApprovalRestClient
extends AbstractBaseRestClient

Console client for invoking Rest Todo services.


Field Summary
 
Fields inherited from class org.syncope.console.rest.AbstractBaseRestClient
baseURL, LOG, restTemplate
 
Constructor Summary
ApprovalRestClient()
           
 
Method Summary
 WorkflowFormTO claimForm(String taskId)
           
 List<WorkflowFormTO> getForms()
           
 void submitForm(WorkflowFormTO form)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApprovalRestClient

public ApprovalRestClient()
Method Detail

getForms

public List<WorkflowFormTO> getForms()

claimForm

public WorkflowFormTO claimForm(String taskId)

submitForm

public void submitForm(WorkflowFormTO form)


Copyright © 2011. All Rights Reserved.