org.eclipse.stardust.engine.api.runtime
Interface RepositoryMigrationJobInfo
public interface RepositoryMigrationJobInfo
Holds information about a repository migration job.
- Author:
- Roland.Stamm
getName
java.lang.String getName()
- Returns:
- the name of the migration job.
getDescription
java.lang.String getDescription()
- Returns:
- a description for the migration job.
getFromVersion
int getFromVersion()
- Returns:
- source repository version.
getToVersion
int getToVersion()
- Returns:
- target repository version.
Copyright © 2013 SunGard CSA LLC. All Rights Reserved.