Package | Description |
---|---|
com.filenet.api.constants |
Provides classes defining collections of related, type-safe constant values.
|
com.filenet.api.core |
Provides classes and interfaces that are related to the core business objects of the API, such as
EntireNetwork , Domain , Document , Folder , and so on. |
Modifier and Type | Field and Description |
---|---|
static ConnectionType |
ConnectionType.EJB
A constant representing the
ConnectionType for the
EJB transport. |
static ConnectionType |
ConnectionType.SOAP
A constant representing the
ConnectionType for the
SOAP transport. |
Modifier and Type | Method and Description |
---|---|
static ConnectionType |
ConnectionType.getInstanceFromInt(int value)
Gets the object instance from its associated integer value (see the *_AS_INT
constants in this class).
|
Modifier and Type | Method and Description |
---|---|
ConnectionType |
Connection.getConnectionType()
Returns a
ConnectionType object, which identifies the transport
protocol associated with this connection. |
© Copyright IBM Corporation 2006, 2015. All rights reserved.