public class FindContentItemsByTaskIdCmd extends Object implements Command<List<CoreContentItem>>, Serializable
Constructor and Description |
---|
FindContentItemsByTaskIdCmd(String taskId) |
Modifier and Type | Method and Description |
---|---|
List<CoreContentItem> |
execute(CommandContext commandContext) |
protected String taskId
public FindContentItemsByTaskIdCmd(String taskId)
public List<CoreContentItem> execute(CommandContext commandContext)
execute
in interface Command<List<CoreContentItem>>