Package org.activiti.engine.impl.cmd
Class AddEditorSourceForModelCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.AddEditorSourceForModelCmd
-
- All Implemented Interfaces:
java.io.Serializable,Command<java.lang.Object>
public class AddEditorSourceForModelCmd extends java.lang.Object implements Command<java.lang.Object>, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddEditorSourceForModelCmd(java.lang.String modelId, byte[] bytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectexecute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public java.lang.Object execute(CommandContext commandContext)
-
-