Class ExternalConstraintsService


  • @ApplicationScoped
    public class ExternalConstraintsService
    extends Object
    • Constructor Detail

      • ExternalConstraintsService

        public ExternalConstraintsService()
    • Method Detail

      • applyEntityCheck

        public javax.ws.rs.core.Response applyEntityCheck​(io.jans.orm.model.base.Entry entity,
                                                          Object payload,
                                                          javax.ws.rs.core.HttpHeaders httpHeaders,
                                                          javax.ws.rs.core.UriInfo uriInfo,
                                                          String httpMethod,
                                                          String resourceType)
                                                   throws Exception
        Throws:
        Exception
      • applySearchCheck

        public javax.ws.rs.core.Response applySearchCheck​(SearchRequest searchReq,
                                                          javax.ws.rs.core.HttpHeaders httpHeaders,
                                                          javax.ws.rs.core.UriInfo uriInfo,
                                                          String httpMethod,
                                                          String resourceType)
                                                   throws Exception
        Throws:
        Exception