public interface WsRequestHandlerDao extends com.whitestein.lsps.common.BasicDao<WsRequestHandler,Long>
Modifier and Type | Method and Description |
---|---|
Long |
findIdByTask(long modelInstanceId,
long taskId)
Returns a point id associated with a task.
|
QueryResult<Object[]> |
findRequestHandlers(WsRequestHandlerCriteria criteria)
Finds all
WsRequestHandler objects which conforms the search criteria. |
Object[] |
getResponse(Long id)
Returns request wait point with given id.
|
QueryResult<Object[]> findRequestHandlers(WsRequestHandlerCriteria criteria)
WsRequestHandler
objects which conforms the search criteria. Returned waiting points doesn't have filled identifier, response and request fields.
So the returned list contains the arrays of objects where the order of fields is: id, modelInstanceId, operationURI, created, requestReceived, finished, timedout, errorcriteria
- search criteriaObject[] getResponse(Long id)
id
- id of WsRequestWaitPoint entityLong findIdByTask(long modelInstanceId, long taskId)
modelInstanceId
- taskId
- Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.