public class SubmissionLookupPublication extends Object implements gr.ekt.bte.core.MutableRecord, Serializable
| Constructor and Description |
|---|
SubmissionLookupPublication(String providerName) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String md,
String nValue) |
boolean |
addField(String md,
List<gr.ekt.bte.core.Value> values) |
boolean |
addValue(String md,
gr.ekt.bte.core.Value value) |
Set<String> |
getFields() |
String |
getFirstValue(String md) |
String |
getProviderName() |
Map<String,List<String>> |
getStorage() |
String |
getType() |
List<gr.ekt.bte.core.Value> |
getValues(String md) |
boolean |
hasField(String md) |
boolean |
isMutable() |
gr.ekt.bte.core.MutableRecord |
makeMutable() |
List<String> |
remove(String md) |
boolean |
removeField(String md) |
boolean |
removeValue(String md,
gr.ekt.bte.core.Value value) |
boolean |
updateField(String md,
List<gr.ekt.bte.core.Value> values) |
boolean |
updateValue(String md,
gr.ekt.bte.core.Value valueOld,
gr.ekt.bte.core.Value valueNew) |
public SubmissionLookupPublication(String providerName)
public Set<String> getFields()
getFields in interface gr.ekt.bte.core.Recordpublic String getProviderName()
public String getType()
public boolean hasField(String md)
hasField in interface gr.ekt.bte.core.Recordpublic List<gr.ekt.bte.core.Value> getValues(String md)
getValues in interface gr.ekt.bte.core.Recordpublic boolean isMutable()
isMutable in interface gr.ekt.bte.core.Recordpublic gr.ekt.bte.core.MutableRecord makeMutable()
makeMutable in interface gr.ekt.bte.core.Recordpublic boolean addField(String md, List<gr.ekt.bte.core.Value> values)
addField in interface gr.ekt.bte.core.MutableRecordpublic boolean addValue(String md, gr.ekt.bte.core.Value value)
addValue in interface gr.ekt.bte.core.MutableRecordpublic boolean removeField(String md)
removeField in interface gr.ekt.bte.core.MutableRecordpublic boolean removeValue(String md, gr.ekt.bte.core.Value value)
removeValue in interface gr.ekt.bte.core.MutableRecordpublic boolean updateField(String md, List<gr.ekt.bte.core.Value> values)
updateField in interface gr.ekt.bte.core.MutableRecordpublic boolean updateValue(String md, gr.ekt.bte.core.Value valueOld, gr.ekt.bte.core.Value valueNew)
updateValue in interface gr.ekt.bte.core.MutableRecordCopyright © 2014 DuraSpace. All Rights Reserved.