]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/views/ProcessParametersView.java
JCR UI can run processes
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui / src / main / java / org / argeo / slc / client / ui / views / ProcessParametersView.java
index 5ae234d70d9320682539afdbed6035ee91ae3a47..5ffcf2ac49eed38e3872cca85fe17f9f082520b5 100644 (file)
@@ -24,21 +24,18 @@ import org.eclipse.swt.widgets.Table;
 import org.eclipse.ui.part.ViewPart;
 
 /**
+ * This view, directly linked with the <code> ProcessBuilderView </code> enables
+ * the display and editing the parameters of a given process.
  * 
- * @author bsinou
  * 
- *         This view, directly linked with the <code> ProcessBuilderView </code>
- *         enables the display and editing the parameters of a given process.
+ * Note that for a given RealizedFlow :
  * 
+ * + parameters value are set using
+ * <code>RealizedFlow.ExecutionFlowDescriptor.values</code>, that might have
+ * default values
  * 
- *         Note that for a given RealizedFlow :
- * 
- *         + paramaters value are set using
- *         <code>RealizedFlow.ExecutionFlowDescriptor.values</code>, that might
- *         have default values
- * 
- *         + possible "values" for a given parameters are stored in
- *         <code>RealizedFlow.ExecutionSpec.</code>
+ * + possible "values" for a given parameters are stored in
+ * <code>RealizedFlow.ExecutionSpec.</code>
  * 
  */
 public class ProcessParametersView extends ViewPart {