org.eaglei.datatools.jena
Class EIInstanceMinimalFactory

java.lang.Object
  extended by org.eaglei.datatools.jena.EIInstanceMinimalFactory

public class EIInstanceMinimalFactory
extends java.lang.Object

Author:
Daniela Bourges-Waldegg

Method Summary
 java.util.List<org.eaglei.model.EIInstanceMinimal> create(com.hp.hpl.jena.query.ResultSet resultSet)
          Create method for abridged EIInstances (label, type, owner, WFState, creation date)
 org.eaglei.model.EIInstanceMinimal createEmptyMinimal(org.eaglei.model.EIURI typeUri, org.eaglei.model.EIEntity instanceEntity)
           
static EIInstanceMinimalFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static EIInstanceMinimalFactory getInstance()

createEmptyMinimal

public org.eaglei.model.EIInstanceMinimal createEmptyMinimal(org.eaglei.model.EIURI typeUri,
                                                             org.eaglei.model.EIEntity instanceEntity)

create

public java.util.List<org.eaglei.model.EIInstanceMinimal> create(com.hp.hpl.jena.query.ResultSet resultSet)
Create method for abridged EIInstances (label, type, owner, WFState, creation date)

Parameters:
resultSet -
Returns:


Copyright © 2009-2011 Eagle-I. All Rights Reserved.