public interface ComponentResource
Modifier and Type | Method and Description |
---|---|
List<ComponentTypeRepresentation> |
getSubcomponentConfig(String subtype)
List of subcomponent types that are available to configure for a particular parent component.
|
void |
remove() |
ComponentRepresentation |
toRepresentation() |
void |
update(ComponentRepresentation rep) |
@GET ComponentRepresentation toRepresentation()
@PUT @Consumes(value="application/json") void update(ComponentRepresentation rep)
@DELETE void remove()
@GET @Path(value="sub-component-types") @Produces(value="application/json") List<ComponentTypeRepresentation> getSubcomponentConfig(@QueryParam(value="type") String subtype)
subtype
- fully qualified name of the java class of the provider, which is subtype of this componentCopyright © 2020 JBoss by Red Hat. All rights reserved.