CFIDE.adminapi.office
Component office (office)


Manages open office settings.


hierarchy: WEB-INF.cftags.component
      CFIDE.adminapi.base
            CFIDE.adminapi.office
path: /opt/coldfusion/cfusion/wwwroot/CFIDE/adminapi/office.cfc
serializable: Yes
properties:
final: false
abstract: false
methods: getLocalConfig, getRemoteConfigHost, getRemoteConfigPort, setLocalConfig, setRemoteConfig
inherited methods: dump, getEdition, getInstallType, isAdminUser, logaudit
* - private method

getLocalConfig
public any getLocalConfig ( )

Retunrs local open office configuration.

Output: suppressed

getRemoteConfigHost
public any getRemoteConfigHost ( )

Retunrs remote configuration host.

Output: suppressed

getRemoteConfigPort
public any getRemoteConfigPort ( )

Retunrs remote configuration port.

Output: suppressed

setLocalConfig
public void setLocalConfig ( required officeDirPath )

Sets the local configuration path.

Output: suppressed
Parameters:
   officeDirPath: any, required, officeDirPath - Specifies a fully qualified path to the office installation.

setRemoteConfig
public void setRemoteConfig ( required remoteHost, required remotePort )

Sets the remote configuration host and port.

Output: suppressed
Parameters:
   remoteHost: any, required, remoteHost - Specifies remote host for office installation.
   remotePort: any, required, remotePort - Specifies remote port for office installation.