public class RestCountV2 extends java.lang.Object implements RestPluginProcess
| Constructor and Description |
|---|
RestCountV2() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
restCreate(WebClient client,
RestDefinition restDefinition,
MutableDataSource mds)
HTTP POST calls the the Create ReST service.
|
java.lang.Object |
restDelete(WebClient client,
RestDefinition restDefinition,
MutableDataSource mds)
HTTP DELETE calls the the Delete ReST service.
|
java.lang.Object |
restRetrieve(WebClient client,
RestDefinition restDefinition,
ReadOnlyDataSource rds)
HTTP GET calls the the Retrieval ReST service.
|
java.lang.Object |
restUpdate(WebClient client,
RestDefinition restDefinition,
MutableDataSource mds)
HTTP PUT calls the the Update ReST service.
|
public java.lang.Object restRetrieve(WebClient client, RestDefinition restDefinition, ReadOnlyDataSource rds) throws ExceptionResponse
RestPluginProcessrestRetrieve in interface RestPluginProcessclient - the client. Null means check only of opsrestDefinition - the definitionrds - the data source to useExceptionResponsepublic java.lang.Object restCreate(WebClient client, RestDefinition restDefinition, MutableDataSource mds) throws ExceptionResponse
RestPluginProcessrestCreate in interface RestPluginProcessclient - the client. Null means check only of opsrestDefinition - the definitionmds - the data source to useExceptionResponse - an error has occurred.public java.lang.Object restUpdate(WebClient client, RestDefinition restDefinition, MutableDataSource mds) throws ExceptionResponse
RestPluginProcessrestUpdate in interface RestPluginProcessclient - the client. Null means check only of opsrestDefinition - the definitionmds - the data source to useExceptionResponse - an error has occurred.public java.lang.Object restDelete(WebClient client, RestDefinition restDefinition, MutableDataSource mds) throws ExceptionResponse
RestPluginProcessrestDelete in interface RestPluginProcessclient - the client. Null means check only of opsrestDefinition - the definitionmds - the data source to use.ExceptionResponse - an error has occurred.stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.