public interface SemanticMapper
extends com.streamscape.ds.types.CloseableWrapper
Title: Object Mediation Framework
Description: Semantic mapper interface to use in Dataspace.
Copyright: Copyright (c) 2017
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
convert() |
java.lang.Object |
convert(java.lang.Object inbound) |
java.lang.Object |
convertWithRules(int[] ruleIds) |
java.lang.Object |
convertWithRules(java.lang.Object inbound,
int[] ruleIds) |
SemanticMap |
getSemanticMap() |
void |
resetSourceObjects() |
void |
setSourceObject(java.lang.String alias,
java.lang.Object inbound) |
void resetSourceObjects()
void setSourceObject(java.lang.String alias, java.lang.Object inbound) throws SemanticMapperException, ValidationException
java.lang.Object convert() throws SemanticMapperException, ValidationException
java.lang.Object convert(java.lang.Object inbound) throws SemanticMapperException, ValidationException
java.lang.Object convertWithRules(int[] ruleIds) throws SemanticMapperException, ValidationException
java.lang.Object convertWithRules(java.lang.Object inbound, int[] ruleIds) throws SemanticMapperException, ValidationException
SemanticMap getSemanticMap()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.