Package | Description |
---|---|
com.sas.lsaf.content.repository |
Classes and interfaces to manage content in the repository.
|
com.sas.lsaf.content.repository.recyclebin |
Service for retrieving and deleting 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.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 |
Service and class definitions for managing process definitions.
|
com.sas.lsaf.workflow.processflow |
Service and class definitions for managing process flows.
|
com.sas.lsaf.workflow.processflow.setup |
Service and class definitions for managing process flows setup elements.
|
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 when 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 creation encountered a problem.
|
class |
JobExistsException
Thrown when an attempt is made to create a job which already exists.
|
class |
JobFormatException
Thrown when the definition of the job is not valid.
|
class |
JobNotFoundException
Thrown when the specified job can not be found.
|
class |
JobSubmissionException
Thrown when an error is encountered while executing or attempting to execute a job.
|
class |
JobSubmissionNotFoundException
Thrown when the specified job submission can not be found.
|
class |
JobUpdateException
Thrown when the job could not be updated
|
class |
ResultsNotFoundException
Thrown when 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 |
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 s not be 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 |
ProcessDefinitionNotFoundException
Thrown when the specified process definition can not be found.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidProcessFlowStateException
Thrown when the flow is in an invalid state for performing a specific action.
|
class |
InvalidRecipientException
Thrown when the recipients for the notification task setup are invalid.
|
class |
InvalidTaskAssigneeException
Thrown when the assignee for the user task setup is invalid.
|
class |
ProcessFlowContextNotFoundException
Thrown when the specified process definition context can not be found.
|
class |
ProcessFlowElementNotFoundException
Thrown when the element for the process flow can not be found.
|
class |
ProcessFlowException
WorkflowException represents an exception during workflow service execution
|
class |
ProcessFlowExistsException
Thrown when an attempt is made to create a process flow and one with that name exists at the same context.
|
class |
ProcessFlowManifestCreateException
Thrown when there is an issue creating a process flow manifest for a process flow.
|
class |
ProcessFlowNotFoundException
Thrown when the specified process flow can not be 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 could not be updated.
|
class |
ProcessFlowElementSetupNotFoundException
Thrown when the element setup for the process flow can not be found.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA