Modifier and Type | Method and Description |
---|---|
protected Metadata |
StdProductCrawler.getMetadataForProduct(File product) |
protected abstract Metadata |
ProductCrawler.getMetadataForProduct(File product) |
protected Metadata |
MetExtractorProductCrawler.getMetadataForProduct(File product) |
protected Metadata |
AutoDetectProductCrawler.getMetadataForProduct(File product) |
Modifier and Type | Method and Description |
---|---|
protected File |
StdProductCrawler.renameProduct(File product,
Metadata productMetadata) |
protected abstract File |
ProductCrawler.renameProduct(File product,
Metadata productMetadata) |
protected File |
MetExtractorProductCrawler.renameProduct(File product,
Metadata productMetadata) |
protected File |
AutoDetectProductCrawler.renameProduct(File product,
Metadata productMetadata) |
Modifier and Type | Method and Description |
---|---|
File |
FileBasedAction.getSelectedFile(File product,
Metadata metadata) |
abstract boolean |
ToggleAction.Toggle.isOn(File product,
Metadata productMetadata) |
boolean |
WorkflowMgrStatusUpdate.performAction(File product,
Metadata productMetadata) |
boolean |
ToggleAction.performAction(File product,
Metadata productMetadata) |
boolean |
TernaryAction.performAction(File product,
Metadata metadata) |
boolean |
SolrIndexingAction.performAction(File product,
Metadata productMetadata) |
boolean |
MoveFile.performAction(File product,
Metadata productMetadata) |
boolean |
MimeTypeCrawlerAction.performAction(File product,
Metadata productMetadata) |
boolean |
GroupAction.performAction(File product,
Metadata metadata) |
boolean |
FilemgrUniquenessChecker.performAction(File product,
Metadata productMetadata) |
boolean |
FileBasedAction.performAction(File product,
Metadata metadata) |
boolean |
ExternAction.performAction(File product,
Metadata productMetadata) |
boolean |
EmailNotification.performAction(File product,
Metadata metadata) |
boolean |
DeleteFile.performAction(File product,
Metadata productMetadata) |
abstract boolean |
CrawlerAction.performAction(File product,
Metadata productMetadata) |
boolean |
IngestAncillary.performFileAction(File actionFile,
Metadata metadata) |
abstract boolean |
FileBasedAction.performFileAction(File actionFile,
Metadata metadata) |
Modifier and Type | Method and Description |
---|---|
Metadata |
ProductCrawlerBean.getGlobalMetadata() |
Modifier and Type | Method and Description |
---|---|
void |
ProductCrawlerBean.setGlobalMetadata(Metadata globalMetadata) |
Modifier and Type | Method and Description |
---|---|
Metadata |
MetadataResource.getCatalogMetadata(Product product)
|
protected Metadata |
MetadataResource.getStagingMetadata(String id,
String configId,
Boolean overwrite) |
Metadata |
MetadataResource.readMetFile(String file)
|
protected Metadata |
MetadataResource.runMetExtractor(String id,
ExtractorConfig config) |
Modifier and Type | Method and Description |
---|---|
protected String |
MetadataResource.getMetadataAsHTML(Metadata metadata) |
void |
MetadataResource.updateCatalogMetadata(Product product,
Metadata newMetadata)
|
void |
MetadataResource.writeMetFile(String id,
Metadata metadata)
|
Modifier and Type | Method and Description |
---|---|
Metadata |
ScienceDataCatalog.getMetadata(Product product) |
Metadata |
MappedDataSourceCatalog.getMetadata(Product product) |
Metadata |
LuceneCatalog.getMetadata(Product product) |
Metadata |
LenientDataSourceCatalog.getMetadata(Product product) |
Metadata |
DataSourceCatalog.getMetadata(Product product) |
Metadata |
Catalog.getMetadata(Product product)
Gets the Metadata for a given Product.
|
Metadata |
ScienceDataCatalog.getReducedMetadata(Product product,
List<String> metList) |
Metadata |
LuceneCatalog.getReducedMetadata(Product product,
List<String> elements) |
Metadata |
LenientDataSourceCatalog.getReducedMetadata(Product product,
List<String> elems) |
Metadata |
DataSourceCatalog.getReducedMetadata(Product product,
List<String> elems) |
Metadata |
Catalog.getReducedMetadata(Product product,
List<String> elements)
Gets a reduced set of metadata for a give Product.
|
Modifier and Type | Method and Description |
---|---|
void |
ScienceDataCatalog.addMetadata(Metadata m,
Product p) |
void |
MappedDataSourceCatalog.addMetadata(Metadata metadata,
Product product) |
void |
LuceneCatalog.addMetadata(Metadata m,
Product product) |
void |
LenientDataSourceCatalog.addMetadata(Metadata m,
Product product) |
void |
DataSourceCatalog.addMetadata(Metadata m,
Product product) |
void |
Catalog.addMetadata(Metadata m,
Product product)
Ingests
Metadata into the metadata store, and associates it with
the given productId . |
void |
ScienceDataCatalog.removeMetadata(Metadata arg0,
Product arg1) |
void |
MappedDataSourceCatalog.removeMetadata(Metadata metadata,
Product product) |
void |
LuceneCatalog.removeMetadata(Metadata m,
Product product) |
void |
LenientDataSourceCatalog.removeMetadata(Metadata m,
Product product) |
void |
DataSourceCatalog.removeMetadata(Metadata m,
Product product) |
void |
Catalog.removeMetadata(Metadata m,
Product product)
Removes
Metadata from the metadata store, and disassociates it
from the given productId . |
Modifier and Type | Method and Description |
---|---|
Metadata |
CompleteProduct.getMetadata() |
Metadata |
SolrCatalog.getMetadata(Product product) |
Metadata |
SolrCatalog.getReducedMetadata(Product product,
List<String> elements) |
Modifier and Type | Method and Description |
---|---|
void |
SolrCatalog.addMetadata(Metadata metadata,
Product product) |
protected void |
DefaultProductSerializer.deserializeMultiValueField(String name,
List<String> values,
Metadata metadata)
Method that deserializes a multi-valued Solr field into a Metadata element.
|
protected void |
DefaultProductSerializer.deserializeSingleValueField(String name,
String value,
Metadata metadata)
Method that deserializes a single-valued Solr field into a Metadata element.
|
void |
SolrCatalog.removeMetadata(Metadata metadata,
Product product)
This method implementation will remove the specified keys and values from the product metadata,
leaving all other metadata keys and values unchanged.
|
List<String> |
ProductSerializer.serialize(String productId,
Metadata metadata,
boolean replace)
Method to transform a CAS Metadata object into one or more Solr "update" documents
(i.e.
|
List<String> |
DefaultProductSerializer.serialize(String productId,
Metadata metadata,
boolean replace)
Method to transform a CAS Metadata object into one or more Solr "update" documents
(i.e.
|
void |
CompleteProduct.setMetadata(Metadata metadata) |
Modifier and Type | Method and Description |
---|---|
String |
StdIngester.ingest(URL fmUrl,
File prodFile,
Metadata met) |
String |
Ingester.ingest(URL fmUrl,
File prodFile,
Metadata met)
Ingests a
Product to the file manager service object identified
by the given URL parameter. |
Modifier and Type | Method and Description |
---|---|
Metadata |
CoreMetExtractor.doExtract(Product product,
Metadata met) |
abstract Metadata |
AbstractFilemgrMetExtractor.doExtract(Product product,
Metadata met) |
Metadata |
FilemgrMetExtractor.extractMetadata(Product product,
Metadata met)
|
Metadata |
AbstractFilemgrMetExtractor.extractMetadata(Product product,
Metadata met) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractFilemgrMetExtractor.addMetadataIfUndefined(Metadata origMet,
Metadata destMet,
String key,
String val) |
Metadata |
CoreMetExtractor.doExtract(Product product,
Metadata met) |
abstract Metadata |
AbstractFilemgrMetExtractor.doExtract(Product product,
Metadata met) |
Metadata |
FilemgrMetExtractor.extractMetadata(Product product,
Metadata met)
|
Metadata |
AbstractFilemgrMetExtractor.extractMetadata(Product product,
Metadata met) |
protected void |
AbstractFilemgrMetExtractor.merge(Metadata src,
Metadata dest) |
protected void |
AbstractFilemgrMetExtractor.validateProduct(Product product,
Metadata met) |
Modifier and Type | Method and Description |
---|---|
Metadata |
TikaAutoDetectExtractor.doExtract(Product product,
Metadata met) |
Metadata |
MimeTypeExtractor.doExtract(Product product,
Metadata met) |
Metadata |
FinalFileLocationExtractor.doExtract(Product product,
Metadata met) |
Metadata |
FilenameRegexMetExtractor.doExtract(Product product,
Metadata met) |
Metadata |
FileAttributesExtractor.doExtract(Product product,
Metadata metadata) |
Metadata |
DateTimeExpandMetExtractor.doExtract(Product product,
Metadata metadata) |
Modifier and Type | Method and Description |
---|---|
Metadata |
TikaAutoDetectExtractor.doExtract(Product product,
Metadata met) |
Metadata |
MimeTypeExtractor.doExtract(Product product,
Metadata met) |
Metadata |
FinalFileLocationExtractor.doExtract(Product product,
Metadata met) |
Metadata |
FilenameRegexMetExtractor.doExtract(Product product,
Metadata met) |
Metadata |
FileAttributesExtractor.doExtract(Product product,
Metadata metadata) |
Metadata |
DateTimeExpandMetExtractor.doExtract(Product product,
Metadata metadata) |
Modifier and Type | Method and Description |
---|---|
Metadata |
ProductType.getTypeMetadata() |
Modifier and Type | Method and Description |
---|---|
void |
ProductType.setTypeMetadata(Metadata typeMetadata) |
Modifier and Type | Method and Description |
---|---|
Metadata |
QueryResult.getMetadata() |
Modifier and Type | Method and Description |
---|---|
void |
QueryResult.setMetadata(Metadata metadata) |
Constructor and Description |
---|
QueryResult(Product product,
Metadata metadata) |
Modifier and Type | Method and Description |
---|---|
void |
ValueReplaceTypeHandler.postGetMetadataHandle(Metadata metadata)
Handles converting any Catalog metadata element values to their original values.
|
abstract void |
TypeHandler.postGetMetadataHandle(Metadata metadata)
Handles converting any Catalog metadata element values to their original values.
|
void |
ValueReplaceTypeHandler.preAddMetadataHandle(Metadata metadata)
Handles converting any metadata element to Catalog element values.
|
abstract void |
TypeHandler.preAddMetadataHandle(Metadata metadata)
Handles converting any metadata element to Catalog element values.
|
Modifier and Type | Method and Description |
---|---|
Metadata |
XmlRpcFileManagerClient.getCatalogValues(Metadata metadata,
ProductType productType) |
Metadata |
XmlRpcFileManagerClient.getMetadata(Product product) |
Metadata |
XmlRpcFileManagerClient.getOrigValues(Metadata metadata,
ProductType productType) |
Metadata |
XmlRpcFileManagerClient.getReducedMetadata(Product product,
List<?> elements) |
Modifier and Type | Method and Description |
---|---|
void |
XmlRpcFileManagerClient.addMetadata(Product product,
Metadata metadata) |
Metadata |
XmlRpcFileManagerClient.getCatalogValues(Metadata metadata,
ProductType productType) |
Metadata |
XmlRpcFileManagerClient.getOrigValues(Metadata metadata,
ProductType productType) |
String |
XmlRpcFileManagerClient.ingestProduct(Product product,
Metadata metadata,
boolean clientTransfer) |
boolean |
XmlRpcFileManagerClient.updateMetadata(Product product,
Metadata met) |
Modifier and Type | Method and Description |
---|---|
void |
Versioner.createDataStoreReferences(Product product,
Metadata metadata) |
void |
SingleFileBasicVersioner.createDataStoreReferences(Product product,
Metadata metadata) |
void |
ProductTypeMetVersioner.createDataStoreReferences(Product product,
Metadata metadata) |
void |
MetadataBasedFileVersioner.createDataStoreReferences(Product product,
Metadata metadata) |
void |
InPlaceVersioner.createDataStoreReferences(Product product,
Metadata metadata) |
void |
DirectoryProductVersioner.createDataStoreReferences(Product product,
Metadata metadata) |
void |
DateTimeVersioner.createDataStoreReferences(Product product,
Metadata metadata) |
void |
ConfigurableMetadataBasedFileVersioner.createDataStoreReferences(Product product,
Metadata metadata) |
void |
BasicVersioner.createDataStoreReferences(Product product,
Metadata metadata) |
void |
AcquisitionDateVersioner.createDataStoreReferences(Product product,
Metadata metadata) |
Modifier and Type | Class and Description |
---|---|
class |
SerializableMetadata |
Modifier and Type | Method and Description |
---|---|
Metadata |
MetExtractor.extractMetadata(File f)
|
Metadata |
AbstractMetExtractor.extractMetadata(File f) |
Metadata |
MetExtractor.extractMetadata(File f,
File configFile)
|
Metadata |
AbstractMetExtractor.extractMetadata(File f,
File configFile) |
Metadata |
MetExtractor.extractMetadata(File f,
MetExtractorConfig config)
|
Metadata |
AbstractMetExtractor.extractMetadata(File f,
MetExtractorConfig config) |
Metadata |
MetExtractor.extractMetadata(File f,
String configFilePath)
|
Metadata |
AbstractMetExtractor.extractMetadata(File f,
String configFilePath) |
Metadata |
MetExtractor.extractMetadata(String filePath)
Extracts
Metadata from a given /path/to/some/file . |
Metadata |
AbstractMetExtractor.extractMetadata(String filePath) |
Metadata |
MetExtractor.extractMetadata(URL fileUrl)
|
Metadata |
AbstractMetExtractor.extractMetadata(URL fileUrl) |
Metadata |
MetExtractor.extractMetadata(URL fileUrl,
MetExtractorConfig config)
|
Metadata |
AbstractMetExtractor.extractMetadata(URL fileUrl,
MetExtractorConfig config) |
protected abstract Metadata |
AbstractMetExtractor.extrMetadata(File file)
|
Metadata |
SerializableMetadata.getMetadata()
Converts SerializableMetadata into a plain metadata object
|
Metadata |
Metadata.getSubMetadata(String group)
Creates a Metadata from the given group
|
Modifier and Type | Method and Description |
---|---|
void |
Metadata.addMetadata(Metadata metadata)
Adds (Appends if key exists) from given metadata into this metadata
|
void |
Metadata.addMetadata(String group,
Metadata metadata) |
void |
Metadata.replaceMetadata(Metadata metadata)
Adds (Replaces if key exists) from given Metadata into this Metadata
|
void |
Metadata.replaceMetadata(String group,
Metadata metadata) |
Constructor and Description |
---|
Metadata(Metadata metadata) |
SerializableMetadata(Metadata metadata) |
SerializableMetadata(Metadata metadata,
String xmlEncoding,
boolean useCDATA)
Builds a SerializableMetadata object from a Metadata object
|
Modifier and Type | Method and Description |
---|---|
Metadata |
TikaCmdLineMetExtractor.extrMetadata(File file) |
protected Metadata |
ProdTypePatternMetExtractor.extrMetadata(File file) |
protected Metadata |
ParentKeyDataSourceMetExtractor.extrMetadata(File file) |
Metadata |
MetReaderExtractor.extrMetadata(File file) |
protected Metadata |
FilenameTokenMetExtractor.extrMetadata(File file) |
Metadata |
ExternMetExtractor.extrMetadata(File file) |
protected Metadata |
DataSourceMetExtractor.extrMetadata(File file) |
Metadata |
CopyAndRewriteExtractor.extrMetadata(File file) |
Metadata |
FilenameTokenConfig.getCommonMet() |
protected Metadata |
DataSourceMetExtractor.getMetadata(DataSource dataSource,
String query,
String key) |
Metadata |
FilenameTokenConfig.getSubstringOffsetMet(File file) |
Modifier and Type | Method and Description |
---|---|
Metadata |
PathUtilsNamingConvention.getTmpReplaceMet() |
Modifier and Type | Method and Description |
---|---|
File |
PathUtilsNamingConvention.rename(File file,
Metadata metadata) |
File |
NamingConvention.rename(File file,
Metadata metadata) |
Modifier and Type | Method and Description |
---|---|
static String |
PathUtils.doDynamicDateFormatReplacement(String string,
Metadata metadata) |
static String |
PathUtils.doDynamicDateReplacement(String string,
Metadata metadata) |
static String |
PathUtils.doDynamicDateRollReplacement(String string,
Metadata metadata)
usage format: [DATE_ADD(
)] example: [DATE_ADD(2009-12-31, yyyy-MM-dd, 1, day)] . |
static String |
PathUtils.doDynamicDateToMillisReplacement(String string,
Metadata metadata)
Replaces String method of format [DATE_TO_MILLIS(
|
static String |
PathUtils.doDynamicDateToSecsReplacement(String string,
Metadata metadata)
Replaces String method of format [DATE_TO_SECS(
|
static String |
PathUtils.doDynamicReplacement(String string,
Metadata metadata) |
static String |
PathUtils.doDynamicUtcToTaiDateReplacement(String string,
Metadata metadata)
Replaces String method of format [UTC_TO_TAI(
|
static String |
PathUtils.replaceEnvVariables(String origPath,
Metadata metadata) |
static String |
PathUtils.replaceEnvVariables(String origPath,
Metadata metadata,
boolean expand) |
Modifier and Type | Method and Description |
---|---|
protected Metadata |
PGETaskInstance.getMetadataForFile(File sciPgeCreatedDataFile,
PcsMetFileWriter writer,
Object[] args) |
Modifier and Type | Method and Description |
---|---|
protected PgeMetadata |
PGETaskInstance.createPgeMetadata(Metadata dynMetadata,
WorkflowTaskConfiguration config) |
void |
PGETaskInstance.run(Metadata metadata,
WorkflowTaskConfiguration config) |
protected void |
PGETaskInstance.writeFromMetadata(Metadata metadata,
String toMetFilePath) |
Constructor and Description |
---|
PGETask(Metadata metadata,
WorkflowTaskConfiguration wftConfig) |
Modifier and Type | Method and Description |
---|---|
Metadata |
PgeMetadata.asMetadata(PgeMetadata.Type... types)
Combines STATIC, DYNAMIC, and LOCAL metadata into one metadata object.
|
Modifier and Type | Method and Description |
---|---|
void |
PgeMetadata.replaceMetadata(Metadata metadata)
Replace all key values with the given key values in the provided
Metadata . |
Constructor and Description |
---|
PgeMetadata(Metadata staticMetadata,
Metadata dynamicMetadata) |
Modifier and Type | Method and Description |
---|---|
static String |
XmlHelper.fillIn(String value,
Metadata inputMetadata) |
static String |
XmlHelper.fillIn(String value,
Metadata inputMetadata,
boolean envReplaceRecur) |
static List<String> |
XmlHelper.getArgs(Element elem,
Metadata metadata) |
static String |
XmlHelper.getDir(Element elem,
Metadata metadata) |
static List<DynamicConfigFile> |
XmlHelper.getDynamicConfigFiles(Element elem,
Metadata metadata) |
static List<String> |
XmlHelper.getExeCmds(Element elem,
Metadata metadata) |
static String |
XmlHelper.getFile(Element elem,
Metadata metadata) |
static String |
XmlHelper.getFileStagingMetadataKey(Element elem,
Metadata metadata) |
static List<Pair<String,String>> |
XmlHelper.getImports(Element elem,
Metadata metadata) |
static String |
XmlHelper.getMetadataKey(Element metElem,
Metadata metadata) |
static String |
XmlHelper.getMetadataKeyRef(Element elem,
Metadata metadata) |
static List<String> |
XmlHelper.getMetadataValues(Element elem,
Metadata metadata) |
static String |
XmlHelper.getNamespace(Element elem,
Metadata metadata) |
static List<OutputDir> |
XmlHelper.getOuputDirs(Element elem,
Metadata metadata) |
static String |
XmlHelper.getPath(Element elem,
Metadata metadata) |
static void |
XmlHelper.getRegExpOutputFiles(Element elem,
Metadata metadata,
OutputDir outputDir) |
static String |
XmlHelper.getShellType(Element elem,
Metadata metadata) |
static List<String> |
XmlHelper.getStageFilesMetKeys(Element elem,
Metadata metadata) |
static String |
XmlHelper.getWriter(Element elem,
Metadata metadata) |
static boolean |
XmlHelper.isCreateBeforeExe(Element elem,
Metadata metadata) |
static boolean |
XmlHelper.isEnvReplace(Element elem,
Metadata metadata) |
static boolean |
XmlHelper.isEnvReplaceNoRecur(Element elem,
Metadata metadata) |
static boolean |
XmlHelper.isForceStage(Element elem,
Metadata metadata) |
static boolean |
XmlHelper.isMultiValue(Element elem,
Metadata metadata) |
static boolean |
XmlHelper.isWorkflowMetKey(Element elem,
Metadata metadata) |
Modifier and Type | Class and Description |
---|---|
class |
VelocityMetadata
Wrapper around CAS
Metadata object to provide Velocity template
semantics, e.g., a VelocityMetadata.get(String) method that allows for
${metadata.author} (the '.' is a call that Velocity then makes from the
template to the VelocityMetadata.get(String) method in the class. |
Modifier and Type | Method and Description |
---|---|
Metadata |
PcsMetFileWriter.getMetadataForFile(File sciPgeCreatedDataFile,
PgeMetadata pgeMetadata,
Object... customArgs) |
protected abstract Metadata |
PcsMetFileWriter.getSciPgeSpecificMetadata(File sciPgeCreatedDataFile,
Metadata inputMetadata,
Object... customArgs) |
protected Metadata |
FilenameExtractorWriter.getSciPgeSpecificMetadata(File generatedFile,
Metadata workflowMet,
Object... args) |
protected Metadata |
ExternExtractorMetWriter.getSciPgeSpecificMetadata(File sciPgeConfigFilePath,
Metadata inputMetadata,
Object... customArgs) |
Modifier and Type | Method and Description |
---|---|
File |
SciPgeConfigFileWriter.createConfigFile(String sciPgeConfigFilePath,
Metadata inputMetadata,
Object... customArgs) |
File |
DynamicConfigFileWriter.createConfigFile(String sciPgeConfigFilePath,
Metadata inputMetadata,
Object... customArgs) |
File |
VelocityConfigFileWriter.generateFile(String filePath,
Metadata metadata,
Logger logger,
Object... args) |
File |
TextConfigFileWriter.generateFile(String filePath,
Metadata metadata,
Logger logger,
Object... customArgs) |
File |
MetadataKeyReplacerTemplateWriter.generateFile(String filePath,
Metadata metadata,
Logger logger,
Object... args) |
abstract File |
DynamicConfigFileWriter.generateFile(String filePath,
Metadata metadata,
Logger logger,
Object... args)
Generates a config file for CAS-PGE to use as PGE input with the given
default logger.
|
File |
CsvConfigFileWriter.generateFile(String filePath,
Metadata metadata,
Logger logger,
Object... customArgs) |
protected List<List<String>> |
CsvConfigFileWriter.generateRows(List<String> header,
Metadata meatadata) |
protected abstract Metadata |
PcsMetFileWriter.getSciPgeSpecificMetadata(File sciPgeCreatedDataFile,
Metadata inputMetadata,
Object... customArgs) |
protected Metadata |
FilenameExtractorWriter.getSciPgeSpecificMetadata(File generatedFile,
Metadata workflowMet,
Object... args) |
protected Metadata |
ExternExtractorMetWriter.getSciPgeSpecificMetadata(File sciPgeConfigFilePath,
Metadata inputMetadata,
Object... customArgs) |
Constructor and Description |
---|
VelocityMetadata(Metadata metadata) |
Modifier and Type | Method and Description |
---|---|
protected Metadata |
MetadataListPcsMetFileWriter.getSciPgeSpecificMetadata(File sciPgeCreatedDataFile,
Metadata inputMetadata,
Object... customArgs) |
Modifier and Type | Method and Description |
---|---|
protected Metadata |
MetadataListPcsMetFileWriter.getSciPgeSpecificMetadata(File sciPgeCreatedDataFile,
Metadata inputMetadata,
Object... customArgs) |
Modifier and Type | Method and Description |
---|---|
File |
XslTransformWriter.createConfigFile(String sciPgeConfigFilePath,
Metadata inputMetadata,
Object... customArgs) |
Modifier and Type | Method and Description |
---|---|
static String |
DataUtils.createProductZipFile(Product product,
Metadata metadata,
String workingDirPath) |
Modifier and Type | Method and Description |
---|---|
void |
RssConfiguration.appendTags(Metadata metadata,
Document document,
Element parent)
Appends elements (tags) defined in a configuration file to a specific
parent element.
|
Modifier and Type | Method and Description |
---|---|
Metadata |
TransferResource.getMetadata()
Gets the metadata.
|
Metadata |
MetadataResource.getMetadata()
Gets the metadata.
|
Constructor and Description |
---|
DatasetResource(String id,
String name,
Metadata metadata,
File workingDir)
Constructor that sets the name, metadata and working directory for the
dataset resource.
|
MetadataResource(Metadata metadata)
Constructor that sets the metadata for the resource.
|
ProductResource(Product product,
Metadata metadata,
List<Reference> references,
File workingDir)
Constructor that sets the product, metadata, references and
working directory for the resource.
|
TransferResource(Product product,
Metadata metadata,
FileTransferStatus status)
Constructor that sets the
FileTransferStatus for the resource. |
Modifier and Type | Method and Description |
---|---|
static Element |
RSSUtils.emitRSSTag(RSSTag tag,
Metadata prodMet,
Document doc,
Element item) |
static String |
RSSUtils.getChannelLink(String channelLink,
Metadata channelMet) |
Modifier and Type | Method and Description |
---|---|
Metadata |
FileManagerConn.getMetadata(Product p) |
Modifier and Type | Method and Description |
---|---|
Metadata |
WorkflowEngine.getWorkflowInstanceMetadata(String workflowInstId)
Gets the
Metadata associated with the WorkflowInstance
identified by the given identifier. |
Metadata |
ThreadPoolWorkflowEngine.getWorkflowInstanceMetadata(String workflowInstId) |
Metadata |
PrioritizedQueueBasedWorkflowEngine.getWorkflowInstanceMetadata(String workflowInstId) |
Modifier and Type | Method and Description |
---|---|
WorkflowInstance |
WorkflowEngine.startWorkflow(Workflow workflow,
Metadata metadata)
Starts the specified
Workflow by creating a
WorkflowInstance , and then running that instance. |
WorkflowInstance |
ThreadPoolWorkflowEngine.startWorkflow(Workflow workflow,
Metadata metadata) |
WorkflowInstance |
PrioritizedQueueBasedWorkflowEngine.startWorkflow(Workflow workflow,
Metadata metadata) |
boolean |
WorkflowEngine.updateMetadata(String workflowInstId,
Metadata met)
|
boolean |
ThreadPoolWorkflowEngine.updateMetadata(String workflowInstId,
Metadata met) |
boolean |
PrioritizedQueueBasedWorkflowEngine.updateMetadata(String workflowInstId,
Metadata met) |
Modifier and Type | Method and Description |
---|---|
boolean |
TrueCondition.evaluate(Metadata metadata,
WorkflowConditionConfiguration config) |
boolean |
ResmgrJobCondition.evaluate(Metadata metadata,
WorkflowConditionConfiguration config) |
boolean |
PrerequisiteCondition.evaluate(Metadata metadata,
WorkflowConditionConfiguration config) |
boolean |
LongCondition.evaluate(Metadata metadata,
WorkflowConditionConfiguration config) |
boolean |
FalseCondition.evaluate(Metadata metadata,
WorkflowConditionConfiguration config) |
boolean |
CheckForMetadataKeys.evaluate(Metadata metadata,
WorkflowConditionConfiguration config) |
void |
RandomStatusUpdateTask.run(Metadata metadata,
WorkflowTaskConfiguration config) |
void |
NumIncrementTask.run(Metadata metadata,
WorkflowTaskConfiguration config) |
void |
NoOpTask.run(Metadata metadata,
WorkflowTaskConfiguration config) |
void |
MailTask.run(Metadata metadata,
WorkflowTaskConfiguration config) |
void |
LongTask.run(Metadata metadata,
WorkflowTaskConfiguration config) |
void |
HelloWorld.run(Metadata metadata,
WorkflowTaskConfiguration config) |
void |
GoodbyeWorld.run(Metadata metadata,
WorkflowTaskConfiguration config) |
void |
FilterTask.run(Metadata metadata,
WorkflowTaskConfiguration config) |
void |
ExternScriptTaskInstance.run(Metadata metadata,
WorkflowTaskConfiguration config) |
void |
BranchRedirector.run(Metadata metadata,
WorkflowTaskConfiguration config) |
Modifier and Type | Method and Description |
---|---|
Metadata |
TaskJobInput.getDynMetadata() |
Metadata |
WorkflowInstance.getSharedContext() |
Modifier and Type | Method and Description |
---|---|
protected void |
RollbackableWorkflowTaskInstance.clearAllMetadata(Metadata metadata) |
protected XmlRpcWorkflowManagerClient |
RollbackableWorkflowTaskInstance.createWorkflowMangerClient(Metadata metadata) |
boolean |
WorkflowConditionInstance.evaluate(Metadata metadata,
WorkflowConditionConfiguration config)
The actual conditional: this method should return
true if
the condition is satisfied, otherwise, false. |
protected String |
RollbackableWorkflowTaskInstance.getWorkflowInstanceId(Metadata metadata) |
void |
WorkflowTaskInstance.run(Metadata metadata,
WorkflowTaskConfiguration config)
Runs the Task with the specified metadata context.
|
void |
RollbackableWorkflowTaskInstance.run(Metadata metadata,
WorkflowTaskConfiguration config) |
void |
ConditionTaskInstance.run(Metadata metadata,
WorkflowTaskConfiguration config) |
void |
TaskJobInput.setDynMetadata(Metadata dynMetadata) |
void |
WorkflowInstance.setSharedContext(Metadata sharedContext) |
abstract void |
RollbackableWorkflowTaskInstance.updateState(Metadata metadata) |
Constructor and Description |
---|
Graph(Element graphElem,
Metadata staticMetadata) |
WorkflowInstance(Workflow workflow,
String id,
WorkflowState state,
String currentTaskId,
Date startDate,
Date endDate,
Metadata sharedContext,
int timesBlocked,
Priority priority) |
Modifier and Type | Method and Description |
---|---|
Metadata |
XmlRpcWorkflowManagerClient.getWorkflowInstanceMetadata(String wInstId) |
Modifier and Type | Method and Description |
---|---|
String |
XmlRpcWorkflowManagerClient.executeDynamicWorkflow(List<String> taskIds,
Metadata metadata) |
boolean |
XmlRpcWorkflowManagerClient.sendEvent(String eventName,
Metadata metadata) |
boolean |
XmlRpcWorkflowManagerClient.updateMetadataForWorkflow(String workflowInstId,
Metadata metadata) |
Modifier and Type | Method and Description |
---|---|
static Metadata |
XmlStructFactory.getConfigurationAsMetadata(Node configNode) |
Modifier and Type | Method and Description |
---|---|
Metadata |
FileManagerUtils.safeGetMetadata(Product product) |
Modifier and Type | Method and Description |
---|---|
static boolean |
FileManagerUtils.check(String propName,
String propValue,
Metadata metadata) |
Modifier and Type | Method and Description |
---|---|
Metadata |
UserDetails.getAttributes() |
Metadata |
IdentityDetails.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
UserDetails.setAttributes(Metadata attributes) |
void |
IdentityDetails.setAttributes(Metadata attributes) |
Copyright © 1999–2017 Apache OODT. All rights reserved.