com.xebialabs.deployit.core.rest.api
Class ReferenceDataResource

java.lang.Object
  extended by com.xebialabs.deployit.core.rest.api.ReferenceDataResource
All Implemented Interfaces:
com.xebialabs.deployit.core.api.ReferenceDataProxy

@Controller
public class ReferenceDataResource
extends java.lang.Object
implements com.xebialabs.deployit.core.api.ReferenceDataProxy


Constructor Summary
ReferenceDataResource()
           
 
Method Summary
 javax.ws.rs.core.Response find(java.lang.String type)
           
 javax.ws.rs.core.Response list()
           
 javax.ws.rs.core.Response orchestrators()
           
 javax.ws.rs.core.Response permissionList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceDataResource

public ReferenceDataResource()
Method Detail

list

public javax.ws.rs.core.Response list()
Specified by:
list in interface com.xebialabs.deployit.core.api.ReferenceDataProxy

find

public javax.ws.rs.core.Response find(java.lang.String type)
Specified by:
find in interface com.xebialabs.deployit.core.api.ReferenceDataProxy

permissionList

public javax.ws.rs.core.Response permissionList()
Specified by:
permissionList in interface com.xebialabs.deployit.core.api.ReferenceDataProxy

orchestrators

public javax.ws.rs.core.Response orchestrators()
Specified by:
orchestrators in interface com.xebialabs.deployit.core.api.ReferenceDataProxy