public class TaskResourceImpl extends Object implements org.apache.cxf.dosgi.samples.rest.TaskResource, org.apache.cxf.dosgi.common.api.IntentsProvider
| Constructor and Description |
|---|
TaskResourceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOrUpdate(org.apache.cxf.dosgi.samples.rest.Task task) |
void |
delete(Integer id) |
org.apache.cxf.dosgi.samples.rest.Task |
get(Integer id) |
org.apache.cxf.dosgi.samples.rest.Task[] |
getAll() |
List<?> |
getIntents() |
public org.apache.cxf.dosgi.samples.rest.Task get(Integer id)
get in interface org.apache.cxf.dosgi.samples.rest.TaskResourcepublic void addOrUpdate(org.apache.cxf.dosgi.samples.rest.Task task)
addOrUpdate in interface org.apache.cxf.dosgi.samples.rest.TaskResourcepublic org.apache.cxf.dosgi.samples.rest.Task[] getAll()
getAll in interface org.apache.cxf.dosgi.samples.rest.TaskResourcepublic void delete(Integer id)
delete in interface org.apache.cxf.dosgi.samples.rest.TaskResourcepublic List<?> getIntents()
getIntents in interface org.apache.cxf.dosgi.common.api.IntentsProviderCopyright © 2008–2017 The Apache Software Foundation. All rights reserved.