org.syncope.console.rest
Class WorkflowRestClient

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

@Component
public class WorkflowRestClient
extends AbstractBaseRestClient


Field Summary
 
Fields inherited from class org.syncope.console.rest.AbstractBaseRestClient
baseURL, LOG, restTemplate
 
Constructor Summary
WorkflowRestClient()
           
 
Method Summary
 WorkflowDefinitionTO getDefinition()
           
 void updateDefinition(WorkflowDefinitionTO workflowDef)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowRestClient

public WorkflowRestClient()
Method Detail

getDefinition

public WorkflowDefinitionTO getDefinition()
                                   throws SyncopeClientCompositeErrorException
Throws:
SyncopeClientCompositeErrorException

updateDefinition

public void updateDefinition(WorkflowDefinitionTO workflowDef)
                      throws SyncopeClientCompositeErrorException
Throws:
SyncopeClientCompositeErrorException


Copyright © 2011. All Rights Reserved.