]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/process/SlcExecution.java
Improve JCR DAO
[gpl/argeo-slc.git] / runtime / org.argeo.slc.specs / src / main / java / org / argeo / slc / process / SlcExecution.java
index 626af3eb6770cd43f85b238e81d45b056aa66a8e..88d37c4f581db65e5087463663b6380e9bf0f543 100644 (file)
@@ -28,6 +28,8 @@ public class SlcExecution implements Serializable {
        /** TODO: Synchronize */\r
        private List<SlcExecutionStep> steps = new ArrayList<SlcExecutionStep>();\r
        private List<RealizedFlow> realizedFlows = new ArrayList<RealizedFlow>();\r
+\r
+       /** Attachment uuid. */\r
        private String realizedFlowsXml = null;\r
 \r
        public List<RealizedFlow> getRealizedFlows() {\r
@@ -145,10 +147,16 @@ public class SlcExecution implements Serializable {
                }\r
        }\r
 \r
+       /**\r
+        * Not (yet) a stable API, should not be relied upon!\r
+        * \r
+        * @return an id or an url allowing to retrieve the XML, not the XML itself!\r
+        */\r
        public String getRealizedFlowsXml() {\r
                return realizedFlowsXml;\r
        }\r
 \r
+       /** Not (yet) a stable API, should not be relied upon! */\r
        public void setRealizedFlowsXml(String realizedFlowsXml) {\r
                this.realizedFlowsXml = realizedFlowsXml;\r
        }\r