public class AttachmentService extends java.lang.Object implements IAttachment
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
FOLDER  | 
| Constructor and Description | 
|---|
AttachmentService(SecurityContext securityContext,
                 java.lang.String domainUid)  | 
| Modifier and Type | Method and Description | 
|---|---|
Configuration | 
getConfiguration()  | 
AttachedFile | 
share(java.lang.String name,
     Stream document)  | 
void | 
unShare(java.lang.String url)  | 
public static final java.lang.String FOLDER
public AttachmentService(SecurityContext securityContext, java.lang.String domainUid)
public AttachedFile share(java.lang.String name, Stream document) throws ServerFault
share in interface IAttachmentServerFaultpublic void unShare(java.lang.String url)
             throws ServerFault
unShare in interface IAttachmentServerFaultpublic Configuration getConfiguration() throws ServerFault
getConfiguration in interface IAttachmentServerFaultCopyright © 2021. All Rights Reserved.