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

Packages that use Signature
com.sas.hls.resource.repository Provides the classes and interfaces needed to manipulate resources in the repository. 
 

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

Methods in com.sas.hls.resource.repository that return Signature
 Signature SignatureService.createSignature(String path, CreateSignatureInfo createSignatureInfo)
          Create an electronic signature for the current version of a file (only the current version of a file can be electronically signed).
 

Methods in com.sas.hls.resource.repository that return types with arguments of type Signature
 Set<Signature> SignatureService.getSignatures(String path)
          Retrieve all the electronic signatures associated to a file in the repository.
 Set<Signature> SignatureService.getSignaturesByVersion(String path, String version)
          Retrieve the electronic signatures for a specific version of a file in the repository.
 Set<Signature> SignatureService.getSignaturesForLatestVersion(String path)
          Retrieve the electronic signatures for the latest version of a file in the repository.
 



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