org.camunda.bpm.cycle.web.service
Class ViewService

java.lang.Object
  extended by org.camunda.bpm.cycle.web.service.AbstractRestService
      extended by org.camunda.bpm.cycle.web.service.ViewService

public class ViewService
extends AbstractRestService

This controller exposes the views offered by the application under app/secured/view.

Author:
nico.rehwaldt

Constructor Summary
ViewService()
           
 
Method Summary
 String listConnectors()
           
 String listUsers()
           
 String template(String name)
           
 
Methods inherited from class org.camunda.bpm.cycle.web.service.AbstractRestService
badRequest, internalServerError, notAllowed, notFound, redirectTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewService

public ViewService()
Method Detail

template

public String template(String name)

listUsers

@RolesAllowed(value="admin")
public String listUsers()

listConnectors

@RolesAllowed(value="admin")
public String listConnectors()


Copyright © 2014 camunda services GmbH. All rights reserved.