Uses of Enum Class
org.alfresco.service.cmr.model.FileFolderServiceType
Packages that use FileFolderServiceType
Package
Description
The Alfesco filesystem to repository translation layer
FileFolderService
-
Uses of FileFolderServiceType in org.alfresco.filesys.repo
Methods in org.alfresco.filesys.repo that return FileFolderServiceTypeModifier and TypeMethodDescriptionfinal FileFolderServiceTypeNodeEvent.getFileType()Return the node file/folder typeConstructors in org.alfresco.filesys.repo with parameters of type FileFolderServiceTypeModifierConstructorDescriptionCreateNodeEvent(FileFolderServiceType fType, NodeRef nodeRef, String relPath, String name) Class constructorDeleteNodeEvent(FileFolderServiceType fType, NodeRef nodeRef, String path) Class constructorLockNodeEvent(FileFolderServiceType fType, NodeRef nodeRef, String relPath, String name, String lockBefore, String lockAfter) Class constructorMoveNodeEvent(FileFolderServiceType fType, NodeRef nodeRef, String fromPath, String toPath) Class constructorprotectedNodeEvent(FileFolderServiceType fType, NodeRef nodeRef) Class constructor -
Uses of FileFolderServiceType in org.alfresco.repo.model.filefolder
Methods in org.alfresco.repo.model.filefolder that return FileFolderServiceTypeModifier and TypeMethodDescription -
Uses of FileFolderServiceType in org.alfresco.repo.model.filefolder.traitextender
Methods in org.alfresco.repo.model.filefolder.traitextender that return FileFolderServiceTypeModifier and TypeMethodDescription -
Uses of FileFolderServiceType in org.alfresco.service.cmr.model
Methods in org.alfresco.service.cmr.model that return FileFolderServiceTypeModifier and TypeMethodDescriptionChecks the type for whether it is a recognised file or folder type or is invalid for the FileFolderService.static FileFolderServiceTypeReturns the enum constant of this class with the specified name.static FileFolderServiceType[]FileFolderServiceType.values()Returns an array containing the constants of this enum class, in the order they are declared.