Uses of Class
com.sas.lsaf.content.repository.signature.Signature
-
Packages that use Signature Package Description com.sas.lsaf.content.repository.signature Service and class definitions for signing files and getting signatures. -
-
Uses of Signature in com.sas.lsaf.content.repository.signature
Methods in com.sas.lsaf.content.repository.signature that return Signature Modifier and Type Method Description Signature
SignatureService. createSignature(java.lang.String path, CreateSignatureInfo createSignatureInfo)
Creates a signature for the current version of a file (only the current version of a file can be signed).Methods in com.sas.lsaf.content.repository.signature that return types with arguments of type Signature Modifier and Type Method Description java.util.Set<Signature>
SignatureService. getSignatures(java.lang.String path)
Gets all of the signatures that are associated with a file.java.util.Set<Signature>
SignatureService. getSignaturesByVersion(java.lang.String path, java.lang.String version)
Gets all of the the signatures for a specific version of a file.java.util.Set<Signature>
SignatureService. getSignaturesForLatestVersion(java.lang.String path)
Gets all of the signatures for the latest version of a file.
-