@RestController public class CommonController extends Object
| Constructor and Description |
|---|
CommonController() |
| Modifier and Type | Method and Description |
|---|---|
UIList<UIObject> |
getAllNetworkInterfaces(UUID projectUuid) |
List<? extends UIObject> |
getObjectsByFilteredName(String name,
String entityType,
BigInteger projectId,
UUID projectUuid) |
@Transactional(readOnly=true)
@PreAuthorize(value="@entityAccess.checkAccess(#projectUuid, \"READ\")")
@RequestMapping(value="/common/ni",
method=GET)
public UIList<UIObject> getAllNetworkInterfaces(@RequestParam(value="projectUuid")
UUID projectUuid)
@Transactional(readOnly=true)
@PreAuthorize(value="@entityAccess.checkAccess(#projectUuid, \"READ\")")
@RequestMapping(value="/common/filtered",
method=GET)
public List<? extends UIObject> getObjectsByFilteredName(@RequestParam(value="name")
String name,
@RequestParam(value="entityType")
String entityType,
@RequestParam(value="projectId")
BigInteger projectId,
@RequestParam(value="projectUuid")
UUID projectUuid)
Copyright © 2025. All rights reserved.