Uses of Interface
com.ragic.s3.service.workflow.ScriptParameter

Uses of ScriptParameter in com.ragic.s3.service.workflow
 

Classes in com.ragic.s3.service.workflow that implement ScriptParameter
 class ScriptPostflowParameter
          ScriptPostflowParameter is an implementation of ScriptParameter in Ragic post-workflow.
 class ScriptPreflowParameter
          ScriptPreflowParameter is an implementation of ScriptParameter in Ragic pre-workflow.

User: liberation
Date: 2010/10/5
Time: 11:07:06 am
 

Methods in com.ragic.s3.service.workflow that return types with arguments of type ScriptParameter
 java.util.List<ScriptParameter> ScriptPreflowParameter.getSubtableEntry(int domainId)
           
 java.util.List<ScriptParameter> ScriptPostflowParameter.getSubtableEntry(int domainId)
           
 java.util.List<ScriptParameter> ScriptParameter.getSubtableEntry(int domainId)
          Returns a list of ScriptParameters which can manipulated each record in the subtale.
With toArray() every item in list can be called by each index, which is recommended.
 



Copyright © 2009,2010,2011,2012 Ragic Corp. All Rights Reserved.