Package | Description |
---|---|
com.bitplan.mediawiki.japi |
This library contains the classes that allow
to connect to Mediawiki via a Java API.
|
com.bitplan.mediawiki.japi.api |
This package contain the generated JAXB classes that allow
to analyze the results returned by the Mediawiki API.
|
org.wikipedia |
This file is part of the https://github.com/WolfgangFahl/Mediawiki-Japi open source project
Copyright 2015-2018 BITPlan GmbH https://github.com/BITPlan
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
Modifier and Type | Method and Description |
---|---|
List<Img> |
MediawikiApi.getAllImagesByTimeStamp(String aistart,
String aiend,
int ailimit)
get all Images by the given time stamps
|
List<Img> |
Mediawiki.getAllImagesByTimeStamp(String aistart,
String aiend,
int ailimit) |
Modifier and Type | Field and Description |
---|---|
protected List<Img> |
Query.allimages |
Modifier and Type | Method and Description |
---|---|
List<Img> |
Query.getAllImages()
Gets the value of the allimages property.
|
Modifier and Type | Method and Description |
---|---|
void |
Query.setAllImages(List<Img> value)
Sets the value of the allpages property.
|
Modifier and Type | Method and Description |
---|---|
List<Img> |
Mediawiki.getAllImagesByTimeStamp(String aistart,
String aiend,
int ailimit) |
Copyright © 2018 BITPlan GmbH. All rights reserved.