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.meta |
Provides interfaces for holding immutable metadata for Content Engine classes (class descriptions) and properties (property descriptions).
|
com.filenet.api.util |
Provides utility classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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 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 Domain |
Factory.Domain.fetchInstance(Connection conn,
java.lang.String name,
PropertyFilter filter)
Retrieves an object of the
Domain class by the specified 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 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 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 EntireNetwork |
Factory.EntireNetwork.getInstance(Connection conn)
Retrieves an instance of the
EntireNetwork class. |
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 Domain |
Factory.Domain.getInstance(Connection conn,
java.lang.String name)
Retrieves an instance of the
Domain class by the specified 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. |
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 PageIterator |
Factory.PageIterator.resumeInstance(Connection conn,
byte[] checkpoint)
Creates a
PageIterator that is positioned before the same page
as the checkpoint. |
Modifier and Type | Method and Description |
---|---|
void |
MetadataCache.clear(Connection conn)
Removes all entries currently resident in the metadata cache.
|
Modifier and Type | Method and Description |
---|---|
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, 2015. All rights reserved.