Name |
Description |
static cancel
|
MonfileList.cancel() takes no arguments. User must have cancel privileges. This standard function removes any pending edits on the object. Used with MonfileList.get(name). |
static close
|
MonfileList.close() takes no arguments. |
static connect
|
MonfileList.connect() takes no arguments. |
static create
|
MonfileList.create() takes no arguments. |
static delete
|
MonfileList.delete() takes no arguments. |
static ExclusiveConnect
|
MonfileList.ExclusiveConnect() takes no arguments. |
static exists
|
MonfileList.exists() takes no arguments. |
static get
|
MonfileList.get(name) takes an argument, name. This standard function gets and returns the named MonfileList object. If the object name exists, it returns the object name. If the object name does not exist, it throws an exception. |
static getCount
|
MonfileList.getCount() takes no arguments. This standard function gets the number of defined MonfileList resources. |
static getFetchLevel
|
MonfileList.getFetchLevel() takes no arguments. |
static getList
|
MonfileList.getList() takes no arguments. This standard function gets and returns an arrary (list) of MonfileList resources. |
static getLog
|
MonfileList.getLog() takes no arguments. |
static getLogCalendar
|
MonfileList.getLogCalendar() takes no arguments. |
static getNames
|
MonfileList.getNames() takes no arguments. This standard function gets and returns an array of strings object with the MonfileList names. |
static getRange
|
MonfileList.getRange() takes no arguments. |
static getUsage
|
MonfileList.getUsage() takes no arguments. |
static isConnected
|
MonfileList.isConnected() takes no arguments. |
static isNew
|
isNew() takes no arguments and returns a boolean value. This standard function checks for object existence, to create or update when save is called. The function returns true if the object does not exist on the server and will create one when save() is called. It returns false if the object exists and will update the object when save() is called. |
static log
|
MonfileList.log() takes no arguments. |
static logScannable
|
MonfileList.logScannable() takes no arguments. |
static monitor
|
MonfileList.monitor() takes no arguments. |
static read
|
MonfileList.read() takes no arguments. |
static refresh
|
MonfileList.refresh() takes no arguments. |
static save
|
save() takes no arguments. User must have save privileges. This standard function saves to the server a MonfileList object and the appropriate logs. This includes any pending edits made on the object. save() throws an exception if validation or save fails. |
static setFetchLevel
|
MonfileList.setFetchLevel() takes no arguments. |
static write
|
MonfileList.write() takes no arguments. |