Uses of Class
com.sas.lsaf.core.action.ActionStatus
-
Packages that use ActionStatus Package Description com.sas.lsaf.content.repository Classes and interfaces to manage content in the repository.com.sas.lsaf.content.workspace 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 ActionStatus Modifier and Type Method Description ActionStatus
BatchRepositoryService. checkin(java.util.List<java.lang.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.ActionStatus
BatchRepositoryService. checkout(java.util.List<java.lang.String> paths)
Checks out all of the files that are specified in the list of paths (which can contain container paths and file paths).ActionStatus
BatchRepositoryService. uploadAndExpand(java.lang.String parentPath, java.lang.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 ActionStatus Modifier and Type Method Description ActionStatus
BatchWorkspaceService. uploadAndExpand(java.lang.String parentPath, java.lang.String localFilePath, boolean createParentFolders)
Unzips the specified zip file and saves the contents to the specified workspace location.
-