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

Packages that use RepositoryFile
com.sas.hls.resource.repository Provides the classes and interfaces needed to manipulate resources in the repository. 
com.sas.hls.work.workitem Service and class definitions for getting work item and task information. 
 

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

Methods in com.sas.hls.resource.repository that return RepositoryFile
 RepositoryFile RepositoryResourceService.createFile(String path, String localFilePath, String comment, boolean createParentFolders)
          Create an unversioned file in the repository.
 RepositoryFile RepositoryResourceService.createVersionedFile(String path, String localFilePath, String comment, String startingVersion, boolean createParentFolders)
          Create a versioned file in the repository.
 RepositoryFile RepositoryResourceService.disableVersioningOnFile(String path, String comment)
          Disable versioning support for the specified RepositoryFile.
 RepositoryFile RepositoryResourceService.enableVersioningOnFile(String path, String comment, String startingVersion)
          Turn on versioning support for the specified RepositoryFile.
 RepositoryFile RepositoryResourceService.getFileVersion(String path, String version)
          Get a client representation of the specified resource.
 RepositoryFile RepositoryResourceService.lockFile(String path)
          Lock the repository file
 RepositoryFile RepositoryResourceService.unlockFile(String path)
          Unlock the repository file
 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.
 

Methods in com.sas.hls.resource.repository that return types with arguments of type RepositoryFile
 List<RepositoryFile> RepositoryResourceService.getVersions(String path)
          Get the list of stored versions of the specified repository file.
 

Uses of RepositoryFile in com.sas.hls.work.workitem
 

Methods in com.sas.hls.work.workitem that return types with arguments of type RepositoryFile
 List<RepositoryFile> WorkItemService.getAttachmentsForWorkItem(String workItemId)
          Get all attachments associated with a work item.
 



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