public abstract class UpdateMetadataAction extends Object implements UpdateAction
<schema>.<element>.<qualifier> )
on which to apply the action when the method execute is called.
Implemented as a Set to avoid problems with duplicates| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
targetFields |
itemService| Constructor and Description |
|---|
UpdateMetadataAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTargetField(String targetField)
Add single field to update
|
void |
addTargetFields(Set<String> targetFields)
Set target fields
|
void |
addTargetFields(String[] targetFields)
Add array of target fields to update
|
Set<String> |
getTargetFields()
Get target fields
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecutepublic Set<String> getTargetFields()
public void addTargetFields(Set<String> targetFields)
targetFields - Set of target fields to updatepublic void addTargetFields(String[] targetFields)
targetFields - array of target fields to updatepublic void addTargetField(String targetField)
targetField - target field to updateCopyright © 2022 LYRASIS. All rights reserved.