Class Resource

java.lang.Object
org.europa.together.client.acl.Resource

public class Resource extends Object
Author:
https://elmar-dott.com
  • Constructor Details

    • Resource

      public Resource(String baseURI)
  • Method Details

    • getResource

      public org.europa.together.domain.acl.ResourcesDO getResource(String resource) throws org.europa.together.exceptions.JsonProcessingException, ClassNotFoundException
      Throws:
      org.europa.together.exceptions.JsonProcessingException
      ClassNotFoundException
    • createResource

      public void createResource(org.europa.together.domain.acl.ResourcesDO resource)
    • updateResource

      public void updateResource(org.europa.together.domain.acl.ResourcesDO resource)
    • deleteResource

      public void deleteResource(org.europa.together.domain.acl.ResourcesDO resource)
    • listResources

      public List<org.europa.together.domain.acl.ResourcesDO> listResources() throws org.europa.together.exceptions.JsonProcessingException, ClassNotFoundException
      Throws:
      org.europa.together.exceptions.JsonProcessingException
      ClassNotFoundException