public abstract class UpdateMetadataAction extends Object implements UpdateAction
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
targetFields |
| 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 - public void addTargetFields(String[] targetFields)
targetFields - public void addTargetField(String targetField)
targetField - Copyright © 2015 DuraSpace. All Rights Reserved.