Home
  • RapidOSS
  • Support
  • About Us
Home ยป Glossary

Glossary

a b c d e f g h i j k l m n o p q r s t u v w x y z

NetcoolAdapter

NetcoolAdapter provides methods to access Netcool Omnibus servers.

Refer to the models/NetcoolAdapter.opr for more information on method signatures and implementations.

  • addEvent (properties)
    • Return Type: NetcoolEvent
    • returns added NetcoolEvent
    • returns RsNull if error
  • getDatabaseDriver ()
    • Return Type: String
    • returns database deriver for Netcool database
  • getDatabaseUrl ()
    • Return Type: String
    • returns database URL for Netcool database
  • getEvent (eventId)
    • Return Type: NetcoolEvent
    • returns NetcoolEvent. RsNull if not found
  • getEvent (eventId, propertiesList)
    • Return Type: NetcoolEvent
    • returns NetcoolEvent with specified properties. RsNull if not found
  • getEventBySerial (serial)
    • Return Type: NetcoolEvent
    • returns NetcoolEvent. RsNull if not found
  • getEventBySerial (serial, propertiesList)
    • Return Type: NetcoolEvent
    • returns NetcoolEvent with specified properties. RsNull if not found
  • getEvents (whereClauseString)
    • Return Type: List
    • returns list of NetcoolEvents, empty list if no matching events or if error
  • getEvents (whereClauseString, parameterList)
    • Return Type: List
    • returns list of NetcoolEvents, empty list if no matching events or if error
  • getEvents (whereClauseString, , parameterList, propertiesList)
    • Return Type: List
    • returns list of NetcoolEvents with specified properties, empty list if no matching events or if error
  • getPassword ()
    • Return Type: String
    • returns database password
  • getUID (userName)
    • Return Type: String
    • returns UID from Netcool database
  • getUserName ()
    • Return Type: String
    • returns database username
  • removeEvent (eventId)
    • Return Type: boolean
    • Removes specified event.

  • Create new account
  • Request new password