Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.jbpm
Class AbstractProcessDefinitionDeployer

java.lang.Object
  extended by org.nuxeo.ecm.platform.jbpm.AbstractProcessDefinitionDeployer
All Implemented Interfaces:
ProcessDefinitionDeployer
Direct Known Subclasses:
AlwaysDeployer, IfChangedDeployer, NeverDeployer, NuxeoPropertiesDeployer

public abstract class AbstractProcessDefinitionDeployer
extends Object
implements ProcessDefinitionDeployer

Author:
Alexandre Russel

Constructor Summary
AbstractProcessDefinitionDeployer()
           
 
Method Summary
 void deploy(URL url)
          Deploy this process definition
 boolean isDeployable(URL url)
          Is this process definition deployable?
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractProcessDefinitionDeployer

public AbstractProcessDefinitionDeployer()
Method Detail

deploy

public void deploy(URL url)
            throws Exception
Description copied from interface: ProcessDefinitionDeployer
Deploy this process definition

Specified by:
deploy in interface ProcessDefinitionDeployer
Parameters:
url - the url of the process definition.
Throws:
Exception

isDeployable

public boolean isDeployable(URL url)
                     throws Exception
Description copied from interface: ProcessDefinitionDeployer
Is this process definition deployable?

Specified by:
isDeployable in interface ProcessDefinitionDeployer
Parameters:
url - the url of the process definition
Throws:
Exception

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.