Package org.activiti.engine.impl.cmd
Class DeleteAttachmentCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.DeleteAttachmentCmd
-
- All Implemented Interfaces:
Serializable,Command<Object>
public class DeleteAttachmentCmd extends Object implements Command<Object>, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringattachmentId
-
Constructor Summary
Constructors Constructor Description DeleteAttachmentCmd(String attachmentId)
-