Uses of Enum Class
com.sas.lsaf.content.repository.SynchronizationInfo.SynchronizationStatus
Packages that use SynchronizationInfo.SynchronizationStatus
Package
Description
Classes and interfaces to manage content in the repository.
-
Uses of SynchronizationInfo.SynchronizationStatus in com.sas.lsaf.content.repository
Methods in com.sas.lsaf.content.repository that return SynchronizationInfo.SynchronizationStatusModifier and TypeMethodDescriptionSynchronizationInfo.getSynchronizationStatus()Gets the synchronization status between the repository and workspace files.Returns the enum constant of this class with the specified name.SynchronizationInfo.SynchronizationStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.sas.lsaf.content.repository with parameters of type SynchronizationInfo.SynchronizationStatusModifierConstructorDescriptionSynchronizationInfo(String path, RepositoryFileInfo repositoryFileInfo, SynchronizationFileInfo synchronizationFileInfo, WorkspaceFileInfo workspaceFileInfo, SynchronizationInfo.FileStatus fileStatus, SynchronizationInfo.SynchronizationStatus synchronizationStatus, SynchronizationInfo.CheckoutStatus checkoutStatus) Initializing constructor that sets the values of all variables.