Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

Deprecated. see https://jira.nuxeo.org/browse/NXP-4650 , use nuxeoProperties deployer instead.

@Deprecated
public class IfChangedDeployer
extends AbstractProcessDefinitionDeployer
implements Serializable

Author:
Alexandre Russel
See Also:
Serialized Form

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

Constructor Detail

IfChangedDeployer

public IfChangedDeployer()
Deprecated. 
Method Detail

isDeployable

public boolean isDeployable(URL url)
                     throws NoSuchAlgorithmException,
                            SAXException,
                            IOException,
                            TransformerException,
                            ParserConfigurationException
Deprecated. 
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:
NoSuchAlgorithmException
SAXException
IOException
TransformerException
ParserConfigurationException

deploy

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

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

getHasher

public MD5Hasher getHasher()
Deprecated. 

getPersistence

public HashPersistence getPersistence()
Deprecated. 

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.