public class FindContentItemsByProcessInstanceIdCmd extends Object implements 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(CommandContext commandContext) |
protected String processInstanceId
public FindContentItemsByProcessInstanceIdCmd(String processInstanceId)
public List<CoreContentItem> execute(CommandContext commandContext)
execute
in interface Command<List<CoreContentItem>>