Uses of Class
com.aquima.web.rest.v1.resource.NullableLong
Packages that use NullableLong
Package
Description
-
Uses of NullableLong in com.aquima.web.rest.v1.resource
Methods in com.aquima.web.rest.v1.resource with parameters of type NullableLong -
Uses of NullableLong in com.aquima.web.rest.v1.resource.impl
Methods in com.aquima.web.rest.v1.resource.impl that return NullableLongMethods in com.aquima.web.rest.v1.resource.impl with parameters of type NullableLongModifier and TypeMethodDescriptionvoid
CaseEvent.setCaseId
(NullableLong caseId) Sets the id of the case where this event was triggered. -
Uses of NullableLong in com.aquima.web.rest.v1.serializer
Methods in com.aquima.web.rest.v1.serializer that return NullableLongModifier and TypeMethodDescriptionJsonNullableLongDeserializer.deserialize
(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) Methods in com.aquima.web.rest.v1.serializer with parameters of type NullableLongModifier and TypeMethodDescriptionvoid
JsonNullableLongSerializer.serialize
(NullableLong value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) -
Uses of NullableLong in com.aquima.web.rest.v1.service
Methods in com.aquima.web.rest.v1.service with parameters of type NullableLongModifier and TypeMethodDescriptionCaseEventService.getCaseEvents
(PagedObject<CaseEvent> pagedObject, NullableLong caseId, Integer page, Integer pageSize, String sort, List<ResourceFilter> resourceFilters) Populates the given paged object resource with a (potentially) paginated list of case events.void
CaseEventService.replayCaseEvent
(CaseEvent eventResource, Long eventId, NullableLong caseId, com.aquima.interactions.project.IUserData userData) Replays (re-triggers) the event with the given id and populates the given event resource with the details of the newly created event.