psdi.app.swcatalog

Class IsSoftwareTypeCondition

  • java.lang.Object
    • psdi.app.swcatalog.IsSoftwareTypeCondition
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean evaluateCondition(MboRemote mbo, java.lang.Object param)
      For use in conditional expression to determine whether the software catalog record is (a) from a third party discovery tool or has been created manually, and (b) its software type is a synonym of the software type returned by getCompareToSofwareType()
      protected abstract java.lang.String getCompareToSofwareType()
      Use in subclasses to tell the base class what is the internal domain value to compare against
      java.lang.String toWhereClause(java.lang.Object param, MboSetRemote msr)
      Throw an exception because this condition cannot be used for a where clause for data restrictions.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait