Interface AnyRepoExt<A extends Any>
- All Known Subinterfaces:
AnyObjectRepo,AnyObjectRepoExt,GroupRepo,GroupRepoExt,UserRepo,UserRepoExt
- All Known Implementing Classes:
AbstractAnyRepoExt,AnyObjectRepoExtImpl,GroupRepoExtImpl,UserRepoExtImpl
public interface AnyRepoExt<A extends Any>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddeleteById(String key) static StringescapeForLikeRegex(String input) <S extends Schema>
AllowedSchemas<S> findAllowedSchemas(A any, Class<S> reference) findByKeys(List<String> keys) findByResourcesContaining(ExternalResource resource) findDynRealms(String key) findLastChange(String key) static StringmembNode(AnyTypeKind anyTypeKind) static Stringnode(AnyTypeKind anyTypeKind) <S extends A>
Ssave(S any)
-
Field Details
-
REGEX_CHARS
- See Also:
-
-
Method Details
-
escapeForLikeRegex
-
node
-
membNode
-
findByKeys
-
findLastChange
-
authFind
-
findAllowedSchemas
-
findDynRealms
-
findAllResourceKeys
-
findByResourcesContaining
-
save
-
deleteById
-
delete
-