Package | Description |
---|---|
com.sas.hls.resource.repository |
Provides the classes and interfaces needed to manipulate resources in the repository.
|
Modifier and Type | Method and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
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) 2017, SAS Institute Inc., Cary, NC, USA