org.alfresco.repo.workflow.jbpm
Class JBPMJpdlArchiveParser

java.lang.Object
  extended by org.alfresco.repo.workflow.jbpm.JBPMJpdlArchiveParser
All Implemented Interfaces:
java.io.Serializable, org.jbpm.jpdl.par.ProcessArchiveParser

public class JBPMJpdlArchiveParser
extends java.lang.Object
implements org.jbpm.jpdl.par.ProcessArchiveParser

Alfresco specific process archive parser to allow for extensions to jPDL.

See Also:
Serialized Form

Constructor Summary
JBPMJpdlArchiveParser()
           
 
Method Summary
 org.jbpm.graph.def.ProcessDefinition readFromArchive(org.jbpm.jpdl.par.ProcessArchive processArchive, org.jbpm.graph.def.ProcessDefinition processDefinition)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBPMJpdlArchiveParser

public JBPMJpdlArchiveParser()
Method Detail

readFromArchive

public org.jbpm.graph.def.ProcessDefinition readFromArchive(org.jbpm.jpdl.par.ProcessArchive processArchive,
                                                            org.jbpm.graph.def.ProcessDefinition processDefinition)
                                                     throws org.jbpm.jpdl.JpdlException
Specified by:
readFromArchive in interface org.jbpm.jpdl.par.ProcessArchiveParser
Throws:
org.jbpm.jpdl.JpdlException


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.