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.publishing |
Provides interfaces related to publishing.
|
com.filenet.api.query |
Provides classes related to constructing and performing Content Engine searches.
|
Modifier and Type | Method and Description |
---|---|
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 |
Versionable.get_SecurityFolder()
Returns the value of the SecurityFolder property.
|
Folder |
CustomObject.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. |
Modifier and Type | Method and Description |
---|---|
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 |
Versionable.set_SecurityFolder(Folder value)
Sets the value of the SecurityFolder property.
|
void |
CustomObject.set_SecurityFolder(Folder value)
Sets the value of the SecurityFolder property.
|
Modifier and Type | Method and Description |
---|---|
Folder |
PublishRequest.get_OutputFolder()
Returns the value of the OutputFolder property.
|
Modifier and Type | Method and Description |
---|---|
Folder |
SearchTemplateFolder.getFolder()
Retrieves the folder to be available at runtime.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchTemplateFolder.setFolder(Folder folder)
Specifies a folder to be available at runtime.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.