Interface ParentProcessRestController<ID extends Comparable<ID> & Serializable,USER extends ir.msob.jima.core.commons.security.BaseUser,PR extends ir.msob.jima.process.commons.repository.BaseProcessRepository,S extends BaseProcessService<USER,PR>>

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:
BaseCountProcessRestController<ID,USER,PR,S>, BaseDeleteProcessRestController<ID,USER,PR,S>, BaseGetOneProcessRestController<ID,USER,PR,S>, BaseGetPageProcessRestController<ID,USER,PR,S>, BaseProcessRestController<ID,USER,PR,S>, BaseResumeProcessRestController<ID,USER,PR,S>, BaseSaveProcessRestController<ID,USER,PR,S>, BaseStartProcessRestController<ID,USER,PR,S>, BaseSuspendProcessRestController<ID,USER,PR,S>

public interface ParentProcessRestController<ID extends Comparable<ID> & Serializable,USER extends ir.msob.jima.core.commons.security.BaseUser,PR extends ir.msob.jima.process.commons.repository.BaseProcessRepository,S extends BaseProcessService<USER,PR>> 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()