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

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

Methods in com.filenet.api.core that return Folder
static Folder Factory.Folder.createInstance(ObjectStore os, java.lang.String classId)
          Creates a new instance of the subclassable Folder class to be persisted in the specified object store.
static Folder Factory.Folder.createInstance(ObjectStore os, java.lang.String classId, Id id)
          Creates a new instance of the subclassable Folder class to be persisted in the specified object store.
 Folder Folder.createSubFolder(java.lang.String name)
          Creates a directly-contained subfolder of this folder.
static Folder Factory.Folder.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the Folder class by the specified object ID from the specified object store.
static Folder Factory.Folder.fetchInstance(ObjectStore os, java.lang.String path, PropertyFilter filter)
          Retrieves an object of the Folder class based on the specified path, and from the specified object store.
 Folder Folder.get_Parent()
          Returns the value of the Parent property.
 Folder Document.get_PublishingSubsidiaryFolder()
          Returns the value of the PublishingSubsidiaryFolder property.
 Folder ObjectStore.get_RootFolder()
          Returns the value of the RootFolder property.
 Folder CustomObject.get_SecurityFolder()
          Returns the value of the SecurityFolder property.
 Folder Versionable.get_SecurityFolder()
          Returns the value of the SecurityFolder property.
static Folder Factory.Folder.getInstance(ObjectStore os, java.lang.String className, Id objectId)
          Constructs an instance of the subclassable Folder class from the specified object store.
static Folder Factory.Folder.getInstance(ObjectStore os, java.lang.String className, java.lang.String path)
          Retrieves the instance of the Folder class based on the specified pathname, and from the specified object store.
 

Methods in com.filenet.api.core with parameters of type Folder
 void Folder.move(Folder targetFolder)
          Moves this folder and all of its subfolders and contents from its current parent folder to the target parent folder specified.
 void Folder.set_Parent(Folder value)
          Sets the value of the Parent property.
 void Document.set_PublishingSubsidiaryFolder(Folder value)
          Sets the value of the PublishingSubsidiaryFolder property.
 void CustomObject.set_SecurityFolder(Folder value)
          Sets the value of the SecurityFolder property.
 void Versionable.set_SecurityFolder(Folder value)
          Sets the value of the SecurityFolder property.
 

Uses of Folder in com.filenet.api.publishing
 

Methods in com.filenet.api.publishing that return Folder
 Folder PublishRequest.get_OutputFolder()
          Returns the value of the OutputFolder property.
 



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