org.camunda.bpm.cycle.web.service
Class ViewService
java.lang.Object
org.camunda.bpm.cycle.web.service.AbstractRestService
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewService
public ViewService()
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.