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=5cf561f7066846b66dbbe2d88f072dcc99a57e8d;hb=ca80f678fb454888fd5217cef21d42605171aaad;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..5cf561f70 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 @@ -5,8 +5,7 @@ import java.util.Map; import org.argeo.slc.process.Executable; public interface ExecutionFlow extends Executable{ - public Map getAttributes(); + public Object getParameter(String name); public ExecutionSpec getExecutionSpec(); public String getUuid(); - public Map getScopedObjects(); }