Class SetDeploymentParentDeploymentIdCmd
java.lang.Object
com.flowable.form.engine.impl.cmd.SetDeploymentParentDeploymentIdCmd
- All Implemented Interfaces:
Serializable
,org.flowable.common.engine.impl.interceptor.Command<Void>
public class SetDeploymentParentDeploymentIdCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<Void>, Serializable
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSetDeploymentParentDeploymentIdCmd
(String deploymentId, String newParentDeploymentId) -
Method Summary
-
Field Details
-
deploymentId
-
newParentDeploymentId
-
-
Constructor Details
-
SetDeploymentParentDeploymentIdCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<Void>
-