org.kie.remote.services.rest.async.cmd
Class DeploymentCmd
java.lang.Object
org.kie.remote.services.rest.async.cmd.DeploymentCmd
- All Implemented Interfaces:
- org.kie.internal.executor.api.Command
public class DeploymentCmd
- extends Object
- implements org.kie.internal.executor.api.Command
This command is executed by the jbpm-executor asynchronously.
It contains the logic to deploy or undeploy a deployment
|
Method Summary |
org.kie.internal.executor.api.ExecutionResults |
execute(org.kie.internal.executor.api.CommandContext ctx)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEPLOYMENT_UNIT
public static final String DEPLOYMENT_UNIT
- See Also:
- Constant Field Values
JOB_TYPE
public static final String JOB_TYPE
- See Also:
- Constant Field Values
JOB_ID
public static final String JOB_ID
- See Also:
- Constant Field Values
DeploymentCmd
public DeploymentCmd()
execute
public org.kie.internal.executor.api.ExecutionResults execute(org.kie.internal.executor.api.CommandContext ctx)
throws Exception
- Specified by:
execute in interface org.kie.internal.executor.api.Command
- Throws:
Exception
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.