Interface BaseTaskRestController<ID extends Comparable<ID> & Serializable,USER extends ir.msob.jima.core.commons.security.BaseUser,TR extends ir.msob.jima.process.commons.repository.BaseTaskRepository,S extends BaseTaskService<USER,TR>>
- All Superinterfaces:
BaseCompleteTaskRestController<ID,,USER, TR, S> BaseCountTaskRestController<ID,,USER, TR, S> BaseDeleteTaskRestController<ID,,USER, TR, S> BaseGetOneTaskRestController<ID,,USER, TR, S> BaseGetPageTaskRestController<ID,,USER, TR, S> ir.msob.jima.core.commons.resource.BaseResource<ID,,USER> ir.msob.jima.core.api.restful.commons.rest.BaseRestResource<ID,,USER> BaseSaveTaskRestController<ID,,USER, TR, S> ParentTaskRestController<ID,USER, TR, S>
public interface BaseTaskRestController<ID extends Comparable<ID> & Serializable,USER extends ir.msob.jima.core.commons.security.BaseUser,TR extends ir.msob.jima.process.commons.repository.BaseTaskRepository,S extends BaseTaskService<USER,TR>>
extends BaseCompleteTaskRestController<ID,USER,TR,S>, BaseDeleteTaskRestController<ID,USER,TR,S>, BaseGetOneTaskRestController<ID,USER,TR,S>, BaseCountTaskRestController<ID,USER,TR,S>, BaseGetPageTaskRestController<ID,USER,TR,S>, BaseSaveTaskRestController<ID,USER,TR,S>
-
Field Summary
Fields inherited from interface ir.msob.jima.process.api.restful.service.rest.task.BaseCompleteTaskRestController
logFields inherited from interface ir.msob.jima.process.api.restful.service.rest.task.BaseCountTaskRestController
logFields inherited from interface ir.msob.jima.process.api.restful.service.rest.task.BaseDeleteTaskRestController
logFields inherited from interface ir.msob.jima.process.api.restful.service.rest.task.BaseGetOneTaskRestController
logFields inherited from interface ir.msob.jima.process.api.restful.service.rest.task.BaseGetPageTaskRestController
logFields inherited from interface ir.msob.jima.process.api.restful.service.rest.task.BaseSaveTaskRestController
log -
Method Summary
Methods inherited from interface ir.msob.jima.process.api.restful.service.rest.task.BaseCompleteTaskRestController
complete, completeResponseMethods inherited from interface ir.msob.jima.process.api.restful.service.rest.task.BaseCountTaskRestController
count, countResponseMethods inherited from interface ir.msob.jima.process.api.restful.service.rest.task.BaseDeleteTaskRestController
delete, deleteResponseMethods inherited from interface ir.msob.jima.process.api.restful.service.rest.task.BaseGetOneTaskRestController
getOne, getOneResponseMethods inherited from interface ir.msob.jima.process.api.restful.service.rest.task.BaseGetPageTaskRestController
getPage, getPageResponseMethods inherited from interface ir.msob.jima.core.commons.resource.BaseResource
getIdClass, getUserClass, getUserServiceMethods inherited from interface ir.msob.jima.core.api.restful.commons.rest.BaseRestResource
getToken, getUser, getUser, getUser, getUserMethods inherited from interface ir.msob.jima.process.api.restful.service.rest.task.BaseSaveTaskRestController
save, saveResponseMethods inherited from interface ir.msob.jima.process.api.restful.service.rest.task.ParentTaskRestController
getService