CFIDE.adminapi.flex
Component flex (Flex)


Manages Data Services integration settings.


hierarchy: WEB-INF.cftags.component
      CFIDE.adminapi.base
            CFIDE.adminapi.flex
path: /opt/coldfusion/cfusion/wwwroot/CFIDE/adminapi/flex.cfc
serializable: Yes
properties:
final: false
abstract: false
methods: getProperty, setProperty
inherited methods: dump, getEdition, getInstallType, isAdminUser, logaudit
* - private method

getProperty
public any getProperty ( required propertyName )

Returns the value of a Data Services integration property setting.

Output: suppressed
Parameters:
   propertyName: any, required, propertyName -

Valid Properties are:
  • EnableFlashRemoting
  • EnableDataServices
  • DataServiceIPList
  • EnableRMISSL
  • RMISSLKeystore
  • RMISSLKeystorePassword
  • DataServiceID


setProperty
public any setProperty ( required propertyName, required propertyValue )

Sets the value of a Data Services integration property setting.

Output: suppressed
Parameters:
   propertyName: any, required, propertyName -

Valid Properties are:
  • EnableFlashRemoting
  • EnableDataServices
  • DataServiceIPList
  • EnableRMISSL
  • RMISSLKeystore
  • RMISSLKeystorePassword
  • DataServiceID

   propertyValue: any, required, propertyValue - Value to set for the specified property.