org.kuali.ole.workflow
Class WorfklowFileHandler
java.lang.Object
org.kuali.ole.workflow.WorfklowFileHandler
public class WorfklowFileHandler
- extends Object
User: peris
Date: 12/16/12
Time: 8:17 AM
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorfklowFileHandler
public WorfklowFileHandler()
execute
public void execute()
- This method is the main method that copies the xml files from the srouce
directory to the destination directory. This takes the relative path from
WEB-INF/classes directory and hence the soruce should be present under the
directory. The destination can be anywhere in the file system and has to be
an absolute path.
getDestDir
public File getDestDir()
getTempDir
public String getTempDir()
getWorkflowXMLSrcDir
public String getWorkflowXMLSrcDir()
setWorkflowXMLSrcDir
public void setWorkflowXMLSrcDir(String workflowXMLSrcDir)
getWorkflowXMLDestDir
public String getWorkflowXMLDestDir()
setWorkflowXMLDestDir
public void setWorkflowXMLDestDir(String workflowXMLDestDir)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.