Package com.avoka.fc.core.service.vo
Class SchemaExtractMapVO
- java.lang.Object
-
- com.avoka.fc.core.service.vo.SchemaExtractMapVO
-
public class SchemaExtractMapVO extends Object
Provides a read only Schema Extract Map value object for performance caching.- Since:
- 5.1.0
-
-
Constructor Summary
Constructors Constructor Description SchemaExtractMapVO(SchemaExtractMap sem)
Create a schema extract map value object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Integer
getSequenceNumber()
String
getXpath()
boolean
isExtractRepeatingDataFlag()
boolean
isSearchableFlag()
boolean
isShareDataPubFlag()
boolean
isShareDataSubFlag()
-
-
-
Constructor Detail
-
SchemaExtractMapVO
public SchemaExtractMapVO(SchemaExtractMap sem)
Create a schema extract map value object.- Parameters:
sem
- the source schema extract map
-
-
Method Detail
-
isExtractRepeatingDataFlag
public boolean isExtractRepeatingDataFlag()
- Returns:
- the extractRepeatingDataFlag
-
getName
public String getName()
- Returns:
- the name
-
isSearchableFlag
public boolean isSearchableFlag()
- Returns:
- true (searchable flag was removed from TM in 18.11.0)
-
getSequenceNumber
public Integer getSequenceNumber()
- Returns:
- the sequenceNumber
-
isShareDataPubFlag
public boolean isShareDataPubFlag()
- Returns:
- the shareDataPubFlag
-
isShareDataSubFlag
public boolean isShareDataSubFlag()
- Returns:
- the shareDataSubFlag
-
getXpath
public String getXpath()
- Returns:
- the xpath
-
-