Uses of Class
org.apache.sling.feature.cpconverter.shared.RepoPath
-
Packages that use RepoPath Package Description org.apache.sling.feature.cpconverter.accesscontrol Small utility set to handle System Users and related ACL policies.org.apache.sling.feature.cpconverter.repoinit.createpath org.apache.sling.feature.cpconverter.shared Shared common utilities across converter packages. -
-
Uses of RepoPath in org.apache.sling.feature.cpconverter.accesscontrol
Methods in org.apache.sling.feature.cpconverter.accesscontrol that return RepoPath Modifier and Type Method Description @NotNull RepoPathAccessControlEntry. getRepositoryPath()Methods in org.apache.sling.feature.cpconverter.accesscontrol with parameters of type RepoPath Modifier and Type Method Description protected @Nullable org.apache.sling.repoinit.parser.operations.CreatePathDefaultAclManager. getCreatePath(@NotNull RepoPath path, @NotNull List<VaultPackageAssembler> packageAssemblers)Constructors in org.apache.sling.feature.cpconverter.accesscontrol with parameters of type RepoPath Constructor Description AccessControlEntry(boolean isAllow, @NotNull List<String> privileges, @NotNull RepoPath repositoryPath)AccessControlEntry(boolean isAllow, @NotNull List<String> privileges, @NotNull RepoPath repositoryPath, boolean isPrincipalBased)Group(@NotNull String id, @NotNull RepoPath path, @NotNull RepoPath intermediatePath)SystemUser(@NotNull String id, @NotNull RepoPath path, @NotNull RepoPath intermediatePath)SystemUser(@NotNull String id, @NotNull RepoPath path, @NotNull RepoPath intermediatePath, @Nullable String disabledReason)User(@NotNull String id, @NotNull RepoPath path, @NotNull RepoPath intermediatePath)User(@NotNull String id, @NotNull RepoPath path, @NotNull RepoPath intermediatePath, @Nullable String disabledReason) -
Uses of RepoPath in org.apache.sling.feature.cpconverter.repoinit.createpath
Methods in org.apache.sling.feature.cpconverter.repoinit.createpath with parameters of type RepoPath Modifier and Type Method Description static booleanCreatePathSegmentProcessor. processSegments(@NotNull RepoPath path, @NotNull Collection<VaultPackageAssembler> packageAssemblers, @NotNull org.apache.sling.repoinit.parser.operations.CreatePath cp)Process segments of a repopath to createpath, checking packageassemblers for existing primaryType definitions. -
Uses of RepoPath in org.apache.sling.feature.cpconverter.shared
Methods in org.apache.sling.feature.cpconverter.shared that return RepoPath Modifier and Type Method Description @Nullable RepoPathRepoPath. getParent()Get the parent path of the current path.Methods in org.apache.sling.feature.cpconverter.shared with parameters of type RepoPath Modifier and Type Method Description intRepoPath. compareTo(@NotNull RepoPath o)booleanRepoPath. startsWith(@Nullable RepoPath otherPath)Check is this path starts with the other path.
-