public interface ConnectionDetailView
Modifier and Type | Method and Description |
---|---|
ConnectionDetailView |
byFilter(ConnectionDetailFilter filter)
Returns a new view containing only connections
that pass the specified filter.
|
ConnectionDetailView |
byId(java.lang.String id)
Returns a new view containing only connections
that have the specified ID.
|
ConnectionDetailView |
byName(java.lang.String name)
Returns a new view containing only connections
that have the specified name.
|
ConnectionDetailView |
byProperty(java.lang.String name)
Returns a new view containing only connections
that have the specified property.
|
ConnectionDetailView |
byPropertyValue(java.lang.String name,
java.lang.String value)
Returns a new view containing only connections
that have the specified property with the specified value.
|
ConnectionDetailView |
byType(java.lang.String type)
Returns a new view containing only connections
that have the specified type.
|
java.util.Collection<ConnectionDetail> |
getDetails()
Returns all the connection details in this view.
|
java.util.Collection<ConnectionDetail> getDetails()
ConnectionDetailView byId(java.lang.String id)
id
- the connection detail IDConnectionDetailView byName(java.lang.String name)
name
- the connection detail nameConnectionDetailView byType(java.lang.String type)
type
- the connection detail typeConnectionDetailView byProperty(java.lang.String name)
name
- the connection property nameConnectionDetailView byPropertyValue(java.lang.String name, java.lang.String value)
name
- the connection property namevalue
- the required property valueConnectionDetailView byFilter(ConnectionDetailFilter filter)
filter
- the connection detail filter(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.