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

Packages that use CustomObject
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.publishing Provides interfaces related to publishing. 
 

Uses of CustomObject in com.filenet.api.core
 

Methods in com.filenet.api.core that return CustomObject
static CustomObject Factory.CustomObject.createInstance(ObjectStore os, java.lang.String classId)
          Creates a new instance of the subclassable CustomObject class to be persisted in the specified object store.
static CustomObject Factory.CustomObject.createInstance(ObjectStore os, java.lang.String classId, Id id)
          Creates a new instance of the subclassable CustomObject class to be persisted in the specified object store.
static CustomObject Factory.CustomObject.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the CustomObject class by the specified object ID from the specified object store.
static CustomObject Factory.CustomObject.fetchInstance(ObjectStore os, java.lang.String path, PropertyFilter filter)
          Retrieves a CustomObject object using the specified path from the specified object store.
static CustomObject Factory.CustomObject.getInstance(ObjectStore os, java.lang.String className, Id objectId)
          Constructs an instance of the subclassable CustomObject class from the specified object store.
static CustomObject Factory.CustomObject.getInstance(ObjectStore os, java.lang.String className, java.lang.String path)
          Retrieves an instance of this class from the specified object store using the supplied path.
 

Uses of CustomObject in com.filenet.api.publishing
 

Subinterfaces of CustomObject in com.filenet.api.publishing
 interface PublishStyleTemplate
          Represents the style template that defines how a source document will be transformed.
 



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