Updated checkItemConfigurations
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/Common/workspace-task-executor-library@167326 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
24f55cba33
commit
2ad90c16ef
|
@ -185,7 +185,7 @@ public class WorkspaceDataMinerTaskExecutor implements ExecutableTask<TaskConfig
|
|||
* @throws ItemNotConfiguredException the item not configured exception
|
||||
* @throws Exception the exception
|
||||
*/
|
||||
public List<TaskConfiguration> checkItemConfigurations(String workspaceItemId) throws ItemNotConfiguredException, Exception{
|
||||
public List<TaskConfiguration> checkItemConfigurations(String workspaceItemId) throws ItemNotConfiguredException, WorkspaceFolderLocked, Exception{
|
||||
List<TaskConfiguration> confs = getListOfTaskConfigurations(workspaceItemId);
|
||||
|
||||
if(confs==null)
|
||||
|
|
Loading…
Reference in New Issue