public class MetaInterfaceAdaptor extends Object implements MetaInterface
| Constructor and Description |
|---|
MetaInterfaceAdaptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAllAsJson() |
List<String> |
getEnumLiterals(String enumName) |
SServiceInterface |
getServiceInterface(String getServiceInterface) |
List<SServiceInterface> |
getServiceInterfaces() |
SServiceMethod |
getServiceMethod(String serviceInterfaceName,
String methodName) |
List<SServiceParameter> |
getServiceMethodParameters(String serviceInterfaceName,
String serviceMethodName) |
List<SServiceMethod> |
getServiceMethods(String serviceInterfaceName) |
List<SServiceType> |
getServiceTypes() |
public String getAllAsJson() throws UserException, ServerException
getAllAsJson in interface MetaInterfaceUserExceptionServerExceptionpublic List<String> getEnumLiterals(String enumName) throws UserException, ServerException
getEnumLiterals in interface MetaInterfaceUserExceptionServerExceptionpublic SServiceInterface getServiceInterface(String getServiceInterface) throws UserException, ServerException
getServiceInterface in interface MetaInterfaceUserExceptionServerExceptionpublic List<SServiceInterface> getServiceInterfaces() throws UserException, ServerException
getServiceInterfaces in interface MetaInterfaceUserExceptionServerExceptionpublic SServiceMethod getServiceMethod(String serviceInterfaceName, String methodName) throws UserException, ServerException
getServiceMethod in interface MetaInterfaceUserExceptionServerExceptionpublic List<SServiceParameter> getServiceMethodParameters(String serviceInterfaceName, String serviceMethodName) throws UserException, ServerException
getServiceMethodParameters in interface MetaInterfaceUserExceptionServerExceptionpublic List<SServiceMethod> getServiceMethods(String serviceInterfaceName) throws UserException, ServerException
getServiceMethods in interface MetaInterfaceUserExceptionServerExceptionpublic List<SServiceType> getServiceTypes() throws UserException, ServerException
getServiceTypes in interface MetaInterfaceUserExceptionServerExceptionCopyright © 2016 OpenSource BIM. All rights reserved.