public class FindContentItemsByTaskIdCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<List<CoreContentItem>>, Serializable
| Constructor and Description |
|---|
FindContentItemsByTaskIdCmd(String taskId) |
| Modifier and Type | Method and Description |
|---|---|
List<CoreContentItem> |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected String taskId
public FindContentItemsByTaskIdCmd(String taskId)
public List<CoreContentItem> execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute in interface org.flowable.common.engine.impl.interceptor.Command<List<CoreContentItem>>Copyright © 2019. All rights reserved.