Class BasicRepositoryResource2
java.lang.Object
net.datenwerke.rs.saiku.server.rest.resources.BasicRepositoryResource2
- All Implemented Interfaces:
Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
QueryServlet contains all the methods required when manipulating an OLAP Query.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBasicRepositoryResource2(<any> saikuSessioncontainer, <any> entityManagerProvider, EntityUtils entityUtils) -
Method Summary
Modifier and TypeMethodDescriptionResponsedeleteResource(String file) Delete a resource from the repositoryList<IRepositoryObject> getRepository(String path, String type) ResponsegetResource(String username, String file) Get an object from the repository.AclEntrygetResourceAcl(String file) Get the ACL information for a given resource.booleanResponsemoveResource(String source, String target) Move an object within the repository.booleanResponsesaveResource(String file, String content) Save an object to the repository.ResponsesetResourceAcl(String file, String aclEntry) Set the ACL information for a file/folder.
-
Constructor Details
-
BasicRepositoryResource2
public BasicRepositoryResource2(<any> saikuSessioncontainer, <any> entityManagerProvider, EntityUtils entityUtils)
-
-
Method Details
-
getRepository
-
reset
-
isMDX
-
getResourceAcl
Get the ACL information for a given resource. -
setResourceAcl
Set the ACL information for a file/folder. -
getResource
Get an object from the repository. -
saveResource
Save an object to the repository. -
deleteResource
Delete a resource from the repository- Parameters:
file- - The name of the repository file to load.- Returns:
- a response status 200.
-
moveResource
Move an object within the repository.
-