-
Packages that use ConfigurationParameters Package Description com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such asEntireNetwork,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 Modifier and Type Method and Description static ConnectionFactory.Connection. getConnection(java.lang.String uri, ConfigurationParameters parameters)Given a URI and configuration parameters, creates and returns a newConnectionobject with a copy of the caller's parameters.voidConnection. setParameters(ConfigurationParameters parameters)Sets the configuration parameters specified in theparametersargument. -
Uses of ConfigurationParameters in com.filenet.api.util
Methods in com.filenet.api.util with parameters of type ConfigurationParameters Modifier and Type Method and Description static voidConfiguration. init(ConfigurationParameters parameters)Initializes and configures the client API.voidConfigurationParameters. setParameters(ConfigurationParameters parameters)Sets the connection parameters specified in theparametersargument.Constructors in com.filenet.api.util with parameters of type ConfigurationParameters Constructor and Description ConfigurationParameters(ConfigurationParameters parameters)Constructs a map of configuration parameters toObjectvalues.
-