Package | Description |
---|---|
com.sas.lsaf.content.repository |
Classes and interfaces to manage content in the repository.
|
com.sas.lsaf.content.repository.signature |
Service and class definitions for signing files and getting signatures.
|
Modifier and Type | Method and Description |
---|---|
RepositoryFile.SigningStatus |
RepositoryFile.getSigningStatus()
Gets the signature status of the file.
|
static RepositoryFile.SigningStatus |
RepositoryFile.SigningStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepositoryFile.SigningStatus[] |
RepositoryFile.SigningStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RepositoryExecutableFile(String typeId,
String id,
String name,
String path,
long revision,
RepositoryItem.State state,
String createdBy,
Date created,
String lastModifiedBy,
Date lastModified,
String propertiesLastModifiedBy,
Date propertiesLastModified,
String description,
RepositoryItem.Syncable syncable,
List<Attribute> attributes,
long size,
boolean checkedOut,
String checkedOutBy,
Date checkedOutDate,
boolean versioned,
String version,
String comment,
boolean locked,
RepositoryFile.SigningStatus signingStatus,
boolean runAsOwner,
VersionLimits versionLimits,
String digest)
It is not intended or recommended that the consumer of the API construct these objects.
|
RepositoryFile(String typeId,
String id,
String name,
String path,
long revision,
RepositoryItem.State state,
String createdBy,
Date created,
String lastModifiedBy,
Date lastModified,
String propertiesLastModifiedBy,
Date propertiesLastModified,
String description,
RepositoryItem.Syncable syncable,
List<Attribute> attributes,
long size,
boolean checkedOut,
String checkedOutBy,
Date checkedOutDate,
boolean versioned,
String version,
String comment,
boolean locked,
RepositoryFile.SigningStatus signingStatus,
VersionLimits versionLimits,
String digest)
It is not intended or recommended that the consumer of the API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
RepositoryFile.SigningStatus |
SignatureService.getSigningStatus(String path)
Describes the overall signature status of the file.
|
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>