public class AddAdminRepoConsumerClosure extends Object implements org.apache.commons.collections.Closure
Modifier and Type | Field and Description |
---|---|
private List<AdminRepositoryConsumer> |
list |
private List<String> |
selectedIds |
Constructor and Description |
---|
AddAdminRepoConsumerClosure(List<String> selectedIds) |
Modifier and Type | Method and Description |
---|---|
void |
execute(Object input) |
List<AdminRepositoryConsumer> |
getList() |
private List<AdminRepositoryConsumer> list
private List<String> selectedIds
public AddAdminRepoConsumerClosure(List<String> selectedIds)
public void execute(Object input)
execute
in interface org.apache.commons.collections.Closure
public List<AdminRepositoryConsumer> getList()
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.