org.jbpm.jpdl.par
Class ProcessArchive
java.lang.Object
org.jbpm.jpdl.par.ProcessArchive
- All Implemented Interfaces:
- Serializable, ProblemListener
public class ProcessArchive
- extends Object
- implements ProblemListener, Serializable
- See Also:
- Serialized Form
ProcessArchive
public ProcessArchive(ZipInputStream zipInputStream)
throws IOException
- Throws:
IOException
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.