com.tibco.bw.plugin.config.generalactivities
Interface CallProcessConfigProps

All Superinterfaces:
CommonProps

public interface CallProcessConfigProps
extends CommonProps

The set of all configuration properties of the Call Process Activity.


Field Summary
static byte CUSTOM_ID
          This is the Custom Id configuration property.
static byte PROCESS_NAME
          This is the Process Name configuration property.
static byte PROCESS_NAME_DYNAMIC_OVERRIDE
          This is the Process Name Dynamic Override configuration property.
static byte SPAWN
          This is the Spawn configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

PROCESS_NAME


static final byte PROCESS_NAME
This is the Process Name configuration property.

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

See Also:
Constant Field Values

PROCESS_NAME_DYNAMIC_OVERRIDE


static final byte PROCESS_NAME_DYNAMIC_OVERRIDE
This is the Process Name Dynamic Override configuration property.

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

See Also:
Constant Field Values

SPAWN


static final byte SPAWN
This is the Spawn configuration property.

The type of this configuration property is boolean

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