Package | Description |
---|---|
org.kepler.kar | |
org.kepler.objectmanager.repository | |
org.kepler.workflowscheduler.gui |
Modifier and Type | Method and Description |
---|---|
Repository |
UploadToRepository.getRepository() |
Modifier and Type | Method and Description |
---|---|
void |
UploadToRepository.setRepository(Repository repository)
Set the Repository to upload the KARFile to.
|
Modifier and Type | Class and Description |
---|---|
class |
EcogridRepository
This class represents an ecogrid repository
|
Modifier and Type | Method and Description |
---|---|
Repository |
RepositoryManager.getRepository(java.lang.String name)
returns the repository with the given name. if it doesn't exist, this
method returns null.
|
Repository |
RepositoryManager.getSaveRepository()
return the repository that is currently marked as the save repository
|
Modifier and Type | Method and Description |
---|---|
java.util.Vector<Repository> |
RepositoryManager.getRepositories()
return the list of repositories
|
java.util.Iterator<Repository> |
RepositoryManager.repositoryList()
return the list of repositories
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryManager.setSaveRepository(Repository rep)
set the repository that should be saved to.
|
Modifier and Type | Field and Description |
---|---|
protected static Repository |
SchedulerAbstractAction.source |
Modifier and Type | Method and Description |
---|---|
Repository |
Schedule.getWorkflowLocation()
Get the workflow location repository
|
Repository |
Schedule.getWorkflowRunDestination()
Get the destination repository which will store the workflwo run
|
Modifier and Type | Method and Description |
---|---|
void |
Schedule.setWorkflowLocation(Repository workflowLocation)
Set the workflow location repository
|
void |
Schedule.setWorkflowRunDestination(Repository workflowRunDestination)
Set the destination repository which will store the workflow run
|