org.apache.isis.viewer.restfulobjects.applib.domaintypes
Interface DomainTypeResource


public interface DomainTypeResource


Method Summary
 javax.ws.rs.core.Response domainType(String domainType)
           
 javax.ws.rs.core.Response domainTypeIsSubtypeOf(String domainType, String superType, String argumentsQueryString)
           
 javax.ws.rs.core.Response domainTypeIsSupertypeOf(String domainType, String superType, String argumentsQueryString)
           
 javax.ws.rs.core.Response domainTypes()
           
 javax.ws.rs.core.Response newTransientInstance(String domainType, String args)
           
 javax.ws.rs.core.Response typeAction(String domainType, String actionId)
           
 javax.ws.rs.core.Response typeActionParam(String domainType, String actionId, String paramName)
           
 javax.ws.rs.core.Response typeCollection(String domainType, String collectionId)
           
 javax.ws.rs.core.Response typeProperty(String domainType, String propertyId)
           
 

Method Detail

domainTypes

javax.ws.rs.core.Response domainTypes()

domainType

javax.ws.rs.core.Response domainType(String domainType)

typeProperty

javax.ws.rs.core.Response typeProperty(String domainType,
                                       String propertyId)

typeCollection

javax.ws.rs.core.Response typeCollection(String domainType,
                                         String collectionId)

typeAction

javax.ws.rs.core.Response typeAction(String domainType,
                                     String actionId)

typeActionParam

javax.ws.rs.core.Response typeActionParam(String domainType,
                                          String actionId,
                                          String paramName)

domainTypeIsSubtypeOf

javax.ws.rs.core.Response domainTypeIsSubtypeOf(String domainType,
                                                String superType,
                                                String argumentsQueryString)

domainTypeIsSupertypeOf

javax.ws.rs.core.Response domainTypeIsSupertypeOf(String domainType,
                                                  String superType,
                                                  String argumentsQueryString)

newTransientInstance

javax.ws.rs.core.Response newTransientInstance(String domainType,
                                               String args)


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.