Uses of Class
net.anotheria.anosite.gen.asresourcedata.data.FileLinkDocument
-
Packages that use FileLinkDocument Package Description net.anotheria.anosite.gen.asresourcedata.data -
-
Uses of FileLinkDocument in net.anotheria.anosite.gen.asresourcedata.data
Methods in net.anotheria.anosite.gen.asresourcedata.data that return FileLinkDocument Modifier and Type Method Description FileLinkDocumentModuleASResourceData. createFileLink(FileLinkDocument filelink)FileLinkDocumentModuleASResourceData. getFileLink(java.lang.String id)FileLinkDocumentModuleASResourceData. importFileLink(FileLinkDocument filelink)Methods in net.anotheria.anosite.gen.asresourcedata.data that return types with arguments of type FileLinkDocument Modifier and Type Method Description java.util.List<FileLinkDocument>ModuleASResourceData. getFileLinks()Methods in net.anotheria.anosite.gen.asresourcedata.data with parameters of type FileLinkDocument Modifier and Type Method Description FileLinkDocumentModuleASResourceData. createFileLink(FileLinkDocument filelink)FileLinkDocumentModuleASResourceData. importFileLink(FileLinkDocument filelink)voidModuleASResourceData. updateFileLink(FileLinkDocument filelink)Constructors in net.anotheria.anosite.gen.asresourcedata.data with parameters of type FileLinkDocument Constructor Description FileLinkDocument(FileLinkDocument toClone)
-