com.googlecode.fascinator.portal.workflow
Class SimpleWorkflowHelper

java.lang.Object
  extended by com.googlecode.fascinator.portal.workflow.SimpleWorkflowHelper

public class SimpleWorkflowHelper
extends Object


Constructor Summary
SimpleWorkflowHelper()
           
 
Method Summary
 String getFormHtml(String oid)
           
 JsonSimple getTFPackage(String oid)
           
 void reindex(String oid, String step, String username)
           
 void setParentVelocityContext(org.apache.velocity.VelocityContext parentVelocityContext)
           
 void setPortalId(String portalId)
           
 void setStorage(Storage storage)
           
 void setSystemConfiguration(JsonSimple systemConfiguration)
           
 void setVelocityService(VelocityService velocityService)
           
 void updateObjectMetadata(String oid, List<org.apache.tapestry5.internal.KeyValue> data)
           
 void updateTFPackage(String oid, FormData formData)
           
 String updateWorkflowMetadata(String oid, String action)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleWorkflowHelper

public SimpleWorkflowHelper()
                     throws MessagingException
Throws:
MessagingException
Method Detail

updateWorkflowMetadata

public String updateWorkflowMetadata(String oid,
                                     String action)
                              throws StorageException,
                                     IOException
Throws:
StorageException
IOException

updateObjectMetadata

public void updateObjectMetadata(String oid,
                                 List<org.apache.tapestry5.internal.KeyValue> data)
                          throws StorageException,
                                 IOException
Throws:
StorageException
IOException

updateTFPackage

public void updateTFPackage(String oid,
                            FormData formData)
                     throws StorageException,
                            IOException
Throws:
StorageException
IOException

reindex

public void reindex(String oid,
                    String step,
                    String username)
             throws StorageException,
                    IOException,
                    MessagingException
Throws:
StorageException
IOException
MessagingException

getTFPackage

public JsonSimple getTFPackage(String oid)
                        throws StorageException,
                               IOException
Throws:
StorageException
IOException

getFormHtml

public String getFormHtml(String oid)
                   throws Exception
Throws:
Exception

setStorage

public void setStorage(Storage storage)

setSystemConfiguration

public void setSystemConfiguration(JsonSimple systemConfiguration)

setVelocityService

public void setVelocityService(VelocityService velocityService)

setPortalId

public void setPortalId(String portalId)

setParentVelocityContext

public void setParentVelocityContext(org.apache.velocity.VelocityContext parentVelocityContext)


Copyright © 2009-2014. All Rights Reserved.