com.tibco.bw.plugin.config.file
Interface FilePollerConfigProps

All Superinterfaces:
CommonProps
All Known Subinterfaces:
WaitForFileChangeConfigProps

public interface FilePollerConfigProps
extends CommonProps

The set of all configuration properties of the File Poller Activity.


Field Summary
static byte CONTENT_AS
          This is the Content As configuration property.
static byte CUSTOM_ID
          This is the Custom Id configuration property.
static byte ENCODING
          This is the Encoding configuration property.
static byte EXCLUDE_FILE_CONTENT
          This is the Exclude File Content configuration property.
static byte FILE_NAME
          This is the File Name configuration property.
static byte INCLUDE_EXISTING_FILES
          This is the Include Existing Files configuration property.
static byte INCLUDE_SUB_DIRECTORIES
          This is the Include Sub-Directories configuration property.
static byte MODE
          This is the Mode configuration property.
static byte POLL_FOR_CREATE_EVENTS
          This is the Poll For Create Events configuration property.
static byte POLL_FOR_DELETE_EVENTS
          This is the Poll For Delete Events configuration property.
static byte POLL_FOR_MODIFY_EVENTS
          This is the Poll For Modify Events configuration property.
static byte POLLING_INTERVAL
          This is the Polling Interval configuration property.
static byte SEQUENCING_KEY
          This is the Sequencing Key configuration property.
static byte SORT_BY
          This is the Sort By configuration property.
static byte SORT_ORDER
          This is the Sort Order configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

FILE_NAME


static final byte FILE_NAME
This is the File Name configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

POLLING_INTERVAL


static final byte POLLING_INTERVAL
This is the Polling Interval configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

INCLUDE_EXISTING_FILES


static final byte INCLUDE_EXISTING_FILES
This is the Include Existing Files configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

EXCLUDE_FILE_CONTENT


static final byte EXCLUDE_FILE_CONTENT
This is the Exclude File Content configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

CONTENT_AS


static final byte CONTENT_AS
This is the Content As configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

ENCODING


static final byte ENCODING
This is the Encoding configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

POLL_FOR_CREATE_EVENTS


static final byte POLL_FOR_CREATE_EVENTS
This is the Poll For Create Events configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

POLL_FOR_MODIFY_EVENTS


static final byte POLL_FOR_MODIFY_EVENTS
This is the Poll For Modify Events configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

POLL_FOR_DELETE_EVENTS


static final byte POLL_FOR_DELETE_EVENTS
This is the Poll For Delete Events configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

INCLUDE_SUB_DIRECTORIES


static final byte INCLUDE_SUB_DIRECTORIES
This is the Include Sub-Directories configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

MODE


static final byte MODE
This is the Mode configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

SORT_BY


static final byte SORT_BY
This is the Sort By configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

SORT_ORDER


static final byte SORT_ORDER
This is the Sort Order configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

SEQUENCING_KEY


static final byte SEQUENCING_KEY
This is the Sequencing Key configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

CUSTOM_ID


static final byte CUSTOM_ID
This is the Custom Id configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values


Copyright @ 2010, TIBCO Softwares (Inc). All right reserved