Package | Description |
---|---|
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. |
com.filenet.api.util |
Provides utility classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
static Connection |
Factory.Connection.getConnection(java.lang.String uri,
ConfigurationParameters parameters)
Given a URI and configuration parameters, creates and returns a new
Connection
object with a copy of the caller's parameters. |
void |
Connection.setParameters(ConfigurationParameters parameters)
Sets the configuration parameters specified in the
parameters
argument. |
Modifier and Type | Method and Description |
---|---|
static void |
Configuration.init(ConfigurationParameters parameters)
Initializes and configures the client API.
|
void |
ConfigurationParameters.setParameters(ConfigurationParameters parameters)
Sets the connection parameters specified in the
parameters
argument. |
Constructor and Description |
---|
ConfigurationParameters(ConfigurationParameters parameters)
Constructs a map of configuration parameters to
Object values. |
© Copyright IBM Corporation 2006, 2015. All rights reserved.