CLASS CLFSessions

This class requires no license. It includes the provision of a component refernece to list of resources in the CLF component (class). CLFSessions uses only standard functions.

This class does not allow log transforms.

Class Field Properties

Name Codename Description Ability Length
user User User RO 255
console Console Console RO 255
session SessionID Session ID RO 255
starttime StartTime Start Time RO 255
lasttime LastTime Last Time RO 255

Class Functions

Name Description
static cancel cancel() takes no arguments. User must have cancel privileges. This standard function removes any pending edits on the object. Used with CLFSessions.get(name).
static close CLFSessions.close() takes no arguments.
static connect CLFSessions.connect() takes no arguments.
static create CLFSessions.create() takes no arguments.
static delete CLFSessions.delete() takes no arguments.
static ExclusiveConnect CLFSessions.ExclusiveConnect() takes no arguments.
static exists CLFSessions.exists() takes no arguments.
static get CLFSessions.get(name) takes an argument, name. This standard function gets and returns the named CLFSessions object. If the object name exists, it returns the object name. If the object name does not exist, it throws an exception.
static getCount CLFSessions.getCount() takes no arguments. This standard function gets the number of defined CLFSessions resources.
static getFetchLevel CLFSessions.getFetchLevel() takes no arguments.
static getList CLFSessions.getList() takes no arguments. This standard function gets and returns an arrary (list) of CLFSessions resources.
static getLog CLFSessions.getLog() takes no arguments.
static getLogCalendar CLFSessions.getLogCalendar() takes no arguments.
static getNames CLFSessions.getNames() takes no arguments. This standard function gets and returns an array of strings object with the CLFSessions names.
static getRange CLFSessions.getRange() takes no arguments.
static getUsage CLFSessions.getUsage() takes no arguments.
static isConnected CLFSessions.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 CLFSessions.log() takes no arguments.
static logScannable CLFSessions.logScannable() takes no arguments.
static monitor CLFSessions.monitor() takes no arguments.
static read CLFSessions.read() takes no arguments.
static refresh CLFSessions.refresh() takes no arguments.
static save save() takes no arguments. User must have save privileges. This standard function saves to the server a CLFSessions 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 CLFSessions.setFetchLevel() takes no arguments.
static write CLFSessions.write() takes no arguments.

Class Privilege Properties

Type Name
AWARE Aware
VIEW View