Skip navigation links

Oracle BI Publisher Java API Reference
Release 10.1.3.4


oracle.apps.xdo.delivery.ftp
Interface FTPPropertyDefinitions

All Known Subinterfaces:
DeliveryPropertyDefinitions, DeliveryRequestHandler

public interface FTPPropertyDefinitions

FTP delivery property definitions.

Author:
Kei Saito (kei.saito@oracle.com)

Field Summary
static java.lang.String FTP_BINARY_MODE
          Use binary mode or not
static java.lang.String FTP_HOST
          Target server host name
static java.lang.String FTP_PASSWORD
          Login password
static java.lang.String FTP_PORT
          Target server port number of the host
static java.lang.String FTP_REMOTE_DIRECTORY
          Remote directory name where the document will be delivered to.
static java.lang.String FTP_REMOTE_FILENAME
          Remote filename of the document.
static java.lang.String FTP_USERNAME
          Login username
static java.lang.String RCS_ID
           
static boolean RCS_ID_RECORDED
           

 

Field Detail

RCS_ID

static final java.lang.String RCS_ID
See Also:
Constant Field Values

RCS_ID_RECORDED

static final boolean RCS_ID_RECORDED

FTP_HOST

static final java.lang.String FTP_HOST
Target server host name

FTP_PORT

static final java.lang.String FTP_PORT
Target server port number of the host

FTP_USERNAME

static final java.lang.String FTP_USERNAME
Login username

FTP_PASSWORD

static final java.lang.String FTP_PASSWORD
Login password

FTP_REMOTE_DIRECTORY

static final java.lang.String FTP_REMOTE_DIRECTORY
Remote directory name where the document will be delivered to. For example, /pub/docs/ .
See Also:
Constant Field Values

FTP_REMOTE_FILENAME

static final java.lang.String FTP_REMOTE_FILENAME
Remote filename of the document.
See Also:
Constant Field Values

FTP_BINARY_MODE

static final java.lang.String FTP_BINARY_MODE
Use binary mode or not
See Also:
Constant Field Values

Skip navigation links

Oracle BI Publisher Java API Reference
Release 10.1.3.4


© 2004, 2005, 2006, 2007, 2008, Oracle. All rights reserved.