public interface MetaInterface extends PublicInterface
| Modifier and Type | Method and Description |
|---|---|
String |
getAllAsJson() |
List<String> |
getEnumLiterals(String enumName) |
SServiceInterface |
getServiceInterface(String serviceInterfaceName) |
List<SServiceInterface> |
getServiceInterfaces() |
SServiceMethod |
getServiceMethod(String serviceInterfaceName,
String methodName) |
List<SServiceParameter> |
getServiceMethodParameters(String serviceInterfaceName,
String serviceMethodName) |
List<SServiceMethod> |
getServiceMethods(String serviceInterfaceName) |
List<SServiceType> |
getServiceTypes() |
List<SServiceInterface> getServiceInterfaces() throws ServerException, UserException
ServerExceptionUserExceptionSServiceInterface getServiceInterface(String serviceInterfaceName) throws ServerException, UserException
ServerExceptionUserExceptionList<SServiceMethod> getServiceMethods(String serviceInterfaceName) throws ServerException, UserException
serviceInterfaceName - ServerExceptionUserExceptionSServiceMethod getServiceMethod(String serviceInterfaceName, String methodName) throws ServerException, UserException
serviceInterfaceName - ServerExceptionUserExceptionList<SServiceType> getServiceTypes() throws ServerException, UserException
ServerExceptionUserExceptionList<SServiceParameter> getServiceMethodParameters(String serviceInterfaceName, String serviceMethodName) throws ServerException, UserException
serviceInterfaceName - serviceMethodName - ServerExceptionUserExceptionList<String> getEnumLiterals(String enumName) throws UserException, ServerException
UserExceptionServerExceptionString getAllAsJson() throws UserException, ServerException
UserExceptionServerExceptionCopyright © 2016 OpenSource BIM. All rights reserved.