Uses of Class
com.sas.lsaf.content.repository.RepositoryCheckinSpecification
Packages that use RepositoryCheckinSpecification
Package
Description
Classes and interfaces to manage content in the repository.
Provides the classes needed to create, update, and get jobs as well as execute them and get their status.
-
Uses of RepositoryCheckinSpecification in com.sas.lsaf.content.repository
Methods in com.sas.lsaf.content.repository with parameters of type RepositoryCheckinSpecificationModifier and TypeMethodDescriptionBatchRepositoryService.checkin(List<String> paths, RepositoryCheckinSpecification checkinSpecification) Checks in all of the files that are specified in the list of paths (which can contain container paths and file paths) that are ready for check in.RepositoryService.checkin(String path, RepositoryCheckinSpecification checkinSpecification) Checks in the file from the current user's workspace to the repository.RepositoryService.updateFileContents(String path, RepositoryCheckinSpecification checkinSpecification, String localFileLocation) Updates the repository file with the specified file or creates a new version of the file, if the file is versioned.BatchRepositoryService.uploadAndExpand(String parentPath, String localZipFilePath, boolean enableVersioningOnAllNewFiles, RepositoryCheckinSpecification checkinSpecification, boolean createParentFolders) Unzips the zip file that is specified in localZipFilePath and saves the contents to the repository location that is specified in parentPath. -
Uses of RepositoryCheckinSpecification in com.sas.lsaf.execution.job
Methods in com.sas.lsaf.execution.job with parameters of type RepositoryCheckinSpecificationModifier and TypeMethodDescriptionJobService.createRepositoryJob(Job job, RepositoryCheckinSpecification jobCheckinSpec, boolean createParents, boolean useRelativePaths) Creates a job in the repository.JobService.updateRepositoryJob(Job job, RepositoryCheckinSpecification checkinSpec) Updates the job in the repository with the information in the job.