public interface ResourceService
Modifier and Type | Method and Description |
---|---|
boolean |
doAction(String deploymentId,
String resourceId,
String action,
OidcTokenId requestedWithToken) |
Resource |
getResource(String uuid,
String deploymentId) |
org.springframework.data.domain.Page<Resource> |
getResources(String deploymentId,
org.springframework.data.domain.Pageable pageable) |
List<Resource> |
getResources(String deploymentId,
String type) |
Copyright © 2015–2023 I.N.F.N.. All rights reserved.