cfboom.adminapi.models

Interface Administrator

cfboom.adminapi.models.Administrator
All Known Implementing Classes:
AdminService , AdobeAdministrator , LuceeAdministrator

A simple contract to the ColdFusion administrator regardless of server.

Class Attributes:
  • displayname : Interface Administrator
  •  
    Method Summary
    struct getDatasource(string name)
         Returns the named datasource.
    struct getDatasources()
         Returns a struct of registered datasources.
    boolean verifyDatasource(string name)
         Verifies the named datasource.

    Method Detail

    getDatasource

    public struct getDatasource(string name)

    Returns the named datasource

    Parameters:
    name

    getDatasources

    public struct getDatasources()

    Returns a struct of registered datasources


    verifyDatasource

    public boolean verifyDatasource(string name)

    Verifies the named datasource

    Parameters:
    name