]> git.argeo.org Git - gpl/argeo-slc.git/commit
Can pass ref attributes as primitives
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 11 Mar 2010 08:08:04 +0000 (08:08 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 11 Mar 2010 08:08:04 +0000 (08:08 +0000)
commit2fc453bcd60b20071d878d6f1249592c8572de16
treefb39bae728f5cccdde98c822f7eed001d3c61098
parentb7d8fda867d99f7c6c59a4e3083d2319b043752c
Can pass ref attributes as primitives

git-svn-id: https://svn.argeo.org/slc/trunk@3425 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/DefaultExecutionFlow.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/DefaultExecutionFlowDescriptorConverter.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/DefaultExecutionSpec.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/InstantiationManager.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/PrimitiveSpecAttribute.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/PrimitiveUtils.java [new file with mode: 0644]
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/xml/FlowBeanDefinitionParser.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/xml/NamespaceUtils.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/xml/SpecBeanDefinitionParser.java