| Package | Description |
|---|---|
| cn.vertxup.rbac.domain.tables.daos | |
| cn.vertxup.rbac.domain.tables.pojos | |
| cn.vertxup.rbac.service.accredit | |
| io.vertx.tp.rbac.refine |
| Modifier and Type | Method and Description |
|---|---|
SResource |
SResourceDao.fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
| Modifier and Type | Method and Description |
|---|---|
List<SResource> |
SResourceDao.fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<SResource>> |
SResourceDao.fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<SResource> |
SResourceDao.fetchByCategory(String... values)
Fetch records that have
CATEGORY IN (values) |
CompletableFuture<List<SResource>> |
SResourceDao.fetchByCategoryAsync(List<String> values)
Fetch records that have
CATEGORY IN (values) asynchronously |
List<SResource> |
SResourceDao.fetchByCode(String... values)
Fetch records that have
CODE IN (values) |
CompletableFuture<List<SResource>> |
SResourceDao.fetchByCodeAsync(List<String> values)
Fetch records that have
CODE IN (values) asynchronously |
List<SResource> |
SResourceDao.fetchByComment(String... values)
Fetch records that have
COMMENT IN (values) |
CompletableFuture<List<SResource>> |
SResourceDao.fetchByCommentAsync(List<String> values)
Fetch records that have
COMMENT IN (values) asynchronously |
List<SResource> |
SResourceDao.fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<SResource>> |
SResourceDao.fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<SResource> |
SResourceDao.fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<SResource>> |
SResourceDao.fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<SResource> |
SResourceDao.fetchByIdentifier(String... values)
Fetch records that have
IDENTIFIER IN (values) |
CompletableFuture<List<SResource>> |
SResourceDao.fetchByIdentifierAsync(List<String> values)
Fetch records that have
IDENTIFIER IN (values) asynchronously |
List<SResource> |
SResourceDao.fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<SResource>> |
SResourceDao.fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<SResource> |
SResourceDao.fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<SResource>> |
SResourceDao.fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<SResource> |
SResourceDao.fetchByLevel(Integer... values)
Fetch records that have
LEVEL IN (values) |
CompletableFuture<List<SResource>> |
SResourceDao.fetchByLevelAsync(List<Integer> values)
Fetch records that have
LEVEL IN (values) asynchronously |
List<SResource> |
SResourceDao.fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<SResource>> |
SResourceDao.fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<SResource> |
SResourceDao.fetchByModeGroup(String... values)
Fetch records that have
MODE_GROUP IN (values) |
CompletableFuture<List<SResource>> |
SResourceDao.fetchByModeGroupAsync(List<String> values)
Fetch records that have
MODE_GROUP IN (values) asynchronously |
List<SResource> |
SResourceDao.fetchByModeRole(String... values)
Fetch records that have
MODE_ROLE IN (values) |
CompletableFuture<List<SResource>> |
SResourceDao.fetchByModeRoleAsync(List<String> values)
Fetch records that have
MODE_ROLE IN (values) asynchronously |
List<SResource> |
SResourceDao.fetchByModeTree(String... values)
Fetch records that have
MODE_TREE IN (values) |
CompletableFuture<List<SResource>> |
SResourceDao.fetchByModeTreeAsync(List<String> values)
Fetch records that have
MODE_TREE IN (values) asynchronously |
List<SResource> |
SResourceDao.fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<SResource>> |
SResourceDao.fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<SResource> |
SResourceDao.fetchBySeekComponent(String... values)
Fetch records that have
SEEK_COMPONENT IN (values) |
CompletableFuture<List<SResource>> |
SResourceDao.fetchBySeekComponentAsync(List<String> values)
Fetch records that have
SEEK_COMPONENT IN (values) asynchronously |
List<SResource> |
SResourceDao.fetchBySeekConfig(String... values)
Fetch records that have
SEEK_CONFIG IN (values) |
CompletableFuture<List<SResource>> |
SResourceDao.fetchBySeekConfigAsync(List<String> values)
Fetch records that have
SEEK_CONFIG IN (values) asynchronously |
List<SResource> |
SResourceDao.fetchBySeekSyntax(String... values)
Fetch records that have
SEEK_SYNTAX IN (values) |
CompletableFuture<List<SResource>> |
SResourceDao.fetchBySeekSyntaxAsync(List<String> values)
Fetch records that have
SEEK_SYNTAX IN (values) asynchronously |
List<SResource> |
SResourceDao.fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<SResource>> |
SResourceDao.fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<SResource> |
SResourceDao.fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<SResource>> |
SResourceDao.fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE IN (values) asynchronously |
List<SResource> |
SResourceDao.fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<SResource>> |
SResourceDao.fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<SResource> |
SResourceDao.fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<SResource>> |
SResourceDao.fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
List<SResource> |
SResourceDao.fetchByVirtual(Boolean... values)
Fetch records that have
VIRTUAL IN (values) |
CompletableFuture<List<SResource>> |
SResourceDao.fetchByVirtualAsync(List<Boolean> values)
Fetch records that have
VIRTUAL IN (values) asynchronously |
CompletableFuture<SResource> |
SResourceDao.fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
| Modifier and Type | Method and Description |
|---|---|
protected String |
SResourceDao.getId(SResource object) |
| Constructor and Description |
|---|
SResource(SResource value) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<SResource> |
ActionService.fetchResource(String key) |
io.vertx.core.Future<SResource> |
ActionStub.fetchResource(String key) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<io.vertx.up.commune.secure.DataBound> |
MatrixService.fetchBound(ScRequest request,
SResource resource) |
io.vertx.core.Future<io.vertx.up.commune.secure.DataBound> |
MatrixStub.fetchBound(ScRequest request,
SResource resource) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Sc.generateProfileKey(SResource resource) |
Copyright © 2021. All rights reserved.