Package org.camunda.bpm.engine.impl.cmd
Class GetProcessInstanceAttachmentsCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.GetProcessInstanceAttachmentsCmd
- All Implemented Interfaces:
Serializable
,Command<List<Attachment>>
public class GetProcessInstanceAttachmentsCmd
extends Object
implements Command<List<Attachment>>, Serializable
- Author:
- Tom Baeyens
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
processInstanceId
-
-
Constructor Details
-
GetProcessInstanceAttachmentsCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<List<Attachment>>
-