CFIDE.adminapi.base
Component base (base)
Base object for other Admin API CFCs.
| hierarchy: | WEB-INF.cftags.component CFIDE.adminapi.base |
| path: | {web-root}\CFIDE\adminapi\base.cfc |
| serializable: | Yes |
| properties: | |
| methods: | dump, getEdition, getInstallType, getJRunRootDir, isAdminUser, RDSInvoker, setJrunSN, tfformat*, throw* |
* – private method
| dump |
|---|
public dump ( required value, expand="true"
Used to debug variables inside of cfscript. Output: enabled |
| getEdition |
package string getEdition (
Returns the edition:
Standard Output: suppressed |
| getInstallType |
package string getInstallType (
Returns the install type. Output: suppressed |
| getJRunRootDir |
string getJRunRootDir (
Output: |
| isAdminUser |
public isAdminUser ( requiredRoles=""
Check to see if user is authenticated Output: suppressed |
| RDSInvoker |
public RDSInvoker ( required service, required method, required args, required adminPassword, required adminUserId
Used internally to invoke the Administrator API from Dreamweaver. Output: suppressed |
| setJrunSN |
package void setJrunSN ( required serialNum
Utility function that sets the JRun OEM serial number. Output: suppressed |
| tfformat* |
private tfformat ( required val
Indicates whether a passed value is of data type Boolean. Output: suppressed |
| throw* |
private throw ( message="", type="Exception"
Used to throw errors in a cfscript block. Output: suppressed |