org.exoplatform.services.workflow.impl.jbpm
Class WorkflowFileDefinitionServiceImpl

java.lang.Object
  extended by org.exoplatform.services.workflow.impl.jbpm.WorkflowFileDefinitionServiceImpl
All Implemented Interfaces:
WorkflowFileDefinitionService

public class WorkflowFileDefinitionServiceImpl
extends java.lang.Object
implements WorkflowFileDefinitionService

Created by The eXo Platform SARL Author : Pham Xuan Hoa hoa.pham@exoplatform.com Dec 18, 2007


Constructor Summary
WorkflowFileDefinitionServiceImpl()
           
 
Method Summary
 void remove(java.lang.String processId)
           
 void removeFromCache(java.lang.String processId)
           
 FileDefinition retrieve(java.lang.String processId)
           
 void store(FileDefinition fileDefinition, java.lang.String processId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowFileDefinitionServiceImpl

public WorkflowFileDefinitionServiceImpl()
Method Detail

remove

public void remove(java.lang.String processId)
Specified by:
remove in interface WorkflowFileDefinitionService

removeFromCache

public void removeFromCache(java.lang.String processId)
Specified by:
removeFromCache in interface WorkflowFileDefinitionService

retrieve

public FileDefinition retrieve(java.lang.String processId)
Specified by:
retrieve in interface WorkflowFileDefinitionService

store

public void store(FileDefinition fileDefinition,
                  java.lang.String processId)
Specified by:
store in interface WorkflowFileDefinitionService


Copyright © 2010 eXo Platform SAS. All Rights Reserved.