Uses of Class
dw.xmlrpc.AttachmentDetails
-
Packages that use AttachmentDetails Package Description dw.cli.commands dw.xmlrpc -
-
Uses of AttachmentDetails in dw.cli.commands
Methods in dw.cli.commands that return types with arguments of type AttachmentDetails Modifier and Type Method Description protected java.util.List<AttachmentDetails>AttachmentReader. query(DokuJClient dokuClient)Methods in dw.cli.commands with parameters of type AttachmentDetails Modifier and Type Method Description protected java.lang.StringAttachmentReader. itemToString(AttachmentDetails attachmentsDetails) -
Uses of AttachmentDetails in dw.xmlrpc
Methods in dw.xmlrpc that return types with arguments of type AttachmentDetails Modifier and Type Method Description java.util.List<AttachmentDetails>DokuJClient. getAttachments(java.lang.String namespace)Returns information about a list of media files in a given namespacejava.util.List<AttachmentDetails>DokuJClient. getAttachments(java.lang.String namespace, java.util.Map<java.lang.String,java.lang.Object> additionalParams)Returns information about a list of media files in a given namespace
-