Uses of Class
com.sas.hls.resource.repository.exception.RepositoryResourceCheckinException

Packages that use RepositoryResourceCheckinException
com.sas.hls.resource.repository Provides the classes and interfaces needed to manipulate resources in the repository. 
 

Uses of RepositoryResourceCheckinException in com.sas.hls.resource.repository
 

Methods in com.sas.hls.resource.repository that throw RepositoryResourceCheckinException
 void RepositoryResourceService.checkinFileFromWorkspace(String path, ResourceCheckinSpecification checkinSpecification)
          Check in the contents of this resource from the current user's workspace to the repository.
 void RepositoryResourceService.markForAddAndCheckinFileFromWorkspace(String path, boolean versionFile, ResourceCheckinSpecification checkinSpecification)
          Marks a file for add and checks it in to the repository from the workspace.
 void RepositoryResourceService.updateContentInWorkspaceAndCheckin(String path, String localFilePath, ResourceCheckinSpecification ciSpec)
          Save the local file contents specified into the current user's workspace, and then check the workspace file into the repository.
 



Copyright (c) 2013, SAS Institute Inc., Cary, NC, USA