Uses of Class
com.sas.hls.resource.repository.ResourceCheckinSpecification

Packages that use ResourceCheckinSpecification
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.resource.repository Provides the classes and interfaces needed to manipulate resources in the repository. 
 

Uses of ResourceCheckinSpecification in com.sas.hls.job
 

Methods in com.sas.hls.job with parameters of type ResourceCheckinSpecification
 Job JobService.updateJobInRepository(Job job, ResourceCheckinSpecification checkinSpec)
          Updates the job in the repository with information on the specified Job
 

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

Methods in com.sas.hls.resource.repository with parameters of type ResourceCheckinSpecification
 ActionStatus BatchRepositoryResourceService.checkin(List<String> paths, ResourceCheckinSpecification checkinSpec)
          Checks in all files specified in the list of paths (can contain container and file paths) that are ready for checkin.
 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.
 RepositoryFile RepositoryResourceService.updateFileContents(String path, ResourceCheckinSpecification ciSpec, String localFileLocation)
          Replace the contents of a RepositoryFile with the provided content and make the new version number be as specified.
 ActionStatus BatchRepositoryResourceService.uploadAndExpand(String parentPath, String localZipFilePath, boolean enableVersioningOnAllNewFiles, ResourceCheckinSpecification checkinSpec, boolean createParentFolders)
          Unzips the zip file specified in localZipFilePath and saves the contents to the repository location specified in parentPath.
 



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