public interface ClassificationRestService
| Modifier and Type | Method and Description | 
|---|---|
javax.ws.rs.core.Response | 
classify(ClassificationRequestDTO classificationRequestDTO)  | 
javax.ws.rs.core.Response | 
deleteGroup(int groupId)  | 
javax.ws.rs.core.Response | 
deleteRule(int id)  | 
javax.ws.rs.core.Response | 
deleteRules(javax.ws.rs.core.UriInfo uriInfo)  | 
javax.ws.rs.core.Response | 
getGroup(int groupId,
        String format,
        String requestedFilename,
        String acceptHeader)  | 
javax.ws.rs.core.Response | 
getGroups(javax.ws.rs.core.UriInfo uriInfo)  | 
javax.ws.rs.core.Response | 
getProtocols()  | 
javax.ws.rs.core.Response | 
getRule(int id)  | 
javax.ws.rs.core.Response | 
getRules(javax.ws.rs.core.UriInfo uriInfo)  | 
javax.ws.rs.core.Response | 
importRules(int id,
           javax.ws.rs.core.UriInfo uriInfo,
           InputStream inputStream)  | 
javax.ws.rs.core.Response | 
saveGroup(GroupDTO groupDTO)  | 
javax.ws.rs.core.Response | 
saveRule(RuleDTO ruleDTO)  | 
javax.ws.rs.core.Response | 
updateGroup(int id,
           GroupDTO newValue)  | 
javax.ws.rs.core.Response | 
updateRule(int id,
          RuleDTO newValue)  | 
javax.ws.rs.core.Response getRules(@Context
                                   javax.ws.rs.core.UriInfo uriInfo)
javax.ws.rs.core.Response getRule(int id)
javax.ws.rs.core.Response saveRule(RuleDTO ruleDTO)
javax.ws.rs.core.Response deleteRules(@Context
                                      javax.ws.rs.core.UriInfo uriInfo)
javax.ws.rs.core.Response deleteRule(int id)
javax.ws.rs.core.Response updateRule(int id,
                                     RuleDTO newValue)
javax.ws.rs.core.Response classify(ClassificationRequestDTO classificationRequestDTO)
javax.ws.rs.core.Response getGroups(@Context
                                    javax.ws.rs.core.UriInfo uriInfo)
javax.ws.rs.core.Response getGroup(int groupId,
                                   String format,
                                   String requestedFilename,
                                   @HeaderParam(value="Accept")
                                   String acceptHeader)
javax.ws.rs.core.Response saveGroup(GroupDTO groupDTO)
javax.ws.rs.core.Response deleteGroup(int groupId)
javax.ws.rs.core.Response updateGroup(int id,
                                      GroupDTO newValue)
javax.ws.rs.core.Response importRules(int id,
                                      @Context
                                      javax.ws.rs.core.UriInfo uriInfo,
                                      InputStream inputStream)
javax.ws.rs.core.Response getProtocols()
Copyright © 2021. All rights reserved.