| Package | Description |
|---|---|
| com.ibm.tivoli.maximo.oslc.provider | |
| com.ibm.tivoli.maximo.rest | |
| psdi.iface.webservices.action |
| Modifier and Type | Method and Description |
|---|---|
static void |
OslcOASUtil.buildGETWsMethodRequestActionMeta(MethodInfo methodInfo,
OslcYaml oslcYaml,
java.lang.String path) |
static void |
OslcOASUtil.buildPOSTWsMethodActionMeta(MethodInfo methodInfo,
OslcYaml oslcYaml,
java.lang.String path) |
| Constructor and Description |
|---|
ActionSchemaGenerator(MethodInfo methodInfo) |
ActionSchemaGenerator(MethodInfo methodInfo,
boolean forOAS) |
| Modifier and Type | Method and Description |
|---|---|
MethodInfo |
ServiceMethodResource.getMethodInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
RESTUtil.invokeMethod(AppService maxService,
MethodInfo methodInfo,
java.util.Map<java.lang.String,java.lang.String[]> queryParams,
java.util.Map<java.lang.String,java.lang.String> paramsDescriptorMap,
Resource resource) |
| Constructor and Description |
|---|
ServiceMethodResource(java.lang.Object resource,
java.lang.String type,
java.lang.String name,
MethodInfo methodInfo,
java.lang.Object methodResponse) |
ServiceMethodResource(Resource resource,
MethodInfo methodInfo,
java.lang.Object methodResponse) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,MethodInfo> |
ServiceInfo.getMethodInfoMap() |
java.util.Map<java.lang.String,MethodInfo> |
ServiceInfo.getOperationInfoMap() |
static java.util.Map<java.lang.String,MethodInfo> |
ReflectUtil.getWebMethodsMap(java.lang.String maxServiceName,
java.lang.Class clazz) |