CLASS MassChange
This class requires no license. It uses only standard functions to perform on MassChange related operations.
Class Field Properties
Name | Codename | Description | Ability | Length |
---|---|---|---|---|
created | Created | Created | RO | 255 |
created_by | CreatedBy | Created By | RO | 255 |
count | ResourceCount | Number of Resources | RO | 255 |
status | Status | Status | RO | 255 |
changelog | ChangeLog | Change Log | RO | 255 |
percent | PercentComplete | Percent Complete | RO | 255 |
Class Functions
Name | Description |
---|---|
static add | MassChange.add(name) takes an argument, MassChange name. The MassChange name can be explicit or checked for existence then retrieved with MassChange.getNames(). User must have create privileges. MassChange.add() creates a named MassChange object. |
static cancel | cancel() takes no arguments. User must have cancel privileges. This standard function removes any pending edits on the object. Used with MassChange.get(name). |
static close | MassChange.close() takes no arguments. |
static connect | MassChange.connect() takes no arguments. |
static create | MassChange.create() takes no arguments. |
static del | MassChange.del() takes no arguments. |
static delete | MassChange.delete() takes no arguments. |
static ExclusiveConnect | MassChange.ExclusiveConnect() takes no arguments. |
static exists | MassChange.exists() takes no arguments. |
static get | MassChange.get(name) takes an argument, name. This standard function gets and returns the named MassChange object. If the object name exists, it returns the object name. If the object name does not exist, it throws an exception. |
static getCount | MassChange.getCount() takes no arguments. This standard function gets the number of defined MassChange resources. |
static getFetchLevel | MassChange.getFetchLevel() takes no arguments. |
static getList | MassChange.getList() takes no arguments. This standard function gets and returns an arrary (list) of MassChange resources. |
static getLog | MassChange.getLog() takes no arguments. |
static getLogCalendar | MassChange.getLogCalendar() takes no arguments. |
static getNames | MassChange.getNames() takes no arguments. This standard function gets and returns an array of strings object with the MassChange names. |
static getRange | MassChange.getRange() takes no arguments. |
static getUsage | MassChange.getUsage() takes no arguments. |
static isConnected | MassChange.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 | MassChange.log() takes no arguments. |
static logScannable | MassChange.logScannable() takes no arguments. |
static MassChange | MassChange() takes no arguments. This action determines whehter a MassChange object exists. |
static monitor | MassChange.monitor() takes no arguments. |
static read | MassChange.read() takes no arguments. |
static refresh | MassChange.refresh() takes no arguments. |
static save | save() takes no arguments. User must have save privileges. This standard function saves to the server a MassChange 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 | MassChange.setFetchLevel() takes no arguments. |
static upd | MassChange.upd() takes no arguments. |
static write | MassChange.write() takes no arguments. |