SAS Data Integration Studio 4.3
Version Control Plugin Reference
A C D E G I N R S U V

A

ArchiveInfo - Class in com.sas.workspace.plugins
The ArchiveInfo object is used to represent a single archive created by the Version Control Plugin's archive process.
ArchiveInfo() - Constructor for class com.sas.workspace.plugins.ArchiveInfo
Creates a new ArchiveInfo object but leaves all fields uninitialized.
ArchiveInfo(String, String, String, Date, String, List<PathUrl>) - Constructor for class com.sas.workspace.plugins.ArchiveInfo
Creates a new ArchiveInfo object and initializes all fields.

C

com.sas.workspace.plugins - package com.sas.workspace.plugins
 
commit(ArchiveInfo, String) - Method in interface com.sas.workspace.plugins.VersionControlPluginInterface
This method will take an ArchiveInfo object and a path on the local disk to an SPK file that has just been exported from DIS.
containedObjects - Variable in class com.sas.workspace.plugins.ArchiveInfo
the contents of the archive

D

date - Variable in class com.sas.workspace.plugins.ArchiveInfo
the date the archive was created
description - Variable in class com.sas.workspace.plugins.ArchiveInfo
a description of the archive

E

edit(ArchiveInfo, ArchiveInfo) - Method in interface com.sas.workspace.plugins.VersionControlPluginInterface
Used for changing or renaming an existing archive.

G

getArchives() - Method in interface com.sas.workspace.plugins.VersionControlPluginInterface
Returns a list containing data about every version of every archive on the version control system.
getConfigurationProperties() - Method in interface com.sas.workspace.plugins.VersionControlPluginInterface
Returns a map containing key/value pairs of all the VCS specific connection information, such as server information, etc.
getContainedObjects() - Method in class com.sas.workspace.plugins.ArchiveInfo
Returns a list of PathUrl objects, each representing one metadata object contained by this ArchiveInfo object.
getDate() - Method in class com.sas.workspace.plugins.ArchiveInfo
Gets the Date that the archive represented by this ArchiveInfo object was created.
getDescription() - Method in class com.sas.workspace.plugins.ArchiveInfo
Gets the description of this ArchiveInfo.
getName() - Method in class com.sas.workspace.plugins.ArchiveInfo
Gets the name of the archive, originally specified by the user during the archive process.
getPreviousArchive(ArchiveInfo) - Method in interface com.sas.workspace.plugins.VersionControlPluginInterface
This method will analyze the version of the archive passed in and return the ArchiveInfo that is one version older, or null if no previous version exists.
getUserID() - Method in class com.sas.workspace.plugins.ArchiveInfo
Gets the String representing the user who initially created the archive.
getVersion() - Method in class com.sas.workspace.plugins.ArchiveInfo
Gets the version of this ArchiveInfo.

I

isConfigurationCorrect() - Method in interface com.sas.workspace.plugins.VersionControlPluginInterface
This will perform a test login to the version control system and return true if the login was successful, false otherwise.
isTypePasswordInCmdWin() - Method in interface com.sas.workspace.plugins.VersionControlPluginInterface
Some version control systems require that the user enter his or her password at a command prompt.

N

name - Variable in class com.sas.workspace.plugins.ArchiveInfo
the name of the archive

R

remove(ArchiveInfo) - Method in interface com.sas.workspace.plugins.VersionControlPluginInterface
This will remove the specified archive from the VCS system.
retrieve(ArchiveInfo, String) - Method in interface com.sas.workspace.plugins.VersionControlPluginInterface
This method will take an ArchiveInfo object and a path on the local disk.

S

setConfigurationProperties(Properties) - Method in interface com.sas.workspace.plugins.VersionControlPluginInterface
Initializes the plugin with the data needed for operation.
setContainedObjects(List<PathUrl>) - Method in class com.sas.workspace.plugins.ArchiveInfo
Sets the list of PathUrl objects that represent the location (in metadata) of the objects contained within this ArchiveInfo.
setDate(Date) - Method in class com.sas.workspace.plugins.ArchiveInfo
Sets the Date that the archive represented by this ArchiveInfo object was created.
setDescription(String) - Method in class com.sas.workspace.plugins.ArchiveInfo
Sets the description of this ArchiveInfo.
setName(String) - Method in class com.sas.workspace.plugins.ArchiveInfo
Sets the name of the archive, originally specified by the user during the archive process.
setUserID(String) - Method in class com.sas.workspace.plugins.ArchiveInfo
Sets the String representing the user who initially created the archive.
setVersion(String) - Method in class com.sas.workspace.plugins.ArchiveInfo
Sets the version of this ArchiveInfo.

U

userID - Variable in class com.sas.workspace.plugins.ArchiveInfo
the user who created the archive

V

version - Variable in class com.sas.workspace.plugins.ArchiveInfo
the version of the archive
VersionControlPluginInterface - Interface in com.sas.workspace.plugins
Classes implementing this interface will be loaded by the com.sas.metadata.archive plugin and used to interface with a specific version control system.

A C D E G I N R S U V
SAS Data Integration Studio 4.3
Version Control Plugin Reference

Copyright (c) 2011 SAS Institute, Inc.