public class RootResource extends Object
Constructor and Description |
---|
RootResource() |
Modifier and Type | Method and 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) |
public RootResource()
public Object doGet(boolean filterDisabled, boolean filterRestricted, boolean filterDeprecated, Boolean filterDefault, String filterType) throws Exception
Exception
public Object getPlatform(String id) throws Exception
Exception
public Object getPlatforms(boolean filterDisabled, boolean filterRestricted, boolean filterDeprecated, Boolean filterDefault, String filterType) throws Exception
Exception
public Object getPlatformInfo(String id) throws Exception
Exception
public Object getPlatformInfos(boolean filterDisabled, boolean filterRestricted, boolean filterDeprecated, Boolean filterDefault, String filterType) throws Exception
Exception
public Object getPlatformInstance(String id, String packages) throws Exception
Exception
public Object getPackage(String id) throws Exception
Exception
public Object getPackageInfo(String id) throws Exception
Exception
Copyright © 2018 Nuxeo. All rights reserved.