See: Description
Interface | Description |
---|---|
Identifiable |
An interface indicating objects that have the identifier and type properties.
|
Class | Description |
---|---|
AbstractIdentifiable |
An abstract parent class for objects implementing the
Identifiable interface. |
Attribute |
Representation of an attribute on an object.
|
ObjectIdentity |
Uniquely identifies an object anywhere in the system.
|
SearchResultsInfo |
This class represents the results of a search executed on the server.
|
Enum | Description |
---|---|
DataType |
The allowed values of data types.
|
EntityState |
The allowed values of entity states.
|
EntityStatus |
The allowed values of entity statuses.
|
SourceLocation |
The allowed values for source location.
|
Exception | Description |
---|---|
AbstractCheckedException |
Root of the hierarchy of all checked exceptions within the SAS Life Science Analytics Framework Java API.
|
AbstractRuntimeException |
Root of the hierarchy of all runtime exceptions within the SAS Life Science Analytics Framework Java API.
|
AccessDeniedException |
Thrown when the user does not have appropriate permissions for the action they attempted.
|
DataAccessException |
Thrown when there is a problem storing or retrieving data from the database.
|
IllegalPathException |
An exception indicating a path value provided was not well-formed.
|
OptimisticLockException |
Thrown when an update to data is prevented due to the data on the server being more up to date then the data being
updated.
|
PessimisticLockException |
Thrown when an update to data is prevented due to the inability of retrieving a write lock on the data being
updated.
|
SystemException |
A generic runtime error thrown when a more specific exception does not exist.
|
ValidationException |
Thrown if a value doesn't meet the validation criteria.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA