Class RevertContentItemCmd
java.lang.Object
com.flowable.content.engine.impl.cmd.RevertContentItemCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<CoreContentItem>
public class RevertContentItemCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<CoreContentItem>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRevertContentItemCmd(String currentContentItemId, String revertToContentItemId) -
Method Summary
Modifier and TypeMethodDescriptionexecute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
currentContentItemId
-
revertToContentItemId
-
-
Constructor Details
-
RevertContentItemCmd
-
-
Method Details
-
execute
public CoreContentItem execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executein interfaceorg.flowable.common.engine.impl.interceptor.Command<CoreContentItem>
-