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
ProcessDefinitionDeployerdeploy in interface ProcessDefinitionDeployerurl - the url of the process definition.Exceptionpublic boolean isDeployable(URL url) throws Exception
ProcessDefinitionDeployerisDeployable in interface ProcessDefinitionDeployerurl - the url of the process definitionExceptionCopyright © 2011 Nuxeo SA. All Rights Reserved.