Type code with type of case last version - processing TypeCodeWithLastVersionBusiness entity data
In this article, we will discuss the description of the TypeCodeWithLastVersionBusinessRest service. It is a REST service of the logical layer that provides basic methods for retrieving and editing data with the names of case object types. The service has its counterparts supporting the OAP protocols ITypeCodeWithLastVersionBusinessAction and Spring Remoting RMI /TypeCodeWithLastVersionBusinessAction.
https://<hgdb_server_name>[:port]/mercury-ws-app/restServices/TypeCodeWithLastVersionBusinessRest.wadl
Example: https://testcluster.hgdb.io/mercury-ws-app/restServices/TypeCodeWithLastVersionBusinessRest.wadl.
https://<hgdb_server_name>[:port]/mercury-ws-app/services/TypeCodeWithLastVersionBusinessRest?wsdl
Example: https://testcluster.hgdb.io/mercury-ws-app/services/TypeCodeWithLastVersionBusinessRest?wsdl.
The page is under construction and does not contain all the information yet. Please be patient.
TypeCodeWithLastVersionBusinessRest - business layer service. Responsible for retrieving the TypeCode object along with the associated latest version of the Metadata of cases#TypeCase type. Below is a list of available methods and their descriptions:
Method(HTTP Method) | Description | |
---|---|---|
☑️ | echo(POST) | test method to verify the connection to the MercuryDB 3.0 (HgDB) service server. See Testing the connection with Echo. |
⬜ | filter(POST) | search for objects representing object type codes based on the given criteria. |
⬜ | findAll(POST) | retrieve all objects representing object type codes along with the latest version of the case type. |
⬜ | findByKey(POST) | retrieve an object representing the object type code along with the latest version of the type based on the key. |
⬜ | findByKeyBag(POST) | get objects representing object type codes with the latest type version based on keys. |
⬜ | findByKindCode(POST) | get objects representing object type codes with the latest type version based on type type code. |
⬜ | findFirst(POST) | get first object representing object type code with the latest case type version. |
⬜ | insert(POST) | insert new object representing object type code. |
⬜ | insertBag(POST) | insert multiple new objects representing object type codes. |
⬜ | remove(POST) | remove object representing object type code. |
⬜ | removeBag(POST) | remove multiple objects representing object type codes. |
⬜ | update(POST) | update object representing object type code. |
⬜ | updateBag(POST) | updating multiple objects representing object type codes. |