Package | Description |
---|---|
org.safs | |
org.safs.data.model | |
org.safs.tools.drivers | |
org.safs.tools.logs.processor |
Modifier and Type | Method and Description |
---|---|
static RestModel |
Utils.fireEkspresoEvent(java.lang.String safsdataServiceID,
java.lang.String event_type,
java.lang.String parameters) |
static RestModel |
Utils.getFromRepository(java.lang.String safsdataServiceID,
RestModel restModel,
java.lang.String parameters)
Get a RestModel from data repository according to 'parameters'.
|
static RestModel |
Utils.pushToRepository(java.lang.String safsdataServiceID,
RestModel restModel)
Push a
RestModel to a repository. |
static RestModel |
Utils.updateRepository(java.lang.String safsdataServiceID,
RestModel restModel) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<RestModel> |
Utils.getAllFromRepository(java.lang.String safsdataServiceID,
RestModel model)
Get all of a certain RestModel from data repository.
|
Modifier and Type | Method and Description |
---|---|
static void |
Utils.deleteFromRepository(java.lang.String safsdataServiceID,
RestModel restModel)
Delete a
RestModel from a repository. |
static java.util.List<RestModel> |
Utils.getAllFromRepository(java.lang.String safsdataServiceID,
RestModel model)
Get all of a certain RestModel from data repository.
|
static RestModel |
Utils.getFromRepository(java.lang.String safsdataServiceID,
RestModel restModel,
java.lang.String parameters)
Get a RestModel from data repository according to 'parameters'.
|
static RestModel |
Utils.pushToRepository(java.lang.String safsdataServiceID,
RestModel restModel)
Push a
RestModel to a repository. |
static RestModel |
Utils.updateRepository(java.lang.String safsdataServiceID,
RestModel restModel) |
Modifier and Type | Class and Description |
---|---|
class |
EkspresoEvent |
class |
Engine |
class |
Framework |
class |
History |
class |
HistoryEngine |
class |
Machine |
class |
Orderable |
class |
Status |
class |
Testcase |
class |
Testcycle |
class |
Teststep |
class |
Testsuite |
class |
User |
Modifier and Type | Method and Description |
---|---|
protected RestModel |
AbstractDriver.phoneHome(RestModel restModel) |
Modifier and Type | Method and Description |
---|---|
protected RestModel |
AbstractDriver.phoneHome(RestModel restModel) |
Modifier and Type | Method and Description |
---|---|
protected RestModel |
XMLSaxToRepositoryHandler.phoneHome(RestModel restModel) |
Modifier and Type | Method and Description |
---|---|
protected RestModel |
XMLSaxToRepositoryHandler.phoneHome(RestModel restModel) |
Copyright © SAS Institute. All Rights Reserved.