org.jbpm.jpdl.par
Class ProcessArchive

java.lang.Object
  extended by org.jbpm.jpdl.par.ProcessArchive
All Implemented Interfaces:
Serializable, ProblemListener

public class ProcessArchive
extends Object
implements ProblemListener, Serializable

See Also:
Serialized Form

Constructor Summary
ProcessArchive(ZipInputStream zipInputStream)
           
 
Method Summary
 void addProblem(Problem problem)
           
 Map getEntries()
           
 byte[] getEntry(String entryName)
           
 InputStream getEntryInputStream(String entryName)
           
 List getProblems()
           
 ProcessDefinition parseProcessDefinition()
           
 byte[] removeEntry(String entryName)
           
 InputStream removeEntryInputStream(String entryName)
           
 void resetProblems()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessArchive

public ProcessArchive(ZipInputStream zipInputStream)
               throws IOException
Throws:
IOException
Method Detail

parseProcessDefinition

public ProcessDefinition parseProcessDefinition()

toString

public String toString()
Overrides:
toString in class Object

getEntries

public Map getEntries()

getEntry

public byte[] getEntry(String entryName)

getEntryInputStream

public InputStream getEntryInputStream(String entryName)

removeEntry

public byte[] removeEntry(String entryName)

removeEntryInputStream

public InputStream removeEntryInputStream(String entryName)

addProblem

public void addProblem(Problem problem)
Specified by:
addProblem in interface ProblemListener

getProblems

public List getProblems()

resetProblems

public void resetProblems()


Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.