Given a Universal Resource Identity (URI), creates and returns a new Connection object. The Connection object represents a logical connection to a FileNet P8 domain. This method uses default connection parameters and is equivalent to calling GetConnection(uri, new ConfigurationParameters()), which is deprecated in FileNet P8 4.0.0.

Overload List

  Name Description
Public method Static GetConnection (String) Given a Universal Resource Identity (URI), creates and returns a new Connection object. The Connection object represents a logical connection to a FileNet P8 domain. This method uses default connection parameters and is equivalent to calling GetConnection(uri, new ConfigurationParameters()), which is deprecated in FileNet P8 4.0.0.
Public method Static GetConnection (String, ConfigurationParameters) Given a Universal Resource Identity (URI), and configuration parameters, creates and returns a new Connection object with a copy of the caller's parameters. Changes to the caller's parameters are not reflected in the new connection. The Connection object represents a logical connection to a FileNet P8 domain.

See Also