Package cn.vertxup.rbac.service.view
Interface PersonalStub
-
- All Known Implementing Classes:
PersonalService
public interface PersonalStub- Author:
- Lang
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.vertx.core.Future<SView>byId(String key)io.vertx.core.Future<List<SView>>byUser(String resourceId, String ownerId, String location)io.vertx.core.Future<SView>create(io.vertx.core.json.JsonObject data)io.vertx.core.Future<Boolean>delete(Set<String> keys)io.vertx.core.Future<SView>update(String key, io.vertx.core.json.JsonObject data)
-