Package org.nuxeo.targetplatforms.jaxrs
Class RootResource
- java.lang.Object
-
- org.nuxeo.targetplatforms.jaxrs.RootResource
-
public class RootResource extends Object
- Since:
- 5.9.3
-
-
Constructor Summary
Constructors Constructor Description RootResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
doGet(boolean filterDisabled, boolean filterRestricted, boolean filterDeprecated, Boolean filterDefault, String filterType)
Object
getPackage(String id)
Object
getPackageInfo(String id)
Object
getPlatform(String id)
Object
getPlatformInfo(String id)
Object
getPlatformInfos(boolean filterDisabled, boolean filterRestricted, boolean filterDeprecated, Boolean filterDefault, String filterType)
Object
getPlatformInstance(String id, String packages)
Object
getPlatforms(boolean filterDisabled, boolean filterRestricted, boolean filterDeprecated, Boolean filterDefault, String filterType)
-
-
-
Method Detail
-
doGet
public Object doGet(boolean filterDisabled, boolean filterRestricted, boolean filterDeprecated, Boolean filterDefault, String filterType) throws Exception
- Throws:
Exception
-
getPlatforms
public Object getPlatforms(boolean filterDisabled, boolean filterRestricted, boolean filterDeprecated, Boolean filterDefault, String filterType) throws Exception
- Throws:
Exception
-
getPlatformInfos
public Object getPlatformInfos(boolean filterDisabled, boolean filterRestricted, boolean filterDeprecated, Boolean filterDefault, String filterType) throws Exception
- Throws:
Exception
-
getPlatformInstance
public Object getPlatformInstance(String id, String packages) throws Exception
- Throws:
Exception
-
-