%SYS
ApplicationError Class Reference

Static Public Member Functions

_.Library.Status DeleteByDate (_.Library.String Namespace, _.Library.String DateList)
 Deletes all application errors for the dates passed in for a given namespace. More...
 
_.Library.Status DeleteByError (_.Library.String Nsp, _.Library.String Date, _.Library.String ErrorList)
 Deletes the application errors passed in for a given namespace and a given date. More...
 
_.Library.Status DeleteByNamespace (_.Library.String NspList)
 Deletes all application errors for all dates for the namespaces passed in. More...
 
_.Library.Status GetComment (_.Library.String Namespace, _.Library.String Date, _.Library.Integer Error, _.Library.String Comment, _.Library.String CommentDate)
 Read the comment in a selected error.
 
_.Library.Status NamespaceListExecute (_.Library.Binary qHandle, _.Library.Integer ListType)
 ListType = 0 - All namespaces. More...
 
_.Library.Status SetComment (_.Library.String Namespace, _.Library.String Date, _.Library.Integer Error, _.Library.String Comment)
 Set a comment into the selected error.
 

Member Function Documentation

◆ DeleteByDate()

_.Library.Status DeleteByDate ( _.Library.String  Namespace,
_.Library.String  DateList 
)
static

Deletes all application errors for the dates passed in for a given namespace.

Parameters:
Namespace - Namespace to delete errors in
DateList - Comma separated list of dates to delete, "6/4/2012,6/5/2012"

◆ DeleteByError()

_.Library.Status DeleteByError ( _.Library.String  Nsp,
_.Library.String  Date,
_.Library.String  ErrorList 
)
static

Deletes the application errors passed in for a given namespace and a given date.

The input parameters are the namespace name, the date and a list of error numbers.

◆ DeleteByNamespace()

_.Library.Status DeleteByNamespace ( _.Library.String  NspList)
static

Deletes all application errors for all dates for the namespaces passed in.

The input parameter is a list of namespaces.

◆ NamespaceListExecute()

_.Library.Status NamespaceListExecute ( _.Library.Binary  qHandle,
_.Library.Integer  ListType 
)
static

ListType = 0 - All namespaces.

      1 - Remote namespaces only
      2 - Local namespaces only