X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=sandbox%2Fargeo.slc.executionflow%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fexecutionflow%2FExecutionFlow.java;h=5f8c9d7177f087972726d8a9765551c46d2c27de;hb=f3797d5a7f833ecb183ce8d4a31a7897fbca4035;hp=0d4ae934e51b05d5496ee45163b14ba752edb778;hpb=5ae68ecbb5176b7924d279cd8d96a0b650abcf2c;p=gpl%2Fargeo-slc.git diff --git a/sandbox/argeo.slc.executionflow/src/main/java/org/argeo/slc/executionflow/ExecutionFlow.java b/sandbox/argeo.slc.executionflow/src/main/java/org/argeo/slc/executionflow/ExecutionFlow.java index 0d4ae934e..5f8c9d717 100644 --- a/sandbox/argeo.slc.executionflow/src/main/java/org/argeo/slc/executionflow/ExecutionFlow.java +++ b/sandbox/argeo.slc.executionflow/src/main/java/org/argeo/slc/executionflow/ExecutionFlow.java @@ -8,5 +8,4 @@ public interface ExecutionFlow extends Executable{ public Map getAttributes(); public ExecutionSpec getExecutionSpec(); public String getUuid(); - public Map getScopedObjects(); }