public class EndpointViewListing extends Object implements Iterable<EndpointView>
EndpointView instances (read: artifact-stores) installed in the system.
Wrapper embeds these id's in an "items" list, to work around a known JSON security flaw.
| Constructor and Description |
|---|
EndpointViewListing() |
EndpointViewListing(List<EndpointView> items) |
| Modifier and Type | Method and Description |
|---|---|
List<EndpointView> |
getItems() |
Iterator<EndpointView> |
iterator() |
void |
setItems(List<EndpointView> items) |
public EndpointViewListing()
public EndpointViewListing(List<EndpointView> items)
public List<EndpointView> getItems()
public Iterator<EndpointView> iterator()
iterator in interface Iterable<EndpointView>public void setItems(List<EndpointView> items)
Copyright © 2015. All Rights Reserved.