Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.jbpm
Interface ProcessDefinitionDeployer

All Known Implementing Classes:
AbstractProcessDefinitionDeployer, AlwaysDeployer, IfChangedDeployer, NeverDeployer, NuxeoPropertiesDeployer

public interface ProcessDefinitionDeployer

A deployer of process definition.

Author:
Alexandre Russel

Method Summary
 void deploy(URL url)
          Deploy this process definition
 boolean isDeployable(URL url)
          Is this process definition deployable?
 

Method Detail

deploy

void deploy(URL url)
            throws Exception
Deploy this process definition

Parameters:
url - the url of the process definition.
Throws:
Exception

isDeployable

boolean isDeployable(URL url)
                     throws Exception
Is this process definition deployable?

Parameters:
url - the url of the process definition
Throws:
Exception

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.