public class FindContentItemsByProcessInstanceIdCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<List<CoreContentItem>>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
processInstanceId |
| Constructor and Description |
|---|
FindContentItemsByProcessInstanceIdCmd(String processInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
List<CoreContentItem> |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected String processInstanceId
public FindContentItemsByProcessInstanceIdCmd(String processInstanceId)
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.