Package | Description |
---|---|
com.sas.hls.job |
Provides the classes needed to create, update, and get jobs as well as execute them and get their status
|
Modifier and Type | Method and Description |
---|---|
ManifestFile.FileValidity |
ManifestFile.getFileValidity() |
static ManifestFile.FileValidity |
ManifestFile.FileValidity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManifestFile.FileValidity[] |
ManifestFile.FileValidity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ManifestFile(Resource resource,
boolean wasSynced,
String syncMessage,
ManifestFile.FileValidity fileValidity,
String syncVersion) |
ManifestInput(Resource resource,
boolean wasSynced,
String syncMessage,
ManifestFile.FileValidity fileValidity,
String syncVersion,
String referencingSASFile) |
ManifestOutput(Resource resource,
boolean wasSynced,
String syncMessage,
ManifestFile.FileValidity fileValidity,
String syncVersion,
String referencingSASFile) |
ManifestTask(Resource resource,
boolean wasSynced,
String syncMessage,
ManifestFile.FileValidity fileValidity,
String syncVersion,
int sasSYSCC,
boolean didRun,
boolean failed,
String info) |
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA