Created
November 12, 2012 17:05
-
-
Save mox601/4060557 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// search for all Annotations and get its keywords string | |
final String documentClass = "Annotation"; | |
Object[] queryParameters = new Object[]{"1", "bscw:name", "*"}; | |
allAnnotations = (Object[]) client.execute(BSCWMethods.find, new Object[]{"0", documentClass, queryParameters, new Object[]{"id", BSCWAttributes.BSCW_KEYWORDS}}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment