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 IAttachment
ServerFault
public void unShare(java.lang.String url) throws ServerFault
unShare
in interface IAttachment
ServerFault
public Configuration getConfiguration() throws ServerFault
getConfiguration
in interface IAttachment
ServerFault
Copyright © 2021. All Rights Reserved.