Package | Description |
---|---|
com.sas.lsaf.clinical.common |
Contains common clinical classes.
|
com.sas.lsaf.clinical.dictionary |
Classes and interfaces for retrieving dictionaries in the system.
|
com.sas.lsaf.clinical.model |
Classes and interfaces for retrieving models in the system.
|
com.sas.lsaf.clinical.standards |
Classes and interfaces for retrieving and exporting standards in the system.
|
com.sas.lsaf.clinical.study |
Classes and interfaces for retrieving study information in the system.
|
com.sas.lsaf.content.repository |
Classes and interfaces to manage content in the repository.
|
com.sas.lsaf.content.repository.recyclebin |
The service to retrieve and delete items from the recycle bin.
|
com.sas.lsaf.content.repository.signature |
Service and class definitions for signing files and getting signatures in the system.
|
com.sas.lsaf.content.workspace |
Classes and interfaces to manage content in the current user's workspace.
|
com.sas.lsaf.core.type |
Services and classes to describe the object type definitions within the system.
|
com.sas.lsaf.execution.job |
Provides the classes needed to create, update, and get jobs as well as execute them and get their status
|
com.sas.lsaf.execution.session |
Provides the classes and interfaces needed to query and manage SAS sessions.
|
com.sas.lsaf.messaging.subscription |
The service for creating and retrieving subscriptions.
|
com.sas.lsaf.query |
Contains common classes and interfaces to query information.
|
com.sas.lsaf.schedule |
Service and class definitions to manage schedules.
|
com.sas.lsaf.security.acl |
Service and class definitions to create and manipulate ACLs.
|
com.sas.lsaf.security.audit |
Service and class definitions for getting global audit entries.
|
com.sas.lsaf.security.authentication |
Exceptions that can be thrown when authenticating a user.
|
com.sas.lsaf.security.group |
Service and classes for creating and manipulating groups in the system.
|
com.sas.lsaf.security.membership |
Service and class definitions for manipulating the membership of a context.
|
com.sas.lsaf.security.principal |
Class definitions for manipulating and identifying principals in the system.
|
com.sas.lsaf.security.privilege |
Service and classes for identifying and using privileges in the system.
|
com.sas.lsaf.security.role |
Service and class definitions for manipulating and creating roles, their availability in contexts, and their
membership lists.
|
com.sas.lsaf.security.user |
Service and classes to create and manipulate users in the system.
|
com.sas.lsaf.workflow.processdefinition |
The service and class definitions to manage process flow definitions.
|
com.sas.lsaf.workflow.processflow |
The service and class definitions to manage process flows.
|
com.sas.lsaf.workflow.processflow.setup |
The service and class definitions to manage process flows setup elements.
|
Modifier and Type | Class and Description |
---|---|
class |
ExportException
Thrown when there is an issue exporting the specified item.
|
Modifier and Type | Class and Description |
---|---|
class |
DictionaryException
Root of the hierarchy of all checked dictionary exceptions within the application.
|
class |
DictionaryNotFoundException
Thrown when the specified dictionary is not found.
|
Modifier and Type | Class and Description |
---|---|
class |
ModelException
Root of the hierarchy of all checked model exceptions within the application.
|
class |
ModelNotFoundException
Thrown when the specified model is not found.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardNotFoundException
Thrown when the specified standard is not found.
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalDictionaryAssociationExistsException
Thrown when the specified external dictionary association already exists.
|
class |
ExternalDictionaryAssociationNotFoundException
Thrown when the specified external dictionary associated does not exist.
|
class |
StandardAssociationExistsException
Thrown when the standard association already exists.
|
class |
StandardAssociationNotFoundException
Thrown when the specified standard associated does not exist.
|
class |
StudyComponentEditException
Thrown when a study component could not be marked for edit.
|
class |
StudyDictionaryException
Thrown when the specified study is not found.
|
class |
StudyNotFoundException
Thrown when the specified study is not found.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckedOutFilesSearchException
Thrown when an error is encountered while searching checked out files.
|
class |
RepositoryException
Root of the hierarchy of all checked repository exceptions within the application.
|
class |
RepositoryItemCheckinException
Thrown when an attempt is made to check in a resource that is not checked out.
|
class |
RepositoryItemCheckoutException
Thrown when attempt is made to check out a repository file that is already checked out.
|
class |
RepositoryItemCopyException
The repository item cannot be copied as requested.
|
class |
RepositoryItemDeleteException
Typically the repository item cannot be deleted because it is in use by another user (such as checked out).
|
class |
RepositoryItemException
Root of the hierarchy of all checked repository item exceptions within the application.
|
class |
RepositoryItemExistsException
Thrown when an attempt is made to create a repository item and an item by that name already exists.
|
class |
RepositoryItemLockException
Thrown iwhen there is an issue locking the file at the specified path.
|
class |
RepositoryItemMoveException
The repository item cannot be moved.
|
class |
RepositoryItemNotFoundException
Thrown when the specified repository item is not be found.
|
class |
RepositoryItemRenameException
Thrown when the specified repository item cannot be renamed.
|
class |
RepositoryItemUndoCheckoutException
Thrown when the specified repository file is not checked out, so the checkout cannot be reversed.
|
class |
RepositoryItemUnlockException
Thrown iwhen there is an issue unlocking the file at the specified path.
|
class |
RepositoryItemVersioningException
Thrown when an attempt is made to create a new version of an unversioned file.
|
class |
RepositorySearchException
Thrown when an error occurred performing a repository search.
|
Modifier and Type | Class and Description |
---|---|
class |
RecycleBinItemDeleteException
Thrown when there is an error deleting items that are in the recycle bin.
|
class |
RecycleBinItemNotFoundException
Thrown when an item in the recycle bin cannot be read.
|
class |
RecycleBinItemSearchException
Thrown when an error occurred retrieving an item from the recycle bin.
|
Modifier and Type | Class and Description |
---|---|
class |
SigningException
Thrown when an error occurs during the signing process.
|
Modifier and Type | Class and Description |
---|---|
class |
WorkspaceItemCopyException
Thrown when the workspace item cannot be copied as requested.
|
class |
WorkspaceItemDeleteException
Thrown when the workspace item cannot be deleted as requested.
|
class |
WorkspaceItemException
The root of the hierarchy of all workspace item checked exceptions.
|
class |
WorkspaceItemExistsException
Thrown when an attempt is made to create a workspace item in the workspace and an item with that name exists.
|
class |
WorkspaceItemMoveException
Thrown when the workspace item cannot be moved as requested.
|
class |
WorkspaceItemNotFoundException
Thrown when the specified workspace item s not found in the workspace.
|
class |
WorkspaceMarkForAddException
Thrown when the workspace item cannot be marked for addition to the repository.
|
Modifier and Type | Class and Description |
---|---|
class |
TypeNotFoundException
Thrown when the specified object type definition can not be found in the system.
|
Modifier and Type | Class and Description |
---|---|
class |
JobCreateException
Thrown when the creation of a repository job encounters a problem.
|
class |
JobExistsException
Thrown when an attempt is made to create a job that exists.
|
class |
JobFormatException
Thrown when the definition of the job is not valid.
|
class |
JobNotFoundException
Thrown when the specified job is not found.
|
class |
JobSubmissionException
Thrown when an error is encountered when executing or attempting to execute a job.
|
class |
JobSubmissionNotFoundException
Thrown when the specified job submission is not found.
|
class |
JobUpdateException
Thrown when the job cannot be updated.
|
class |
ResultsNotFoundException
Thrown when the job submission results are not found.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionException
Thrown when an error occurred hen performing an action on a SAS session.
|
class |
SessionNotFoundException
Thrown when the session is not found.
|
Modifier and Type | Class and Description |
---|---|
class |
SubscriptionException
Thrown when an attempt to create a subscription fails.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryException
Thrown when an error is encountered while parsing the query.
|
Modifier and Type | Class and Description |
---|---|
class |
ScheduleException
Thrown when there is an error with a schedule.
|
class |
ScheduleNotFoundException
Thrown when the specified schedule is not found or the user does not have access to the schedule.
|
Modifier and Type | Class and Description |
---|---|
class |
AclException
Root of the hierarchy of all ACL checked exceptions within the SAS Life Science Analytics Framework Java API.
|
class |
AclNotFoundException
Thrown when an error is encountered while getting an ACL.
|
class |
AclUpdateException
Thrown when an error is encountered while updating an ACL.
|
Modifier and Type | Class and Description |
---|---|
class |
AuditSearchException
Thrown when an error is encountered while searching the audit entries.
|
Modifier and Type | Class and Description |
---|---|
class |
AccountDeactivatedException
Thrown when an authentication request is rejected because the account is in a deactivated state.
|
class |
AccountException
The root of the hierarchy of all account authentication exceptions.
|
class |
AccountExpiredException
Thrown when an authentication request is rejected because the account is in an expired state.
|
class |
AccountLockedException
Thrown when an authentication request is rejected because the account is in a locked state.
|
class |
AccountNotFoundException
Thrown when an authentication request is rejected because the account does not exist within the system.
|
class |
AuthenticationException
The root of the hierarchy of all authentication exceptions.
|
class |
CredentialsException
The root of the hierarchy of all credential-related authentication exceptions.
|
class |
CredentialsExpiredException
Thrown when an authentication request is rejected because the account's credentials have expired.
|
class |
CredentialsIncorrectException
Thrown when an authentication request is rejected because the credentials are incorrect.
|
class |
UnknownAuthenticationException
Thrown when an unforeseen authentication error occurs.
|
Modifier and Type | Class and Description |
---|---|
class |
GroupException
The root of the hierarchy of all group checked exceptions within the SAS Life Science Analytics Framework Java API.
|
class |
GroupExistsException
Thrown when an attempt is made to create a group that exists with the same name in the same context.
|
class |
GroupNotFoundException
Thrown when the specified group is not found.
|
class |
InvalidGroupMemberException
Thrown when a group is updated with new members that violate membership contracts.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidMemberException
Thrown when an attempt is made to add Principals to a membership in which they are not potential members.
|
class |
MemberExistsException
Thrown when a principal, or set of principals, is currently a member of the context.
|
class |
MemberNotFoundException
Thrown when the principal, or principals, specified is not a member of the context.
|
class |
MembershipException
The root of the hierarchy of all membership check exceptions within the SAS Life Science Analytics Framework Java API.
|
Modifier and Type | Class and Description |
---|---|
class |
PrincipalNotFoundException
Thrown when the specified principal can not be found in the system.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidPrivilegeException
Thrown when a specified privilege is not defined or is not associated with the specified scope.
|
class |
PrivilegeException
Root of the hierarchy of all checked privilege exceptions within the SAS Life Science Analytics Framework Java API.
|
class |
PrivilegeNotFoundException
Thrown when a privilege specified is not defined.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidRoleMemberException
Thrown when a role is created or updated with new members that violate any membership contracts.
|
class |
RoleException
Root of the hierarchy of all checked role exceptions within the SAS Life Science Analytics Framework Java API.
|
class |
RoleExistsException
Thrown when an attempt is made to define a role that is already defined; or add an inherited role that
is already inherited.
|
class |
RoleNotFoundException
Thrown when the specified role was not found on the server.
|
class |
RoleUpdateException
Thrown when a role could not be updated.
|
Modifier and Type | Class and Description |
---|---|
class |
UserDeleteException
Thrown when there is a problem deleting a user from the system.
|
class |
UserException
Root of the hierarchy of all user account checked exceptions within the SAS Life Science Analytics Framework Java API.
|
class |
UserExistsException
Thrown when the user account to be created exists in the system.
|
class |
UserLockedException
Thrown when a user account is attempted to be locked but is already locked.
|
class |
UserNotFoundException
Thrown when the user account that is specified for an action does not exist in the system.
|
class |
UserPasswordException
Thrown when an invalid password is specified.
|
class |
UserUnlockedException
Thrown when a user account is attempted to be unlocked but is already unlocked.
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessDefinitionDeploymentException
Thrown when the specified process flow definition cannot be deployed.
|
class |
ProcessDefinitionNotFoundException
Thrown when the specified process flow definition cannot is not found.
|
class |
ProcessDefinitionStateException
Thrown when the specified process flow definition state cannot be changed.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidProcessFlowStateException
Thrown when the flow is in an invalid state to perform a specific action.
|
class |
InvalidRecipientException
Thrown when the recipients for a notification task setup are invalid.
|
class |
InvalidTaskAssigneeException
Thrown when the assignee for a user task setup is invalid.
|
class |
ProcessFlowContextNotFoundException
Thrown when a process definition context is not found.
|
class |
ProcessFlowElementNotFoundException
Thrown when the element for the process flow is not found.
|
class |
ProcessFlowException
Thrown when an issue occurs during process flow execution.
|
class |
ProcessFlowExistsException
Thrown when an attempt is made to create a process flow and one with that name exists in the same context.
|
class |
ProcessFlowManifestCreateException
Thrown when there is an issue creating a process flow manifest file for a process flow.
|
class |
ProcessFlowNotFoundException
Thrown when the specified process flow is not found or the user does not have access to the process flow.
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessFlowElementSetupException
Thrown when the element setup for the process flow cannot be updated.
|
class |
ProcessFlowElementSetupNotFoundException
Thrown when the element setup for the process flow is not found.
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA