Interface ParentDeploymentRestController<ID extends Comparable<ID> & Serializable,USER extends ir.msob.jima.core.commons.security.BaseUser,DR extends ir.msob.jima.process.commons.repository.BaseDeploymentRepository,S extends BaseDeploymentService<USER,DR>>

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:
BaseCountDeploymentRestController<ID,USER,DR,S>, BaseDeleteDeploymentRestController<ID,USER,DR,S>, BaseDeploymentRestController<ID,USER,DR,S>, BaseGetOneDeploymentRestController<ID,USER,DR,S>, BaseGetPageDeploymentRestController<ID,USER,DR,S>, BaseSaveDeploymentRestController<ID,USER,DR,S>

public interface ParentDeploymentRestController<ID extends Comparable<ID> & Serializable,USER extends ir.msob.jima.core.commons.security.BaseUser,DR extends ir.msob.jima.process.commons.repository.BaseDeploymentRepository,S extends BaseDeploymentService<USER,DR>> 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()