Package org.europa.together.client.acl
Class Resource
java.lang.Object
org.europa.together.client.acl.Resource
- Author:
- https://elmar-dott.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
createResource
(ResourcesDO resource) void
deleteResource
(ResourcesDO resource) getResource
(String resource) void
updateResource
(ResourcesDO resource)
-
Constructor Details
-
Resource
-
-
Method Details
-
getResource
public ResourcesDO getResource(String resource) throws org.europa.together.exceptions.JsonProcessingException, ClassNotFoundException - Throws:
org.europa.together.exceptions.JsonProcessingException
ClassNotFoundException
-
createResource
-
updateResource
-
deleteResource
-
listResources
public List<ResourcesDO> listResources() throws org.europa.together.exceptions.JsonProcessingException, ClassNotFoundException- Throws:
org.europa.together.exceptions.JsonProcessingException
ClassNotFoundException
-