public class SimpleWorkflowHelper extends Object
| Constructor and Description |
|---|
SimpleWorkflowHelper() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormHtml(String oid) |
com.googlecode.fascinator.common.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(com.googlecode.fascinator.api.storage.Storage storage) |
void |
setSystemConfiguration(com.googlecode.fascinator.common.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) |
public SimpleWorkflowHelper()
throws com.googlecode.fascinator.common.messaging.MessagingException
com.googlecode.fascinator.common.messaging.MessagingExceptionpublic String updateWorkflowMetadata(String oid, String action) throws com.googlecode.fascinator.api.storage.StorageException, IOException
com.googlecode.fascinator.api.storage.StorageExceptionIOExceptionpublic void updateObjectMetadata(String oid, List<org.apache.tapestry5.internal.KeyValue> data) throws com.googlecode.fascinator.api.storage.StorageException, IOException
com.googlecode.fascinator.api.storage.StorageExceptionIOExceptionpublic void updateTFPackage(String oid, FormData formData) throws com.googlecode.fascinator.api.storage.StorageException, IOException
com.googlecode.fascinator.api.storage.StorageExceptionIOExceptionpublic void reindex(String oid, String step, String username) throws com.googlecode.fascinator.api.storage.StorageException, IOException, com.googlecode.fascinator.common.messaging.MessagingException
com.googlecode.fascinator.api.storage.StorageExceptionIOExceptioncom.googlecode.fascinator.common.messaging.MessagingExceptionpublic com.googlecode.fascinator.common.JsonSimple getTFPackage(String oid) throws com.googlecode.fascinator.api.storage.StorageException, IOException
com.googlecode.fascinator.api.storage.StorageExceptionIOExceptionpublic void setStorage(com.googlecode.fascinator.api.storage.Storage storage)
public void setSystemConfiguration(com.googlecode.fascinator.common.JsonSimple systemConfiguration)
public void setVelocityService(VelocityService velocityService)
public void setPortalId(String portalId)
public void setParentVelocityContext(org.apache.velocity.VelocityContext parentVelocityContext)
Copyright © 2009-2015. All Rights Reserved.