psdi.app.asset.topology.cron

Class SQLBVNodesFilter

  • java.lang.Object
    • psdi.app.asset.topology.cron.SQLBVNodesFilter
  • All Implemented Interfaces:
    BVNodesFilter


    public class SQLBVNodesFilter
    extends java.lang.Object
    implements BVNodesFilter
    Resolve all the assets that are to be excluded in the topology business view by using the SQL directly.
    • Field Detail

      • SQL_FOR_ASSETNUMS_TO_BE_EXCLUDED_DIRECTLY

        public static final java.lang.String SQL_FOR_ASSETNUMS_TO_BE_EXCLUDED_DIRECTLY
        See Also:
        Constant Field Values
    • Method Detail

      • findAssetsToBeExcludedInBV

        public java.util.Set findAssetsToBeExcludedInBV()
                                                 throws java.lang.Exception
        Specified by:
        findAssetsToBeExcludedInBV in interface BVNodesFilter
        Returns:
        Throws:
        java.lang.Exception
      • findAssetsToBeExcludedInBV

        public static java.util.Set findAssetsToBeExcludedInBV(java.sql.Connection connection)
                                                        throws java.lang.Exception
        Returns:
        Throws:
        java.lang.Exception