Class DeleteDeploymentCmd
java.lang.Object
com.flowable.serviceregistry.engine.impl.cmd.DeleteDeploymentCmd
- All Implemented Interfaces:
java.io.Serializable
,org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>
public class DeleteDeploymentCmd
extends java.lang.Object
implements org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>, java.io.Serializable
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
deploymentId
-
Constructor Summary
Constructors Constructor Description DeleteDeploymentCmd(java.lang.String deploymentId)
-
Method Summary
Modifier and Type Method Description java.lang.Void
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
deploymentId
protected java.lang.String deploymentId
-
-
Constructor Details
-
DeleteDeploymentCmd
public DeleteDeploymentCmd(java.lang.String deploymentId)
-
-
Method Details
-
execute
public java.lang.Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<java.lang.Void>
-