Package com.jalios.jcms.json.mixin
Interface FileDocumentMixIn
-
- All Superinterfaces:
BasicStorableMixIn
,DataMixIn
,PublicationMixIn
public interface FileDocumentMixIn extends PublicationMixIn
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<java.io.File>
getAssociatedFileSet()
java.io.File
getAssociatedPDF()
java.io.File
getFile()
-
Methods inherited from interface com.jalios.jcms.json.mixin.BasicStorableMixIn
getAttributes, getStore, getUrid, hasBeenUpdated, isStored, setAttributes, setAttributes, setStore
-
Methods inherited from interface com.jalios.jcms.json.mixin.DataMixIn
getDisplayLinkCss, getDisplayLinkDataAttribute, getDisplayLinkHtmlAttributes, getExportXmlDataValue, isInDatabase
-
Methods inherited from interface com.jalios.jcms.json.mixin.PublicationMixIn
getAllWikiText, getAllWysiwygText, getDefaultTemplateUsage, getDisplayTemplateFile, getEstimatedReminderCount, getHasNoReadRights, getPopularity, getQueryTemplateFile, getRoleMapStr, getSearchStrings, getTitleMLE, getTreeChildren, getTreeParent, getTreeRoot, getVoteValue, getWSTypeEntry, hasNoReadRights, isAudienced, isPublic, isTreeLeaf, isTreeNode, isVersioned
-
-