Uses of Class
org.alfresco.service.cmr.model.FileFolderUtil.PathElementDetails
-
Packages that use FileFolderUtil.PathElementDetails Package Description org.alfresco.service.cmr.model FileFolderService -
-
Uses of FileFolderUtil.PathElementDetails in org.alfresco.service.cmr.model
Method parameters in org.alfresco.service.cmr.model with type arguments of type FileFolderUtil.PathElementDetails Modifier and Type Method Description static FileInfoFileFolderUtil. makeFolders(FileFolderService service, NodeService nodeService, NodeRef parentNodeRef, List<FileFolderUtil.PathElementDetails> pathElementDetails, QName folderTypeQName, BehaviourFilter behaviourFilter, Set<QName> parentBehavioursToDisable)Checks for the presence of, and creates as necessary, the folder structure in the provided paths with the following options: Option to disable parent behaviour(s) when creating sub-folder. Each folder has the option to have its own set of aspectsstatic FileInfoFileFolderUtil. makeFolders(FileFolderService service, NodeService nodeService, NodeRef parentNodeRef, List<FileFolderUtil.PathElementDetails> pathElementDetails, QName folderTypeQName, BehaviourFilter behaviourFilter, Set<QName> parentBehavioursToDisable, Set<NodeRef> allFoldersRefsInThePath)Checks for the presence of, and creates as necessary, the folder structure in the provided paths with the following options: Option to disable parent behaviour(s) when creating sub-folder. Each folder has the option to have its own set of aspects
-