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
(org.europa.together.domain.acl.ResourcesDO resource) void
deleteResource
(org.europa.together.domain.acl.ResourcesDO resource) org.europa.together.domain.acl.ResourcesDO
getResource
(String resource) List<org.europa.together.domain.acl.ResourcesDO>
void
updateResource
(org.europa.together.domain.acl.ResourcesDO resource)
-
Constructor Details
-
Resource
-
-
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
-