Package io.goobi.viewer.model.metadata
Class MetadataReplaceRule
java.lang.Object
io.goobi.viewer.model.metadata.MetadataReplaceRule
- All Implemented Interfaces:
Serializable
MetadataReplaceRule class.
- See Also:
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionMetadataReplaceRule
(Object key, String replacement, MetadataReplaceRule.MetadataReplaceRuleType type) MetadataReplaceRule
(Object key, String replacement, String conditions, MetadataReplaceRule.MetadataReplaceRuleType type) -
Method Summary
-
Constructor Details
-
MetadataReplaceRule
public MetadataReplaceRule(Object key, String replacement, MetadataReplaceRule.MetadataReplaceRuleType type) - Parameters:
key
-replacement
-type
-
-
MetadataReplaceRule
public MetadataReplaceRule(Object key, String replacement, String conditions, MetadataReplaceRule.MetadataReplaceRuleType type) - Parameters:
key
-replacement
-conditions
- Optional condition Solr querytype
-
-
-
Method Details
-
getType
- Returns:
- the type
-
getKey
- Returns:
- the key
-
getReplacement
- Returns:
- the replacement
-
getConditions
- Returns:
- the conditions
-