Package | Description |
---|---|
org.kepler.gui.kar | |
org.kepler.kar | |
org.kepler.kar.handlers | |
org.kepler.kar.karxml | |
org.kepler.provenance.sql | |
org.kepler.workflowscheduler.gui |
Modifier and Type | Method and Description |
---|---|
KARFile |
KAREffigy.getKARFile()
Get the KAR file.
|
Modifier and Type | Method and Description |
---|---|
void |
KarManifestViewer.initialize(KARFile karFile) |
void |
KAREffigy.setKARFile(KARFile karFile)
Set the KAR file.
|
boolean |
ComponentUploader.upload(KARFile karFile)
Upload a kar file and generated kaxml to the repository.
|
boolean |
ComponentUploader.upload(KARFile karFile,
java.lang.String metadataObj)
Upload a kar file and associated metadata to a repository
|
Modifier and Type | Method and Description |
---|---|
KARFile |
KARManager.get(javax.swing.JFrame jFrame) |
Modifier and Type | Method and Description |
---|---|
void |
KARManager.add(javax.swing.JFrame jFrame,
KARFile karFile)
Add mapping of karFile to jFrame
|
CacheObject |
KAREntryHandler.cache(KARFile karFile,
KAREntry entry)
This method should return a CacheObject that will be put into the cache.
|
boolean |
KARCacheManager.insertIntoCache(KARFile karFile)
Insert a KARFile into the KARS_CACHED table.
|
boolean |
KARCacheManager.insertKARError(KARFile karFile) |
boolean |
KAREntryHandler.open(KARFile karFile,
KAREntry entry,
TableauFrame tableauFrame)
When a KAR file is opened, any entries in the KAR file that have the same
type as this KAREntryHandler will be passed to this open method.
|
Modifier and Type | Method and Description |
---|---|
CacheObject |
JARKAREntryHandler.cache(KARFile karFile,
KAREntry entry) |
CacheObject |
ActorMetadataKAREntryHandler.cache(KARFile karFile,
KAREntry entry) |
CacheObject |
ModuleTxtKAREntryHandler.cache(KARFile karFile,
KAREntry entry)
This method should return a CacheObject that will be put into the cache.
|
CacheObject |
ProvKAREntryHandler.cache(KARFile karFile,
KAREntry entry)
Does nothing.
|
CacheObject |
WorkflowRunEntryHandler.cache(KARFile karFile,
KAREntry entry) |
CacheObject |
ReportLayoutKAREntryHandler.cache(KARFile karFile,
KAREntry entry) |
CacheObject |
ReportInstanceKAREntryHandler.cache(KARFile karFile,
KAREntry entry) |
boolean |
JARKAREntryHandler.open(KARFile karFile,
KAREntry entry,
TableauFrame tableauFrame) |
boolean |
ActorMetadataKAREntryHandler.open(KARFile karFile,
KAREntry entry,
TableauFrame tableauFrame) |
boolean |
ModuleTxtKAREntryHandler.open(KARFile karFile,
KAREntry entry,
TableauFrame tableauFrame)
When a KAR file is opened, any entries in the kar file that have the same
type as this KAREntryHandler will be passed to this open method.
|
boolean |
ProvKAREntryHandler.open(KARFile karFile,
KAREntry entry,
TableauFrame tableauFrame)
Open a KAR entry for a PROVProvenance.
|
boolean |
WorkflowRunEntryHandler.open(KARFile karFile,
KAREntry entry,
TableauFrame tableauFrame) |
boolean |
ReportLayoutKAREntryHandler.open(KARFile karFile,
KAREntry entry,
TableauFrame tableauFrame) |
boolean |
ReportInstanceKAREntryHandler.open(KARFile karFile,
KAREntry entry,
TableauFrame tableauFrame) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
KarXmlGenerator.getKarXml(KARFile karFile)
Get an XML file representation for a KARFile.
|
void |
KarXmlGenerator.setKarFile(KARFile karFile)
Set the KARFile object to generate the karxml from.
|
Constructor and Description |
---|
KarXmlGenerator(KARFile karFile)
Constructor that takes a KARFile as a parameter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SQLRecordingV8.insertHuskRun(KARFile karFile,
WorkflowRun run)
If run's exec LSID does not already exist in provenance, insert WorkflowRun
into provenance.
|
Constructor and Description |
---|
UploadingKARFileSwingWorker(KARFile karFile,
java.lang.String karFilePath,
java.lang.String workflowName,
java.lang.String workflowLSID,
java.lang.String repositoryName,
ScheduleChangeController changeController,
TableauFrame parent)
Constructor
|