fun find(pids: Collection<String>): List<Component>
fun find(pids: Collection<String>, ignoredPids: Collection<String>): List<Component>