Package org.activiti.engine.impl.cmd
Class SaveProcessDefinitionInfoCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.SaveProcessDefinitionInfoCmd
-
- All Implemented Interfaces:
java.io.Serializable,Command<java.lang.Void>
public class SaveProcessDefinitionInfoCmd extends java.lang.Object implements Command<java.lang.Void>, java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected com.fasterxml.jackson.databind.node.ObjectNodeinfoNodeprotected java.lang.StringprocessDefinitionId
-
Constructor Summary
Constructors Constructor Description SaveProcessDefinitionInfoCmd(java.lang.String processDefinitionId, com.fasterxml.jackson.databind.node.ObjectNode infoNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Voidexecute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public java.lang.Void execute(CommandContext commandContext)
-
-