Whatever message this page gives is out now! Go check it out!
hierarchy: | |
path: | C:\ColdFusion2016\cfusion\wwwroot\CFIDE\adminapi\accessmanager.cfc |
serializable: | Yes |
properties: | |
methods: |
public boolean canAccessPage ( required string page )public checkAdminRoles ( requiredRoles="", boolean checkAllRoles="true" )public checkRootAdminUser ( )hierarchy: | |
path: | C:\ColdFusion2016\cfusion\wwwroot\CFIDE\adminapi\administrator.cfc |
serializable: | Yes |
properties: | |
methods: | getUpdateCount, getUpdates, login, logout, setAdminProperty, setMigrateCFPrev2Flag*, setMigrateCFPrev3Flag*, |
inherited methods: |
private Struct checkValidUpdate ( required struct item, required string version, required any updates )private createStruct ( any item )public boolean getAdminProperty ( required propertyName )remote string getBuildNumber ( )private getMigrateCFPrev2Flag ( )private getMigrateCFPrev3Flag ( )private getMigrateCFPrevFlag ( )private getMigrationFlag ( )private getMXMigrationFlag ( )remote any getSalt ( )private getSecureProfileFlag ( )private boolean getSetupEnableRDS ( )private boolean getSetupOdbc ( )private boolean getSetupSampleApps ( )private getSetupWizardFlag ( )remote Struct getUpdateCount ( )public Array getUpdates ( boolean filter, boolean throwOnError )remote boolean login ( required adminPassword, adminUserId="[runtime expression]", rdsPasswordAllowed="false", isHashed="false" )remote void logout ( )public void setAdminProperty ( required propertyName, required propertyValue )private void setMigrateCFPrev2Flag ( required boolean flag )private void setMigrateCFPrev3Flag ( required boolean flag )private void setMigrateCFPrevFlag ( required boolean flag )private void setMigrationFlag ( required boolean flag )private void setMXMigrationFlag ( required boolean flag )private void setSecureProfileFlag ( required boolean flag )private void setSetupEnableRDS ( required boolean flag )private void setSetupOdbc ( required boolean flag )private void setSetupSampleApps ( required boolean flag )private void setSetupWizardFlag ( required boolean flag )hierarchy: | WEB-INF.cftags.component CFIDE.adminapi.base |
path: | C:\ColdFusion2016\cfusion\wwwroot\CFIDE\adminapi\base.cfc |
serializable: | Yes |
properties: | |
methods: |
public dump ( required value, expand="true" )package string getEdition ( )package string getInstallType ( )public isAdminUser ( requiredRoles="" )public logaudit ( required msg, isapplication="no" )private tfformat ( required val )private throw ( message="", type="Exception" )hierarchy: | |
path: | C:\ColdFusion2016\cfusion\wwwroot\CFIDE\adminapi\collections.cfc |
serializable: | Yes |
properties: | |
methods: | |
inherited methods: |
public disableTermHighlighting ( required solrCollectionName )public enableTermHighlighting ( required solrCollectionName )public any getSolrserver ( )public boolean isTermHighlightingEnabled ( required solrCollectionName )public reloadCollection ( required solrCollectionName )hierarchy: | |
path: | C:\ColdFusion2016\cfusion\wwwroot\CFIDE\adminapi\datasource.cfc |
serializable: | Yes |
properties: | |
methods: | checkAllowedFileExtensions, deleteDatasource, formatJdbcURL*, getAccessDefaultsFromRegistry*, getCFSettingDefaults*, getDatasourceDefaults*, getDatasources, getDriverDefaults*, getDriverDetails, getNewDSNDefaults*, getODBCDatasources, getSlsAgentServiceName*, getSlsServerPath*, getSlsServerServiceName*, getURLDefaults*, installOdbcService, |
inherited methods: |
public any checkAllowedFileExtensions ( required string ext )public void deleteDatasource ( required dsnname )private formatJdbcURL ( required driver, host, port, dsn, database, datasource, args, informixServer, selectMethod, SID, MaxPooledStatements, isnewdb, qTimeout, applicationintent )private getAccessDefaultsFromRegistry ( required scope, required dsn )private getCFSettingDefaults ( required scope )private getDatasourceDefaults ( required scope, required dsn )public any getDatasources ( dsnname )private getDriverDefaults ( required scope )public struct getDriverDetails ( String driverName="" )private getNewDSNDefaults ( required scope )private String getSlsAgentServiceName ( )private String getSlsServerPath ( )private String getSlsServerServiceName ( )private getURLDefaults ( required scope, driver="", required delims )public void installOdbcService ( )public void removeOdbcService ( )public void setDB2 ( required string name, required string host, required string database, string originaldsn="", string port="50000", string driver="DB2", string class="macromedia.jdbc.MacromediaDriver", string username="", string password="", boolean encryptpassword="true", string description="", string initargs="", string args="", numeric MaxPooledStatements, numeric timeout, numeric interval, numeric login_timeout, numeric buffer, numeric blob_buffer, boolean enablemaxconnections, numeric maxconnections, boolean pooling, boolean disable, boolean disable_clob, boolean disable_blob, boolean disable_autogenkeys, boolean select, boolean create, boolean grant, boolean insert, boolean drop, boolean revoke, boolean update, boolean alter, boolean storedproc, string vendor="db2", string type="ddtek", string validationQuery="", numeric qTimeout, boolean delete, boolean useSpyLog, string spyLogFile, boolean validateConnection, boolean clientHostName, boolean clientuser, boolean applicationName, string applicationNamePrefix )public void setDerbyClient ( required string name, required string host, required string database, string originaldsn="", string driver="Apache Derby Client", string class="org.apache.derby.jdbc.ClientDriver", string username="", string password="", boolean encryptpassword="true", string description="", string args, numeric timeout, numeric interval, numeric login_timeout, numeric buffer, numeric blob_buffer, boolean enablemaxconnections, numeric maxconnections, boolean pooling, boolean disable, boolean disable_clob, boolean disable_blob, boolean disable_autogenkeys, boolean select, boolean create, boolean grant, boolean insert, boolean drop, boolean revoke, boolean update, boolean alter, boolean storedproc, boolean delete, string validationQuery="", string port="1527", boolean validateConnection, boolean clientHostName, boolean clientuser, boolean applicationName, string applicationNamePrefix )public void setDerbyEmbedded ( required string name, required string database, string originaldsn="", string driver="Apache Derby Embedded", string class="org.apache.derby.jdbc.EmbeddedDriver", string username="", string password="", boolean encryptpassword="true", string description="", string args, boolean isnewdb="false", numeric timeout, numeric interval, numeric login_timeout, numeric buffer, numeric blob_buffer, boolean enablemaxconnections, numeric maxconnections, boolean pooling, numeric maxpooledstatements, boolean disable, boolean disable_clob, boolean disable_blob, boolean disable_autogenkeys, boolean select, boolean create, boolean grant, boolean insert, boolean drop, boolean revoke, boolean update, boolean alter, boolean storedproc, boolean delete, string validationQuery="", boolean validateConnection, boolean clientHostName, boolean clientuser, boolean applicationName, string applicationNamePrefix )public void setInformix ( string vendor="informix", string type="ddtek", required string name, required string host, required string database, required string InformixServer, string originaldsn="", string port="1526", string driver="Informix", string class="macromedia.jdbc.MacromediaDriver", string username="", string password="", boolean encryptpassword="true", string description="", string args, numeric MaxPooledStatements, numeric timeout, numeric interval, numeric login_timeout, numeric buffer, numeric blob_buffer, boolean enablemaxconnections, numeric maxconnections, boolean pooling, boolean disable, boolean disable_clob, boolean disable_blob, boolean disable_autogenkeys, boolean select, boolean create, boolean grant, boolean insert, boolean drop, boolean revoke, boolean update, boolean alter, boolean storedproc, boolean delete, string validationQuery="", numeric qTimeout, boolean useSpyLog, string spyLogFile, boolean validateConnection, boolean clientHostName, boolean clientuser, boolean applicationName, string applicationNamePrefix )public void setJNDI ( required string name, required string jndiname, string driver="jndi", string type="j2ee", string originaldsn="", string username="", string password="", boolean encryptpassword="true", string description="", string jndienv="", numeric buffer, numeric blob_buffer, boolean disable_clob, boolean disable_blob, boolean disable_autogenkeys, boolean select, boolean create, boolean grant, boolean insert, boolean drop, boolean revoke, boolean update, boolean alter, boolean storedproc, boolean delete )public void setMSAccess ( required string name, required string databasefile, string originaldsn="", string driver="MSAccess", string class="macromedia.jdbc.MacromediaDriver", string port="20004", string username="System", string password="", boolean encryptpassword="true", string description="", string args, string systemDatabaseFile, boolean UseTrustedConnection="true", string defaultusername="", numeric maxBufferSize, numeric pageTimeout="600", boolean TimeStampAsString="no", numeric timeout, numeric interval, numeric login_timeout, numeric buffer, numeric blob_buffer, boolean enablemaxconnections, numeric maxconnections, boolean pooling, boolean disable, boolean disable_clob, boolean disable_blob, boolean disable_autogenkeys, boolean select, boolean create, boolean grant, boolean insert, boolean drop, boolean revoke, boolean update, boolean alter, boolean storedproc, boolean delete, string validationQuery="", string defaultpassword="", boolean validateConnection, boolean clientHostName, boolean clientuser, boolean applicationName, string applicationNamePrefix )public void setMSAccessUnicode ( required string name, required string databasefile, string originaldsn="", string driver="MSAccessJet", string class="com.inzoom.jdbcado.Driver", string username="", string password="", boolean encryptpassword="true", string description="", string args, numeric pageTimeout="600", numeric maxBufferSize, numeric timeout, numeric interval, numeric login_timeout, numeric buffer, numeric blob_buffer, boolean enablemaxconnections, numeric maxconnections, boolean pooling, boolean disable, boolean disable_clob, boolean disable_blob, boolean disable_autogenkeys, boolean select, boolean create, boolean grant, boolean insert, boolean drop, boolean revoke, boolean update, boolean alter, boolean storedproc, boolean delete, string validationQuery="", boolean validateConnection, boolean clientHostName, boolean clientuser, boolean applicationName, string applicationNamePrefix )public void setMSSQL ( string vendor="sqlserver", string type="ddtek", required string name, required string host, required string database, string originaldsn="", string port="1433", string driver="MSSQLServer", string class="macromedia.jdbc.MacromediaDriver", string username="", string password="", boolean encryptpassword="true", string description="", string args, boolean sendStringParametersAsUnicode, required string selectmethod="cursor", numeric MaxPooledStatements, numeric timeout, numeric interval, numeric login_timeout, numeric buffer, numeric blob_buffer, boolean enablemaxconnections, numeric maxconnections, boolean pooling, boolean disable, boolean disable_clob, boolean disable_blob, boolean disable_autogenkeys, boolean select, boolean create, boolean grant, boolean insert, boolean drop, boolean revoke, boolean update, boolean alter, boolean storedproc, boolean delete, string validationQuery="", numeric qTimeout, string applicationintent="readwrite", boolean useSpyLog, string spyLogFile, boolean validateConnection, boolean clientHostName, boolean clientuser, boolean applicationName, string applicationNamePrefix )public void setMySQL5 ( required string name, required string host, required string database, string originaldsn="", string port="3306", string driver="MySQL5", string class="com.mysql.jdbc.Driver", string username="", string password="", boolean encryptpassword="true", string description="", string args, numeric timeout, numeric interval, numeric login_timeout, numeric buffer, numeric blob_buffer, boolean enablemaxconnections, numeric maxconnections, boolean pooling, boolean disable, boolean disable_clob, boolean disable_blob, boolean disable_autogenkeys, boolean select, boolean create, boolean grant, boolean insert, boolean drop, boolean revoke, boolean update, boolean alter, boolean storedproc, boolean delete, string validationQuery="", boolean validateConnection, boolean clientHostName, boolean clientuser, boolean applicationName, string applicationNamePrefix )public void setMySQL_DD ( required string name, required string host, required string database, string originaldsn="", string port="3306", string driver="MySQL_DD", string class="macromedia.jdbc.MacromediaDriver", string username="", string password="", boolean encryptpassword="true", string description="", string args, numeric timeout, numeric interval, numeric login_timeout, numeric buffer, numeric blob_buffer, boolean enablemaxconnections, numeric maxconnections, boolean pooling, numeric maxpooledstatements, boolean disable, boolean disable_clob, boolean disable_blob, boolean disable_autogenkeys, boolean select, boolean create, boolean grant, boolean insert, boolean drop, boolean revoke, boolean update, boolean alter, boolean storedproc, boolean delete, string validationQuery="", numeric qTimeout, boolean useSpyLog, string spyLogFile, boolean validateConnection, boolean clientHostName, boolean clientuser, boolean applicationName, string applicationNamePrefix )public void setODBCSocket ( required string name, required string datasource, string useTrustedConnection, string username="", string password="", boolean encryptpassword="true", string host="localhost", string originaldsn="", string port="20004", string driver="ODBCSocket", string class="macromedia.jdbc.MacromediaDriver", string description="", string args, boolean TimeStampAsString="no", numeric timeout, numeric interval, numeric login_timeout, numeric buffer, numeric blob_buffer, boolean enablemaxconnections, numeric maxconnections, boolean pooling, boolean disable, boolean disable_clob, boolean disable_blob, boolean disable_autogenkeys, boolean select, boolean create, boolean grant, boolean insert, boolean drop, boolean revoke, boolean update, boolean alter, boolean storedproc, boolean delete, string validationQuery="", boolean validateConnection, boolean clientHostName, boolean clientuser, boolean applicationName, string applicationNamePrefix )public void setOracle ( string vendor="oracle", string type="ddtek", required string name, required string host, required string sid, string originaldsn="", string port="1521", string driver="Oracle", string class="macromedia.jdbc.MacromediaDriver", string username="", string password="", boolean encryptpassword="true", string description="", string args, numeric MaxPooledStatements, numeric timeout, numeric interval, numeric login_timeout, numeric buffer, numeric blob_buffer, boolean enablemaxconnections, numeric maxconnections, boolean pooling, boolean disable, boolean disable_clob, boolean disable_blob, boolean disable_autogenkeys, boolean select, boolean create, boolean grant, boolean insert, boolean drop, boolean revoke, boolean update, boolean alter, boolean storedproc, boolean delete, string validationQuery="", numeric qTimeout, boolean useSpyLog, string spyLogFile, boolean supportLinks, boolean validateConnection, boolean clientHostName, boolean clientuser, boolean applicationName, string applicationNamePrefix )public void setOther ( required string name, required string url, required string class, string driver, string originaldsn="", string port="1433", string username="", string password="", boolean encryptpassword="true", string description="", string args, required string selectmethod="cursor", numeric MaxPooledStatements, numeric timeout, numeric interval, numeric login_timeout, numeric buffer, numeric blob_buffer, boolean enablemaxconnections, numeric maxconnections, boolean pooling="false", boolean disable, boolean disable_clob, boolean disable_blob, boolean disable_autogenkeys, boolean select, boolean create, boolean grant, boolean insert, boolean drop, boolean revoke, boolean update, boolean alter, boolean storedproc, boolean delete, string validationQuery="", boolean validateConnection, boolean clientHostName, boolean clientuser, boolean applicationName, string applicationNamePrefix )public void setPostGreSQL ( required string name, required string host, required string database, string originaldsn="", string port="5432", string driver="PostgreSQL", string class="org.postgresql.Driver", string username="", string password="", boolean encryptpassword="true", string description="", string args, numeric timeout, numeric interval, numeric login_timeout, numeric buffer, numeric blob_buffer, boolean enablemaxconnections, numeric maxconnections, boolean pooling, boolean disable, boolean disable_clob, boolean disable_blob, boolean disable_autogenkeys, boolean select, boolean create, boolean grant, boolean insert, boolean drop, boolean revoke, boolean update, boolean alter, boolean storedproc, boolean delete, string validationQuery="", boolean validateConnection, boolean clientHostName, boolean clientuser, boolean applicationName, string applicationNamePrefix )private String setSlsServerServiceName ( required serviceName )public void setSybase ( string vendor="sybase", string type="ddtek", required string name, required string host, required string database, string originaldsn="", string port="5000", string driver="Sybase", string class="macromedia.jdbc.MacromediaDriver", string username="", string password="", boolean encryptpassword="true", string description="", string args, string selectmethod="direct", numeric MaxPooledStatements, numeric timeout, numeric interval, numeric login_timeout, numeric buffer, numeric blob_buffer, boolean enablemaxconnections, numeric maxconnections, boolean pooling, boolean disable, boolean disable_clob, boolean disable_blob, boolean disable_autogenkeys, boolean select, boolean create, boolean grant, boolean insert, boolean drop, boolean revoke, boolean update, boolean alter, boolean storedproc, boolean delete, string validationQuery="", numeric qTimeout, boolean useSpyLog, string spyLogFile, boolean validateConnection, boolean clientHostName, boolean clientuser, boolean applicationName, string applicationNamePrefix )private sl54Add ( required dsn, required odbcdsn, connectString, boolean TimeStampAsString="no" )private sl54Del ( required dsn )private sl54displ ( required dsn )private sl54mlog ( required odbcdsn, logonmethod="OSIntegrated" )private sl54mod ( required dsn, required odbcdsn, connectString, boolean TimeStampAsString="no" )| startOdbcService |
public startOdbcService ( ) Starts ODBC service. Output: suppressed |
| stopOdbcService |
public void stopOdbcService ( ) Stops ODBC service. Output: suppressed |
| updateODBCServerDSN* |
private updateODBCServerDSN ( required dsn, required odbcdsn, required connectstring, required TimeStampAsString, required LOGONMETHOD ) Updates an ODBC server data source name. Output: suppressed Parameters: dsn: any, required, dsn - Name that ColdFusion uses to connect to the data source. odbcdsn: any, required, odbcdsn - The ODBC data source name to which ColdFusion is to connect. connectstring : any, required, connectstring - Passes database-specific parameters, such as login credentials, to the data source. TimeStampAsString: any, required, TimeStampAsString - Enable this setting if your application retrieves Date/Time data and then re-uses it in SQL statements without applying formatting (using functions such as DateFormat, TimeFormat, and CreateODBCDateTime). Specify True or False. LOGONMETHOD: any, required, LOGONMETHOD - Internal method called to the register the database. |
| upgradeOdbcService* |
private upgradeOdbcService ( odbcserver="[runtime expression]", odbcagent="[runtime expression]" ) Upgrade ODBC service. Output: suppressed Parameters: odbcserver : any, optional, odbcserver - Name of ODBC server service. odbcagent : any, optional, odbcagent - Name of ODBC agent service. |
public Any verifyDsn ( required dsn, boolean returnMsgOnError="false" )hierarchy: | |
path: | C:\ColdFusion2016\cfusion\wwwroot\CFIDE\adminapi\debugging.cfc |
serializable: | Yes |
properties: | |
inherited methods: |
public void addDebugEvent ( required string type, required string message, string priority="information", numeric startTime, numeric endTime, numeric total )public void deleteIP ( required string debugip )void disableLogging ( required string logFileName )void disableRemoteInspection ( )void disableWeinreAdvanceSettings ( )void enableLogging ( required string logFileName )void enableWeinreAdvanceSettings ( )public getCurrentIP ( )public any getDebugProperty ( required propertyName )public query getDebugRecordset ( )public getIPList ( adminPassword="", adminPassword2="" )numeric getLineDebuggerPort ( )string getLocalInspectionURL ( )getLocalIpAddressesList ( )string getLocalWeinreIPAddress ( )string getLocalWeinreServerDeathTimeOut ( )string getLocalWeinreServerPort ( )string getLocalWeinreServerReadTimeOut ( )public any getLogProperty ( required propertyName )public void setIP ( required string debugip )void setLineDebuggerEnabled ( boolean enabled="true" )void setLineDebuggerPort ( required numeric portNumber )void setLocalWeinreIpAddress ( required string ipAddress )void setLocalWeinreServerDeathTimeOut ( required string deathTimeout )void setLocalWeinreServerPort ( required string port )void setLocalWeinreServerReadTimeOut ( required string readTimeOut )public void setLogProperty ( required propertyName, required propertyValue )void setMaxDebuggingSessions ( required numeric maxSessions )void setRemoteInspectionEnabled ( )void setWeinreServerlocation ( required string weinreUrl )void setWeinreServerType ( required string inspectionType )void startLineDebugger ( )void startLocalWeinreServer ( )void startLocalWeinreServerOnFreePort ( )void stopLineDebugger ( )void stopLocalWeinreServer ( )void store ( )void storeRemoteInspectionUI ( )private boolean validateIP ( required debugip )hierarchy: | |
path: | C:\ColdFusion2016\cfusion\wwwroot\CFIDE\adminapi\document.cfc |
serializable: | Yes |
properties: | |
inherited methods: |
hierarchy: | |
path: | C:\ColdFusion2016\cfusion\wwwroot\CFIDE\adminapi\eventgateway.cfc |
serializable: | Yes |
properties: | |
inherited methods: |
public void addServiceManager ( required name, required hostname, required numeric port, required numeric weight, required boolean ishttps )public void disableServiceManager ( required name )public void editServiceManager ( required name, required hostname, required numeric port, required numeric weight, required boolean ishttps )public void enableServiceManager ( required name )public any getAllServiceManager ( )public any getServiceManager ( required name )public void removeServiceManager ( required name )public any verifyServiceManager ( required name )public void deleteGatewayInstance ( required gatewayid )public void deleteGatewayType ( required type )public any getGatewayEvents ( required gatewayID, required propertyName )public any getGatewayInstances ( gatewayid )public boolean getGatewayInstanceStatus ( required gatewayid )public any getGatewayProperty ( required propertyName )public any getGatewayServiceStatus ( )public any getGatewayTypes ( type )public boolean getSMSTestServerStatus ( )public any ResetGatewayEvents ( required gatewayID, required propertyName )public void restartGatewayInstance ( required gatewayid )public void setGatewayInstance ( required gatewayid, required type, required array cfcPaths, required configurationpath, required mode )public void setGatewayProperty ( required propertyName, required propertyValue )public void setGatewayServiceStatus ( required enableGatewayService )public void setGatewayType ( required type, required description, required class, timeout="30", killOnTimeout="true" )public void startGatewayInstance ( required gatewayid )public void startGatewayService ( )public void startSMSTestServer ( )public void stopGatewayInstance ( required gatewayid )public void stopGatewayService ( )public void stopSMSTestServer ( )