Nuxeo Enterprise Platform 5.4

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:
java.io.Serializable, ProcessDefinitionDeployer

public class NuxeoPropertiesDeployer
extends AbstractProcessDefinitionDeployer
implements java.io.Serializable

Author:
arussel
See Also:
Serialized Form

Field Summary
static java.lang.String DEPLOY_PROCESS_DEFINITION
           
 
Constructor Summary
NuxeoPropertiesDeployer()
           
 
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
 

Field Detail

DEPLOY_PROCESS_DEFINITION

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

NuxeoPropertiesDeployer

public NuxeoPropertiesDeployer()
Method Detail

isDeployable

public boolean isDeployable(java.net.URL url)
                     throws java.lang.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:
java.lang.Exception

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.