Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.jbpm.core.deployer
Class AlwaysDeployer

java.lang.Object
  extended by org.nuxeo.ecm.platform.jbpm.AbstractProcessDefinitionDeployer
      extended by org.nuxeo.ecm.platform.jbpm.core.deployer.AlwaysDeployer
All Implemented Interfaces:
ProcessDefinitionDeployer

public class AlwaysDeployer
extends AbstractProcessDefinitionDeployer

Author:
Alexandre Russel

Constructor Summary
AlwaysDeployer()
           
 
Method Summary
 boolean isDeployable(java.net.URL url)
          Is this process definition deployable?
 
Methods inherited from class org.nuxeo.ecm.platform.jbpm.AbstractProcessDefinitionDeployer
deploy
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlwaysDeployer

public AlwaysDeployer()
Method Detail

isDeployable

public boolean isDeployable(java.net.URL url)
Description copied from interface: ProcessDefinitionDeployer
Is this process definition deployable?

Specified by:
isDeployable in interface ProcessDefinitionDeployer
Overrides:
isDeployable in class AbstractProcessDefinitionDeployer
Parameters:
url - the url of the process definition

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.