Package com.sas.lsaf.core


package com.sas.lsaf.core
Contains common classes and interfaces for core services in the system.
  • Class
    Description
    Root of the hierarchy of all checked exceptions within the SAS Life Science Analytics Framework Java API.
    An abstract parent class for objects implementing the Identifiable interface.
    Abstract implementation of the Revisionable interface.
    Root of the hierarchy of all runtime exceptions within the SAS Life Science Analytics Framework Java API.
    Thrown when the user does not have appropriate permissions for the action they attempted.
    Representation of an attribute on an object.
    Thrown when there is a problem storing or retrieving data from the database.
    The allowed values of data types.
    The allowed values of entity states.
    The allowed values of entity statuses.
    An interface indicating objects that have the identifier and type properties.
    An exception indicating a path value provided was not well-formed.
    Uniquely identifies an object anywhere in the system.
    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.
    Thrown when an update to data is prevented due to the inability of retrieving a write lock on the data being updated.
    This interface is to be implemented by a service level DTO.
    This class represents the results of a search executed on the server.
    The allowed values for source location.
    A generic runtime error thrown when a more specific exception does not exist.
    Thrown if a value doesn't meet the validation criteria.
    The class that represents validation information from a finding generated while performing an operation such as import or export.
    The possible values of validation message severity.
    The class that represents validation results from performing an import or export.