Project

General

Profile

« Previous | Next » 

Revision 54703

added operation to set the last validation jobId

View differences:

LocalDatasourceManager.java
27 27

  
28 28
	void setLastDownloadInfo(String dsId, String apiId, String objId, Integer size, Date date) throws DsmException;
29 29

  
30
	void setLastValidationJob(String dsId, String apiId, String jobId) throws DsmException;
31

  
30 32
	void updateApiDetails(String dsId, String apiId, String metadataIdentifierPath, String baseUrl, Map<String, String> params) throws DsmException;
31 33

  
32 34
	boolean isRemovable(String dsId, String apiId) throws DsmException;

Also available in: Unified diff