Uses of Class
com.sas.lsaf.core.action.ActionStatus
Packages that use ActionStatus
Package
Description
Classes and interfaces to manage content in the repository.
Classes and interfaces to manage content in the current user's workspace.
-
Uses of ActionStatus in com.sas.lsaf.content.repository
Methods in com.sas.lsaf.content.repository that return ActionStatusModifier 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.Checks out all of the files that are specified in the list of paths (which can contain container paths and file paths).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 ActionStatus in com.sas.lsaf.content.workspace
Methods in com.sas.lsaf.content.workspace that return ActionStatusModifier and TypeMethodDescriptionBatchWorkspaceService.uploadAndExpand(String parentPath, String localFilePath, boolean createParentFolders) Unzips the specified zip file and saves the contents to the specified workspace location.