Uses of Class
org.irods.irods4j.high_level.vfs.EntityPermission
Packages that use EntityPermission
-
Uses of EntityPermission in org.irods.irods4j.high_level.vfs
Methods in org.irods.irods4j.high_level.vfs that return types with arguments of type EntityPermissionModifier and TypeMethodDescriptionObjectStatus.getPermissions()Returns the list of permissions for the filesystem object.Method parameters in org.irods.irods4j.high_level.vfs with type arguments of type EntityPermissionModifier and TypeMethodDescriptionvoidObjectStatus.setPermissions(List<EntityPermission> perms) Sets the permissions of thisObjectStatusinstance.Constructor parameters in org.irods.irods4j.high_level.vfs with type arguments of type EntityPermissionModifierConstructorDescriptionObjectStatus(ObjectStatus.ObjectType type, List<EntityPermission> perms) Initializes anObjectStatusinstance with a specific type and permission list.