public abstract class AbstractProcessDefinitionDeployer extends Object implements ProcessDefinitionDeployer
Constructor and Description |
---|
AbstractProcessDefinitionDeployer() |
Modifier and Type | Method and Description |
---|---|
void |
deploy(URL url)
Deploy this process definition
|
boolean |
isDeployable(URL url)
Is this process definition deployable?
|
public void deploy(URL url) throws Exception
ProcessDefinitionDeployer
deploy
in interface ProcessDefinitionDeployer
url
- the url of the process definition.Exception
public boolean isDeployable(URL url) throws Exception
ProcessDefinitionDeployer
isDeployable
in interface ProcessDefinitionDeployer
url
- the url of the process definitionException
Copyright © 2011 Nuxeo SA. All Rights Reserved.