| Package | Description | 
|---|---|
| net.bluemind.attachment.api | |
| net.bluemind.core.rest | |
| net.bluemind.core.rest.tests.services | |
| net.bluemind.filehosting.api | |
| net.bluemind.system.api | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
IAttachment  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
IRestServiceRolesOnClass  | 
interface  | 
IRestServiceRolesOnClassAndMethod  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
IRestServiceRolesOnClassAndMethod.foo(java.lang.String bar)  | 
java.lang.String | 
IRestServiceRolesOnMethod.foo(java.lang.String bar)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
IRestSecuredTestService  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
IRestSecuredTestService.helloMaster()  | 
java.lang.String | 
IRestSecuredTestService.helloSlave()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IFileHosting.delete(java.lang.String path)
Deletes a document 
 | 
boolean | 
IFileHosting.exists(java.lang.String path)
Checks if a file exists 
 | 
java.util.List<FileHostingItem> | 
IFileHosting.find(java.lang.String query)
Finds items in the file hosting repository 
 | 
Stream | 
IFileHosting.get(java.lang.String path)
Retrieves a document from the file hosting repository 
 | 
Configuration | 
IFileHosting.getConfiguration()
Retrieves the configuration 
 | 
java.util.List<FileHostingItem> | 
IFileHosting.list(java.lang.String path)
Lists files and folders. 
 | 
FileHostingPublicLink | 
IFileHosting.share(java.lang.String path,
     java.lang.Integer downloadLimit,
     java.lang.String expirationDate)
Retrieves a public URL to the document in the file hosting repository 
 | 
void | 
IFileHosting.store(java.lang.String path,
     Stream document)
Update/insert a document 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IGlobalSettings.delete(java.lang.String key)
Delete a global settings value 
 | 
void | 
IGlobalSettings.set(java.util.Map<java.lang.String,java.lang.String> settings)
Set global settings 
 | 
Copyright © 2021. All Rights Reserved.