public abstract class BaseAttributeUpdateRequestProxy<T extends NodeUpdateRequest.BaseAttributeUpdateRequest<?>> extends NodeUpdateRequestProxy<T>
| Modifier and Type | Field and Description |
|---|---|
protected String |
remarks |
protected FieldSymbol |
symbol |
protected Object |
value |
| Constructor and Description |
|---|
BaseAttributeUpdateRequestProxy() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
findNormalizedCode(CodeListManager codeListManager,
Entity parent,
CodeAttributeDefinition defn,
String code) |
String |
getRemarks() |
FieldSymbol |
getSymbol() |
Object |
getValue() |
protected Code |
parseCode(CodeListManager codeListManager,
Entity parent,
CodeAttributeDefinition defn,
String value) |
protected Code |
parseCode(String value) |
protected Value |
parseCompositeAttributeValue(CodeListManager codeListManager,
Entity parentEntity,
String attributeName,
Object value) |
protected File |
parseFileAttributeValue(RecordSessionManager sessionManager,
CollectRecord record,
Integer nodeId,
Object value) |
void |
setRemarks(String remarks) |
void |
setSymbol(FieldSymbol symbol) |
void |
setValue(Object value) |
abstract T |
toAttributeUpdateRequest(CodeListManager codeListManager,
RecordSessionManager sessionManager,
CollectRecord record) |
T |
toNodeUpdateRequest(CollectRecord record) |
protected Object value
protected String remarks
protected FieldSymbol symbol
public T toNodeUpdateRequest(CollectRecord record)
toNodeUpdateRequest in class NodeUpdateRequestProxy<T extends NodeUpdateRequest.BaseAttributeUpdateRequest<?>>public abstract T toAttributeUpdateRequest(CodeListManager codeListManager, RecordSessionManager sessionManager, CollectRecord record)
protected File parseFileAttributeValue(RecordSessionManager sessionManager, CollectRecord record, Integer nodeId, Object value)
protected Value parseCompositeAttributeValue(CodeListManager codeListManager, Entity parentEntity, String attributeName, Object value)
protected Code parseCode(CodeListManager codeListManager, Entity parent, CodeAttributeDefinition defn, String value)
protected String findNormalizedCode(CodeListManager codeListManager, Entity parent, CodeAttributeDefinition defn, String code)
public Object getValue()
public void setValue(Object value)
public String getRemarks()
public void setRemarks(String remarks)
public FieldSymbol getSymbol()
public void setSymbol(FieldSymbol symbol)
Copyright © 2020 Open Foris. All rights reserved.