Class ExternalConstraintsService


  • @ApplicationScoped
    public class ExternalConstraintsService
    extends Object
    • Constructor Detail

      • ExternalConstraintsService

        public ExternalConstraintsService()
    • Method Detail

      • applyEntityCheck

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

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