Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

public class NuxeoPropertiesDeployer
extends AbstractProcessDefinitionDeployer
implements Serializable

Author:
arussel
See Also:
Serialized Form

Field Summary
static String DEPLOY_PROCESS_DEFINITION
           
 
Constructor Summary
NuxeoPropertiesDeployer()
           
 
Method Summary
 boolean isDeployable(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
 

Field Detail

DEPLOY_PROCESS_DEFINITION

public static final String DEPLOY_PROCESS_DEFINITION
See Also:
Constant Field Values
Constructor Detail

NuxeoPropertiesDeployer

public NuxeoPropertiesDeployer()
Method Detail

isDeployable

public boolean isDeployable(URL url)
                     throws Exception
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
Throws:
Exception

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.