Class LabelEndpointImpl
- java.lang.Object
-
- org.jboss.windup.web.services.rest.LabelEndpointImpl
-
- All Implemented Interfaces:
LabelEndpoint
public class LabelEndpointImpl extends Object implements LabelEndpoint
- Author:
- Carlos Feria
-
-
Constructor Summary
Constructors Constructor Description LabelEndpointImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleteLabelProvider(Long labelsPathID)List<LabelProviderEntity>getAllProviders()Returns a list of data about all of the providers and labels that are registered within the system.List<LabelProviderEntity>getByLabelsPath(Long labelsPathID)BooleanisLabelsPathUsed(Long labelsPathID)LabelsPathuploadLabelProvider(org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataInput data)Uploads new LabelProviderLabelsPathuploadLabelProviderByProject(Long projectId, org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataInput data)Uploads new LabelProvider
-
-
-
Method Detail
-
getAllProviders
public List<LabelProviderEntity> getAllProviders()
Description copied from interface:LabelEndpointReturns a list of data about all of the providers and labels that are registered within the system.- Specified by:
getAllProvidersin interfaceLabelEndpoint
-
getByLabelsPath
public List<LabelProviderEntity> getByLabelsPath(Long labelsPathID)
- Specified by:
getByLabelsPathin interfaceLabelEndpoint
-
uploadLabelProvider
public LabelsPath uploadLabelProvider(org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataInput data)
Description copied from interface:LabelEndpointUploads new LabelProvider- Specified by:
uploadLabelProviderin interfaceLabelEndpoint
-
uploadLabelProviderByProject
public LabelsPath uploadLabelProviderByProject(Long projectId, org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataInput data)
Description copied from interface:LabelEndpointUploads new LabelProvider- Specified by:
uploadLabelProviderByProjectin interfaceLabelEndpoint
-
deleteLabelProvider
public void deleteLabelProvider(Long labelsPathID)
- Specified by:
deleteLabelProviderin interfaceLabelEndpoint
-
isLabelsPathUsed
public Boolean isLabelsPathUsed(Long labelsPathID)
- Specified by:
isLabelsPathUsedin interfaceLabelEndpoint
-
-