Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

oracle.owb.processflow
Interface ActivityPhysicalProperties


public interface ActivityPhysicalProperties

ActivityPhysicalProperties interface contains the physical property names for ActivityPhysicalProperties.


Field Summary
static java.lang.String BOUND_NAME
          Physical name of the object that this activity represents.
static java.lang.String DEPLOYED_LOCATION
          Deployed Location of Transformation Activities only.
static java.lang.String EXECUTION_LOCATION
          The location from which this activity will be executed.
static java.lang.String REMOTE_LOCATION
          Remote Location for FTP activities only.
static java.lang.String USE_RETURN_AS_STATUS
          Use any return value to select the Transition path.
static java.lang.String WORKING_LOCATION
          Working Location for FTP, FILE_EXIST and USER_DEFINED activites only.

 

Field Detail

WORKING_LOCATION

public static final java.lang.String WORKING_LOCATION
Working Location for FTP, FILE_EXIST and USER_DEFINED activites only.
See Also:
Constant Field Values

BOUND_NAME

public static final java.lang.String BOUND_NAME
Physical name of the object that this activity represents.
See Also:
Constant Field Values

DEPLOYED_LOCATION

public static final java.lang.String DEPLOYED_LOCATION
Deployed Location of Transformation Activities only.
See Also:
Constant Field Values

EXECUTION_LOCATION

public static final java.lang.String EXECUTION_LOCATION
The location from which this activity will be executed.
See Also:
Constant Field Values

USE_RETURN_AS_STATUS

public static final java.lang.String USE_RETURN_AS_STATUS
Use any return value to select the Transition path.
See Also:
Constant Field Values

REMOTE_LOCATION

public static final java.lang.String REMOTE_LOCATION
Remote Location for FTP activities only.
See Also:
Constant Field Values

Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.