- findAllByAttribute(Class<T>, String, Object) - Method in interface org.dataconservancy.pass.client.PassClient
-
Retrieves URIs for MULTIPLE MATCHING RECORDS by matching the entity type and filtering by the field
specified using the value provided.
- findAllByAttribute(Class<T>, String, Object, int, int) - Method in interface org.dataconservancy.pass.client.PassClient
-
Retrieves URIs for MULTIPLE MATCHING RECORDS by matching the entity type and filtering.
- findAllByAttributes(Class<T>, Map<String, Object>) - Method in interface org.dataconservancy.pass.client.PassClient
-
Retrieves URIs for MULTIPLE MATCHING RECORDS by matching the entity type and filtering by the attributes
and values specified.
- findAllByAttributes(Class<T>, Map<String, Object>, int, int) - Method in interface org.dataconservancy.pass.client.PassClient
-
Retrieves URIs for MULTIPLE MATCHING RECORDS by matching the entity type and filtering.
- findByAttribute(Class<T>, String, Object) - Method in interface org.dataconservancy.pass.client.PassClient
-
Retrieves URI for a SINGLE RECORD by matching the entity type and filtering by the field
specified using the value provided.