|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Folder | |
com.filenet.Panagon | This package contains the ObjectFactory class for creating new objects, and interfaces that define system and custom properties as fields. |
com.filenet.wcm.api | This package contains the classes and interfaces you can use to build Java-based applications that provide access to Content Services objects such as ObjectStore, Folder, and Document. |
Uses of Folder in com.filenet.Panagon |
Subinterfaces of Folder in com.filenet.Panagon | |
interface |
Folder
A Folder object represents a container that can hold other
objects. |
Uses of Folder in com.filenet.wcm.api |
Methods in com.filenet.wcm.api that return Folder | |
Folder |
ObjectStore.getRootFolder()
Returns a reference to the root folder of an object store on the Content Services server. |
Folder |
Folder.getParentFolder()
Returns a reference to the parent folder of this Folder object.
|
Folder |
Folder.addSubFolder(java.lang.String folderName,
java.lang.String folderClass,
Properties folderProps,
Permissions folderACLs)
Creates a folder as a subfolder of this Folder object. |
Folder |
Folder.addSubFolder(java.lang.String folderName,
Properties folderProps,
Permissions folderACLs)
Creates a subfolder of this Folder object. |
Folder |
ContainableObject.getSecurityParent()
Not Implemented in CS Java Connector v3.0. |
Methods in com.filenet.wcm.api with parameters of type Folder | |
ContainableObject |
ObjectStore.createAndFileObject(java.lang.String classId,
Properties props,
Permissions acls,
Folder folder)
Not Implemented in CS Java Connector v3.0. |
void |
Folder.move(Folder destinationParent)
Moves this Folder object and all of its sub-folders and contents
from its current parent folder to the parent folder specified by the
destinationFolder parameter. |
java.lang.String |
ContainableObject.file(Folder destinationFolder,
boolean resolveUniqueness)
Files this ContainableObject object into the specified folder.
|
java.lang.String |
ContainableObject.file(Folder destinationFolder,
boolean resolveUniqueness,
java.lang.String containmentName)
Files this ContainableObject object into the specified folder.
|
void |
ContainableObject.unfile(Folder removeFolder)
Removes this ContainableObject object
from the specified folder.
|
void |
ContainableObject.unfile(Folder removeFolder,
java.lang.String targetContainmentName)
Removes this ContainableObject object
from the specified folder.
|
void |
ContainableObject.setContainmentName(Folder folder,
java.lang.String containmentName)
Not Implemented in CS Java Connector v3.0. |
void |
ContainableObject.setContainmentName(Folder folder,
java.lang.String containmentName,
java.lang.String targetContainmentName)
Not Implemented in CS Java Connector v3.0. |
java.lang.String[] |
ContainableObject.getContainmentNames(Folder folder)
Not Implemented in CS Java Connector v3.0. |
void |
ContainableObject.setSecurityParent(Folder folder)
Not Implemented in CS Java Connector v3.0. |
|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |