info.aduna.autofocus.model
Class ItemBuilder

java.lang.Object
  extended by info.aduna.autofocus.model.ItemBuilder

public class ItemBuilder
extends Object

ItemBuilder interprets triples obtained from a repository and adapts a given Item with the information encoded in the statement.


Constructor Summary
ItemBuilder()
           
 
Method Summary
static String getFolderName(String folderID)
          Derives a folder name from a folder URI suitable for presentation as well as determining ancestry using String.startsWith.
static void process(org.openrdf.model.Resource subject, org.openrdf.model.URI predicate, org.openrdf.model.Value object, Item item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemBuilder

public ItemBuilder()
Method Detail

process

public static void process(org.openrdf.model.Resource subject,
                           org.openrdf.model.URI predicate,
                           org.openrdf.model.Value object,
                           Item item)

getFolderName

public static String getFolderName(String folderID)
Derives a folder name from a folder URI suitable for presentation as well as determining ancestry using String.startsWith.



Copyright © 1997-2008 Aduna. All Rights Reserved.