See: Description
Interface | Description |
---|---|
BatchRepositoryService |
A service to perform batch operations in the repository.
|
RepositoryService |
A service to manage resources in the repository.
|
Class | Description |
---|---|
CheckedOutFilesQuery |
Contains information on how to filter checked out files.
|
RepositoryCheckinSpecification |
The specification of how a new version for a repository file is generated or what its new version number is.
|
RepositoryContainer |
Abstract base class for all repository containers.
|
RepositoryContext |
Representation of a context within the repository hierarchy.
|
RepositoryExecutableFile |
Representation of an executable file stored in the repository.
|
RepositoryFile |
Representation of a file that is stored in the repository.
|
RepositoryFileInfo |
Provides the latest repository file information related to synchronization state.
|
RepositoryFileVersionInfo |
Repository metadata information about a specific file version that is stored in the repository.
|
RepositoryFolder |
Representation of a folder within the repository hierarchy.
|
RepositoryItem |
Abstract base class for all repository items.
|
RepositorySearchResults |
This class represents the results of a repository search based on a search query.
|
RepositoryStateChangeResult |
Represents the results of setting the state on a repository context.
|
SearchQuery |
This class contains information about how to search for repository items.
|
SynchronizationFileInfo |
Provides information about a repository file when it was synchronized to the workspace.
|
SynchronizationInfo |
Provides information about the synchronization state between the file that resides in the workspace and the file that
resides in the repository.
|
VersionLimits |
Determines version retention limits for versioned files.
|
WorkspaceFileInfo |
Provides the latest workspace file information that is related to synchronization state.
|
Enum | Description |
---|---|
RepositoryFile.SigningStatus |
Describes the overall signature status of the file.
|
RepositoryItem.State | |
RepositoryItem.Syncable |
Syncable enumeration that controls workspace synchronization behavior for a specific repository item.
|
SynchronizationInfo.CheckoutStatus |
Enumeration that describes the
checkin status of the file. |
SynchronizationInfo.FileStatus |
Enumeration that describes where the file exists.
|
SynchronizationInfo.SynchronizationStatus |
Enumeration that describes whether the file has been synchronized between the workspace and repository.
|
VersionType |
Specifies the next logical version type generated when creating or checking in a new version of a file.
|
Exception | Description |
---|---|
CheckedOutFilesSearchException |
Thrown when an error is encountered while searching checked out files.
|
CopyToWorkspaceException |
Thrown when the item to copy has been marked as
RepositoryItem.Syncable.DENY or RepositoryItem.Syncable.DENY_ALL . |
RepositoryContextTypeDisabledException |
Thrown when an action could not be completed because the context type is disabled.
|
RepositoryException |
Root of the hierarchy of all checked repository exceptions within the application.
|
RepositoryItemCheckedoutException |
Thrown when an action is taken that is not allowed on checked out files.
|
RepositoryItemCheckinException |
Thrown when an attempt is made to check in a resource that is not checked out.
|
RepositoryItemCheckoutException |
Thrown when attempt is made to check out a repository file that is already checked out.
|
RepositoryItemCopyException |
The repository item cannot be copied as requested.
|
RepositoryItemDeleteException |
Typically the repository item cannot be deleted because it is in use by another user (such as checked out).
|
RepositoryItemException |
Root of the hierarchy of all checked repository item exceptions within the application.
|
RepositoryItemExistsException |
Thrown when an attempt is made to create a repository item and an item by that name already exists.
|
RepositoryItemIllegalStateException |
Thrown when an action could not be completed because the item is in an invalid state.
|
RepositoryItemLockedException |
Thrown when an action could not be completed because the item is locked.
|
RepositoryItemLockException |
Thrown iwhen there is an issue locking the file at the specified path.
|
RepositoryItemMoveException |
The repository item cannot be moved.
|
RepositoryItemNotFoundException |
Thrown when the specified repository item is not be found.
|
RepositoryItemRenameException |
Thrown when the specified repository item cannot be renamed.
|
RepositoryItemRuntimeException |
Root of the hierarchy of all runtime repository item exceptions within the application.
|
RepositoryItemUndoCheckoutException |
Thrown when the specified repository file is not checked out, so the checkout cannot be reversed.
|
RepositoryItemUnlockException |
Thrown iwhen there is an issue unlocking the file at the specified path.
|
RepositoryItemVersioningException |
Thrown when an attempt is made to create a new version of an unversioned file.
|
RepositoryRuntimeException |
Root of the hierarchy of all runtime repository exceptions within the application.
|
RepositorySearchException |
Thrown when an error occurred performing a repository search.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA