public interface DragAndDropService
| Modifier and Type | Method and Description |
|---|---|
String |
getAttachmentEditorHtml(String filename,
ContentEntityObject container)
Get attachment editor html format
|
String |
getAttachmentEditorHtml(String filename,
ContentEntityObject container,
boolean viewFileMacroEnable,
String renderContentPlace)
Get attachment editor html format
|
String getAttachmentEditorHtml(String filename, ContentEntityObject container, boolean viewFileMacroEnable, String renderContentPlace) throws Exception
filename - name of filecontainer - container object of attachmentviewFileMacroEnable - status of view file macrorenderContentPlace - place will append editor html (page/comment)Exception - throwing when generate editor html has any errorsString getAttachmentEditorHtml(String filename, ContentEntityObject container) throws Exception
filename - name of filecontainer - container object of attachmentException - throwing when generate editor html has any errorsCopyright © 2003–2023 Atlassian. All rights reserved.