|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AndsPidResponse | |
|---|---|
| au.csiro.pidclient | Provides a simple interface to use the Persistent IDentifier Service provided by the Australian National Data Service. |
| Uses of AndsPidResponse in au.csiro.pidclient |
|---|
| Methods in au.csiro.pidclient that return AndsPidResponse | |
|---|---|
AndsPidResponse |
AndsPidClient.addValueByIndexFormattedResponse(java.lang.String handle,
int index,
AndsPidClient.HandleType type,
java.lang.String value)
Adds a value to a particular index of an existing handle. |
AndsPidResponse |
AndsPidClient.addValueFormattedResponse(java.lang.String handle,
AndsPidClient.HandleType type,
java.lang.String value)
Adds a value to an existing handle. |
AndsPidResponse |
AndsPidClient.deleteValueByIndexFormattedResponse(java.lang.String handle,
int index)
Deletes a value associated with an existing handle. |
AndsPidResponse |
AndsPidClient.getHandleFormattedResponse(java.lang.String handle)
Retrieves the values associated with a given handle. |
AndsPidResponse |
AndsPidClient.listHandlesFormattedResponse()
List the handles owned by the caller of the ANDS PID service. |
AndsPidResponse |
AndsPidClient.mintHandleFormattedResponse(AndsPidClient.HandleType type,
int index,
java.lang.String value)
Responsible for the creation of a handle with a value at a specific index. |
AndsPidResponse |
AndsPidClient.mintHandleFormattedResponse(AndsPidClient.HandleType type,
java.lang.String value)
Responsible for the creation of a handle. |
AndsPidResponse |
AndsPidClient.modifyValueByIndexFormattedResponse(java.lang.String handle,
int index,
java.lang.String newValue)
Changes a value associated with an existing handle. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||