Class EventTreeResource
java.lang.Object
ch.tocco.nice2.rest.core.spi.AbstractRestResource
ch.tocco.nice2.optional.event.impl.actions.eventtree.EventTreeResource
- All Implemented Interfaces:
RestResource
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResource
uriInfo
-
Constructor Summary
ConstructorsConstructorDescriptionEventTreeResource
(EventRelationshipTraverser eventRelationshipTraverser, Context context) -
Method Summary
Methods inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResource
getPathParameter, setUriInfo, tryGetInt
-
Constructor Details
-
EventTreeResource
-
-
Method Details
-
loadInput
@GET @Produces("application/json") public EventTreeResource.EventTree loadInput(@PathParam("parentKey") String parentKey)
-