Uses of Enum
org.irods.irods4j.high_level.vfs.ObjectStatus.ObjectType
Packages that use ObjectStatus.ObjectType
-
Uses of ObjectStatus.ObjectType in org.irods.irods4j.high_level.vfs
Methods in org.irods.irods4j.high_level.vfs that return ObjectStatus.ObjectTypeModifier and TypeMethodDescriptionObjectStatus.getType()Returns the type of the filesystem object.static ObjectStatus.ObjectTypeReturns the enum constant of this type with the specified name.static ObjectStatus.ObjectType[]ObjectStatus.ObjectType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.irods.irods4j.high_level.vfs with parameters of type ObjectStatus.ObjectTypeModifier and TypeMethodDescriptionvoidObjectStatus.setType(ObjectStatus.ObjectType type) Sets the object type of thisObjectStatusinstance.Constructors in org.irods.irods4j.high_level.vfs with parameters of type ObjectStatus.ObjectTypeModifierConstructorDescriptionObjectStatus(ObjectStatus.ObjectType type, List<EntityPermission> perms) Initializes anObjectStatusinstance with a specific type and permission list.