com.spss.psapi.core

Interface ConnectionDetailView



  • public interface ConnectionDetailView
    • Method Detail

      • getDetails

        java.util.Collection<ConnectionDetail> getDetails()
        Returns all the connection details in this view.
      • byId

        ConnectionDetailView byId(java.lang.String id)
        Returns a new view containing only connections that have the specified ID. Because IDs are unique, the resulting view will contain at most one item.
        Parameters:
        id - the connection detail ID
        Returns:
        a new view, narrowed by ID
      • byName

        ConnectionDetailView byName(java.lang.String name)
        Returns a new view containing only connections that have the specified name.
        Parameters:
        name - the connection detail name
        Returns:
        a new view, narrowed by name
      • byType

        ConnectionDetailView byType(java.lang.String type)
        Returns a new view containing only connections that have the specified type.
        Parameters:
        type - the connection detail type
        Returns:
        a new view, narrowed by type
      • byProperty

        ConnectionDetailView byProperty(java.lang.String name)
        Returns a new view containing only connections that have the specified property.
        Parameters:
        name - the connection property name
        Returns:
        a new view, narrowed by property
      • byPropertyValue

        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.
        Parameters:
        name - the connection property name
        value - the required property value
        Returns:
        a new view, narrowed by property value
      • byFilter

        ConnectionDetailView byFilter(ConnectionDetailFilter filter)
        Returns a new view containing only connections that pass the specified filter.
        Parameters:
        filter - the connection detail filter
        Returns:
        a new view, narrowed by the specified filter

(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.