Interface ComponentResource
public interface ComponentResource
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Method Summary
Modifier and TypeMethodDescriptiongetSubcomponentConfig
(String subtype) List of subcomponent types that are available to configure for a particular parent component.void
remove()
void
-
Method Details
-
toRepresentation
-
update
-
remove
@DELETE void remove() -
getSubcomponentConfig
@GET @Path("sub-component-types") @Produces("application/json") List<ComponentTypeRepresentation> getSubcomponentConfig(@QueryParam("type") String subtype) List of subcomponent types that are available to configure for a particular parent component.- Parameters:
subtype
- fully qualified name of the java class of the provider, which is subtype of this component- Returns:
-