|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntityDataSet | |
---|---|
org.ogf.saga.isn | Provides interfaces to retrieve data from an information model. |
Uses of EntityDataSet in org.ogf.saga.isn |
---|
Methods in org.ogf.saga.isn that return EntityDataSet | |
---|---|
static EntityDataSet |
ISNFactory.createEntityDataSet(String model,
String entityName,
String filter)
Creates an EntityDataSet that contains the set of entities
that pass the specified filter. |
static EntityDataSet |
ISNFactory.createEntityDataSet(String model,
String entityName,
String filter,
Session session)
Creates an EntityDataSet that contains the set of entities
that pass the specified filter. |
static EntityDataSet |
ISNFactory.createEntityDataSet(String model,
String entityName,
String filter,
Session session,
URL infoSystemUrl)
Creates an EntityDataSet that contains the set of entities
that pass the specified filter. |
static EntityDataSet |
ISNFactory.createEntityDataSet(String sagaFactoryClassname,
String model,
String entityName,
String filter)
Creates an EntityDataSet that contains the set of entities
that pass the specified filter. |
static EntityDataSet |
ISNFactory.createEntityDataSet(String sagaFactoryClassname,
String model,
String entityName,
String filter,
Session session)
Creates an EntityDataSet that contains the set of entities
that pass the specified filter. |
static EntityDataSet |
ISNFactory.createEntityDataSet(String sagaFactoryClassname,
String model,
String entityName,
String filter,
Session session,
URL infoSystemUrl)
Creates an EntityDataSet that contains the set of entities
that pass the specified filter. |
protected abstract EntityDataSet |
ISNFactory.doCreateEntityDataSet(String model,
String entityName,
String filter,
Session session)
Creates a EntityDataSet with the default URL . |
protected abstract EntityDataSet |
ISNFactory.doCreateEntityDataSet(String model,
String entityName,
String filter,
Session session,
URL infoSystemUrl)
Creates a EntityDataSet . |
EntityDataSet |
EntityDataSet.getRelatedEntities(String relatedName)
Returns an EntityDataSet object for the given entity name. |
EntityDataSet |
EntityDataSet.getRelatedEntities(String relatedName,
String filter)
Returns an EntityDataSet object for the given entity name
and matching the filter string. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |