public interface ResourcesResource
Modifier and Type | Method and Description |
---|---|
Response |
create(ResourceRepresentation resource) |
List<ResourceRepresentation> |
find(String name,
String uri,
String owner,
String type,
String scope,
Integer firstResult,
Integer maxResult) |
List<ResourceRepresentation> |
findByName(String name) |
List<ResourceRepresentation> |
findByName(String name,
String owner) |
ResourceResource |
resource(String id) |
List<ResourceRepresentation> |
resources() |
Response create(ResourceRepresentation resource)
ResourceResource resource(String id)
List<ResourceRepresentation> find(String name, String uri, String owner, String type, String scope, Integer firstResult, Integer maxResult)
List<ResourceRepresentation> findByName(String name)
List<ResourceRepresentation> findByName(String name, String owner)
List<ResourceRepresentation> resources()
Copyright © 2019 JBoss by Red Hat. All rights reserved.