public interface ComponentsResource
Modifier and Type | Method and Description |
---|---|
Response |
add(ComponentRepresentation rep) |
ComponentResource |
component(String id) |
List<ComponentRepresentation> |
query() |
List<ComponentRepresentation> |
query(String parent) |
List<ComponentRepresentation> |
query(String parent,
String type) |
List<ComponentRepresentation> |
query(String parent,
String type,
String name) |
List<ComponentRepresentation> query()
List<ComponentRepresentation> query(String parent)
List<ComponentRepresentation> query(String parent, String type)
List<ComponentRepresentation> query(String parent, String type, String name)
Response add(ComponentRepresentation rep)
ComponentResource component(String id)
Copyright © 2019 JBoss by Red Hat. All rights reserved.