|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationParameters | |
---|---|
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. |
Uses of ConfigurationParameters in com.filenet.api.core |
---|
Methods in com.filenet.api.core with parameters of type ConfigurationParameters | |
---|---|
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. |
Uses of ConfigurationParameters in com.filenet.api.util |
---|
Methods in com.filenet.api.util with parameters of type ConfigurationParameters | |
---|---|
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. |
Constructors in com.filenet.api.util with parameters of type ConfigurationParameters | |
---|---|
ConfigurationParameters(ConfigurationParameters parameters)
Constructs a map of configuration parameters to Object values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |