public class GetProcessInstanceAttachmentsCmd extends Object implements Command<List<? extends Attachment>>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
processInstanceId |
Constructor and Description |
---|
GetProcessInstanceAttachmentsCmd(String taskId) |
Modifier and Type | Method and Description |
---|---|
List<? extends Attachment> |
execute(CommandContext commandContext) |
protected String processInstanceId
public GetProcessInstanceAttachmentsCmd(String taskId)
public List<? extends Attachment> execute(CommandContext commandContext)
execute
in interface BaseCommand<List<? extends Attachment>,CommandContext>
execute
in interface Command<List<? extends Attachment>>
Copyright © 2017 Flowable. All rights reserved.