Package | Description |
---|---|
com.sas.hls.job |
Provides the classes needed to create, update, and get jobs as well as execute them and get their status
|
com.sas.hls.messaging.subscription |
Service for creating and retrieving subscriptions.
|
com.sas.hls.resource.repository |
Provides the classes and interfaces needed to manipulate resources in the repository.
|
Class and Description |
---|
AlreadyCheckedoutException
Thrown when attempt is made to check out a resource that is already checked out.
|
Class and Description |
---|
RepositoryResourceNotFoundException
The specified resource can not be found.
|
Class and Description |
---|
CheckedOutFilesSearchException
Thrown when an error is encountered while searching checked out files.
|
RepositoryResourceCheckinException
Thrown when an attempt is made to checkin a resource that is not checked out.
|
RepositoryResourceCheckoutException
Thrown when attempt is made to check out a resource that is already checked out.
|
RepositoryResourceCopyException
The resource can not be copied as requested.
|
RepositoryResourceDeleteException
Typically the resource can not be deleted because it is in use by another user (checked out?).
|
RepositoryResourceExistsException
Typically thrown when an attempt is made to create a resource, and a resource by that name already exists.
|
RepositoryResourceLockException
Thrown if there is an issue locking the file at the path specified
|
RepositoryResourceMoveException
The resource can not be moved as requested.
|
RepositoryResourceNotFoundException
The specified resource can not be found.
|
RepositoryResourceRenameException
The specified resource could not be renamed.
|
RepositoryResourceUndoCheckoutException
ServerResource is not checked out, so checkout can not be reversed.
|
RepositoryResourceUnlockException
Thrown if there is an issue unlocking the file at the path specified
|
RepositoryResourceVersioningException
Thrown when an attempt is made to create a new version of an unversioned file.
|
SigningException
Thrown when an error occurs during the electronic signature process.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA