Skip to content

Instantly share code, notes, and snippets.

@mox601
Created November 12, 2012 17:05
Show Gist options
  • Save mox601/4060557 to your computer and use it in GitHub Desktop.
Save mox601/4060557 to your computer and use it in GitHub Desktop.
// 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