Uses of Interface
com.filenet.api.core.Connection

Packages that use Connection
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 Connection in com.filenet.api.core
 

Methods in com.filenet.api.core that return Connection
 Connection EngineObject.getConnection()
          Returns a Connection object that represents a logical connection to the FileNet P8 domain.
static Connection Factory.Connection.getConnection(java.lang.String uri)
          Given a URI, creates and returns a new Connection object.
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.
 

Methods in com.filenet.api.core with parameters of type Connection
static RealmSet Factory.Realm.fetchAll(Connection connection, PropertyFilter filter)
          Returns all realms available in the domain.
static User Factory.User.fetchCurrent(Connection connection, PropertyFilter filter)
          Returns the current user.
static Realm Factory.Realm.fetchCurrent(Connection connection, PropertyFilter filter)
          Returns the realm for the current user.
static EntireNetwork Factory.EntireNetwork.fetchInstance(Connection conn, PropertyFilter filter)
          Retrieves an object of the EntireNetwork class.
static Group Factory.Group.fetchInstance(Connection connection, java.lang.String name, PropertyFilter filter)
          Retrieves an object of the Group class by the specified connection and symbolic name.
static Domain Factory.Domain.fetchInstance(Connection conn, java.lang.String name, PropertyFilter filter)
          Retrieves an object of the Domain class by the specified symbolic name.
static User Factory.User.fetchInstance(Connection connection, java.lang.String name, PropertyFilter filter)
          Retrieves an object of the User class by the specified connection and symbolic name.
static SecurityPrincipal Factory.SecurityPrincipal.fetchInstance(Connection connection, java.lang.String name, PropertyFilter filter)
          Retrieves an object of the SecurityPrincipal class by the specified connection and symbolic name.
static Realm Factory.Realm.fetchInstance(Connection connection, java.lang.String name, PropertyFilter filter)
          Retrieves an object of the Realm class by the specified connection and symbolic name.
static EntireNetwork Factory.EntireNetwork.getInstance(Connection conn)
          Retrieves an instance of the EntireNetwork class.
static Group Factory.Group.getInstance(Connection connection, java.lang.String name)
          Retrieves an instance of the Group class by the specified connection and symbolic name.
static Domain Factory.Domain.getInstance(Connection conn, java.lang.String name)
          Retrieves an instance of the Domain class by the specified symbolic name.
static User Factory.User.getInstance(Connection connection, java.lang.String name)
          Retrieves an instance of the User class by the specified connection and symbolic name.
static Realm Factory.Realm.getInstance(Connection connection, java.lang.String name)
          Constructs an instance of the Realm class by the specified connection and symbolic name.
 

Uses of Connection in com.filenet.api.util
 

Methods in com.filenet.api.util with parameters of type Connection
static javax.security.auth.Subject UserContext.createSubject(Connection conn, java.lang.String user, java.lang.String password, java.lang.String optionalJAASStanzaName)
          Uses standard JAAS calls to authenticate with the application server and return a JAAS Subject object.
 



© Copyright IBM Corporation 2006, 2009. All rights reserved.