Uses of Interface
com.documentum.fc.client.IDfFolder
Packages that use IDfFolder
-
Uses of IDfFolder in com.documentum.fc.client
Methods in com.documentum.fc.client that return IDfFolderModifier and TypeMethodDescriptionIDfSession.getFolderByPath(String folderPath) Returns a folder object.IDfSession.getFolderBySpecification(String folderSpec) Returns the folder matching the folder specification or null if the folder can not be found. -
Uses of IDfFolder in com.documentum.fc.client.dcis.embd
Methods in com.documentum.fc.client.dcis.embd with parameters of type IDfFolderModifier and TypeMethodDescriptionvoidIDfEmbeddingHandler.addCriteria(IDfFolder folder, String constraint) FUTURE SCOPE: This will add criteria for filtering documents inside the folder.voidIDfEmbeddingHandler.disableEmbeddingForAFolder(IDfFolder folder) voidIDfEmbeddingHandler.enableEmbeddingForAFolder(IDfFolder folder) This will set embedding enabled flag on a folder object.IDfEmbeddingHandler.getEmbeddingStatus(IDfFolder folder) This will return the status on whether all documents inside folder are embedded to CSAI serviceMethod parameters in com.documentum.fc.client.dcis.embd with type arguments of type IDfFolderModifier and TypeMethodDescriptionvoidIDfEmbeddingHandler.enableEmbeddingForFolders(List<IDfFolder> folderList) This will set embedding enabled flag on a list of folder objects.