org.jbpm
Interface DefinitionService

All Superinterfaces:
Service

public interface DefinitionService
extends Service

allows process developers to deploy their process archives into the jbpm runtime engine. See also The jPdl refecence documentation.


Method Summary
 void deployProcessArchive(java.util.jar.JarInputStream processArchiveStream)
          deploys a process archive to the jBpm runtime environment.
 
Methods inherited from interface org.jbpm.Service
close
 

Method Detail

deployProcessArchive

public void deployProcessArchive(java.util.jar.JarInputStream processArchiveStream)
                          throws JpdlException,
                                 java.io.IOException
deploys a process archive to the jBpm runtime environment.

Throws:
JpdlException
java.io.IOException


Version : jbpm-2.0