com.googlecode.fascinator.portal.workflow
Class SimpleWorkflowHelper
java.lang.Object
com.googlecode.fascinator.portal.workflow.SimpleWorkflowHelper
public class SimpleWorkflowHelper
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleWorkflowHelper
public SimpleWorkflowHelper()
throws MessagingException
- Throws:
MessagingException
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-2013. All Rights Reserved.