@RestController @RequestMapping(value="/appcatalog/right") public class AppCatalogRightController extends Object
| Constructor and Description |
|---|
AppCatalogRightController() |
| Modifier and Type | Method and Description |
|---|---|
com.geoway.adf.dms.common.web.Response<CatalogRightResult> |
getRight(String roleId) |
com.geoway.adf.dms.common.web.Response<Boolean> |
hasRight(String roleId,
String nodeId,
boolean isNode) |
com.geoway.adf.dms.common.web.Response<CatalogRightResult> |
setRight(String roleId,
String catalogIds,
String nodeIds) |
@GetMapping public com.geoway.adf.dms.common.web.Response<CatalogRightResult> getRight(@RequestParam(required=false) String roleId)
@GetMapping(value="check") public com.geoway.adf.dms.common.web.Response<Boolean> hasRight(@RequestParam(required=false) String roleId, @RequestParam String nodeId, @RequestParam(required=false) boolean isNode)
@PostMapping public com.geoway.adf.dms.common.web.Response<CatalogRightResult> setRight(@RequestParam String roleId, @RequestParam(required=false,defaultValue="") String catalogIds, @RequestParam(required=false,defaultValue="") String nodeIds)
Copyright © 2025. All rights reserved.