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

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

public class InitialConfigurationService
extends AbstractRestService

Author:
nico.rehwaldt

Constructor Summary
InitialConfigurationService()
           
 
Method Summary
 Object createInitialUser()
           
 String createInitialUser(UserDTO data)
           
 
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

InitialConfigurationService

public InitialConfigurationService()
Method Detail

createInitialUser

public Object createInitialUser()

createInitialUser

public String createInitialUser(UserDTO data)


Copyright © 2014 camunda services GmbH. All rights reserved.