Interface ParentTaskRestController<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:
ir.msob.jima.core.commons.resource.BaseResource<ID,USER>, ir.msob.jima.core.api.restful.commons.rest.BaseRestResource<ID,USER>
All Known Subinterfaces:
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>, BaseSaveTaskRestController<ID,USER,TR,S>, BaseTaskRestController<ID,USER,TR,S>

public interface ParentTaskRestController<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 ir.msob.jima.core.api.restful.commons.rest.BaseRestResource<ID,USER>
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface ir.msob.jima.core.commons.resource.BaseResource

    getIdClass, getUserClass, getUserService

    Methods inherited from interface ir.msob.jima.core.api.restful.commons.rest.BaseRestResource

    getToken, getUser, getUser, getUser, getUser
  • Method Details

    • getService

      S getService()