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
|
com.sas.hls.resource.repository |
Provides the classes and interfaces needed to manipulate resources in the repository.
|
com.sas.hls.resource.workspace |
Provides the classes and interfaces to manipulate resources in the current workspace.
|
Modifier and Type | Method and Description |
---|---|
Resource |
ManifestFile.getResource() |
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) |
Modifier and Type | Class and Description |
---|---|
class |
RepositoryContainer
Client representation of a generic container stored in the repository.
|
class |
RepositoryFile
Client representation of a file stored in the repository.
|
class |
RepositoryFolder
Client representation of a folder stored in the repository.
|
class |
RepositoryResource
Abstract parent class for resources in the repository.
|
Modifier and Type | Class and Description |
---|---|
class |
WorkspaceFile
Client-side representation of a file in the workspace.
|
class |
WorkspaceFolder
Client-side representation of a folder in the workspace.
|
class |
WorkspaceResource
Abstract base class for client-side representations of workspace resources.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA