biz.hammurapi.web.process
Class ProcessUtils

java.lang.Object
  extended bybiz.hammurapi.web.process.ProcessUtils

public class ProcessUtils
extends java.lang.Object


Constructor Summary
ProcessUtils(biz.hammurapi.sql.SQLProcessor processor, java.lang.Integer processId)
           
 
Method Summary
 java.util.Collection getArtifacts(int taskId)
          Returns artifacts for given process with template processes.
 java.util.Collection getRoles()
          Returns roles for given process with template processes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessUtils

public ProcessUtils(biz.hammurapi.sql.SQLProcessor processor,
                    java.lang.Integer processId)
Method Detail

getRoles

public java.util.Collection getRoles()
                              throws java.lang.NumberFormatException,
                                     java.sql.SQLException
Returns roles for given process with template processes.

Returns:
Throws:
java.sql.SQLException
java.lang.NumberFormatException

getArtifacts

public java.util.Collection getArtifacts(int taskId)
                                  throws java.lang.NumberFormatException,
                                         java.sql.SQLException
Returns artifacts for given process with template processes. Artifacts associated with taskId are not included.

Returns:
Throws:
java.sql.SQLException
java.lang.NumberFormatException


Copyright © 2006 Hammurapi Group. All Rights Reserved.