Package | Description |
---|---|
com.sas.lsaf.content.repository |
Classes and interfaces to manage content in the repository.
|
Modifier and Type | Class and Description |
---|---|
class |
RepositoryItemCheckinException
Thrown when an attempt is made to check in a file that is not checked out.
|
class |
RepositoryItemCheckoutException
Thrown when attempt is made to check out a repository file that is currently checked out.
|
class |
RepositoryItemCopyException
The class that represents a repository item that cannot be copied as requested.
|
class |
RepositoryItemDeleteException
The class that represents a repository item that cannot be deleted.
|
class |
RepositoryItemExistsException
Thrown when an attempt is made to create a repository item and an item by that name currently exists.
|
class |
RepositoryItemLockException
Thrown when there is an issue when locking the file at the specified path.
|
class |
RepositoryItemMoveException
The class that represents a repository item that 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 when there is an issue when unlocking the file at the specified path.
|
class |
RepositoryItemUpdateException
Thrown when a repository item cannot be updated.
|
class |
RepositoryItemVersioningException
Thrown when an attempt is made to create a new version of an unversioned file.
|
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>