X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=runtime%2Forg.argeo.slc.specs%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fexecution%2FExecutionFlow.java;h=f347147b291f42656cdf367ef9df8168c7fa5258;hb=5187ffaff5610275cf3dbc5fb913f59126576da8;hp=387e5eac14f1592fb4793f05fae95fa3e2ec2fcc;hpb=a050d4c27325c65fc04e7eed5b63b5f8ea117df0;p=gpl%2Fargeo-slc.git diff --git a/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionFlow.java b/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionFlow.java index 387e5eac1..f347147b2 100644 --- a/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionFlow.java +++ b/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionFlow.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Mathieu Baudier + * Copyright (C) 2007-2012 Argeo GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -31,4 +31,10 @@ public interface ExecutionFlow extends Runnable { * interpreted by UIs as a hierarchy; */ public String getName(); + + /** + * @deprecated will be removed in SLC 2.0, the path should be the part of + * the name with '/' + */ + public String getPath(); }