Interface ProjectRemoteService
-
- All Superinterfaces:
RemoteService<Project>
- All Known Implementing Classes:
ProjectRemoteServiceImpl
public interface ProjectRemoteService extends RemoteService<Project>
Service for reading Project objects from a remote IRIDA API
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Integer
getProjectHash(Project project)
Read the full project hash for the given projectjava.util.List<Project>
listProjectsForAPI(RemoteAPI api)
List all of the projects for a givenRemoteAPI
-
Methods inherited from interface ca.corefacility.bioinformatics.irida.service.remote.RemoteService
getServiceStatus, list, read, read
-
-