Uses of Enum Class
org.irods.irods4j.high_level.vfs.Permission
Packages that use Permission
-
Uses of Permission in org.irods.irods4j.high_level.vfs
Methods in org.irods.irods4j.high_level.vfs that return PermissionModifier and TypeMethodDescriptionEntityPermission.getPermission()static PermissionReturns the enum constant of this class with the specified name.static Permission[]Permission.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.irods.irods4j.high_level.vfs with parameters of type PermissionModifier and TypeMethodDescriptionstatic voidIRODSFilesystem.permissions(AdminTag adminTag, IRODSApi.RcComm comm, String path, String userOrGroup, Permission prms) static voidIRODSFilesystem.permissions(IRODSApi.RcComm comm, String path, String userOrGroup, Permission prms)