Uses of Class
org.apache.jackrabbit.vault.fs.api.AccessType
-
Packages that use AccessType Package Description org.apache.jackrabbit.vault.fs.api org.apache.jackrabbit.vault.fs.impl -
-
Uses of AccessType in org.apache.jackrabbit.vault.fs.api
Methods in org.apache.jackrabbit.vault.fs.api that return AccessType Modifier and Type Method Description AccessTypeArtifact. getPreferredAccess()Returns the preferred access value for this artifact.static AccessTypeAccessType. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessType[]AccessType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AccessType in org.apache.jackrabbit.vault.fs.impl
Methods in org.apache.jackrabbit.vault.fs.impl that return AccessType Modifier and Type Method Description AccessTypeDirectoryArtifact. getPreferredAccess()Returns the preferred access value for this artifact.AccessTypeHintArtifact. getPreferredAccess()Returns the preferred access value for this artifact.AccessTypePropertyValueArtifact. getPreferredAccess()Returns the preferred access value for this artifact.AccessTypeSerializerArtifact. getPreferredAccess()Returns the preferred access value for this artifact.
-