Interface TransformationRules
- All Superinterfaces:
Serializable
Interface representing the transformation rules defined in office import module.
- Since:
- 4.2.38
-
Method Summary
Modifier and TypeMethodDescriptionGet the external Link-Configuration (something like "Externer_Link.standard).Get the internal Link-Configuration (something like "Externer_Link.standard).longGet the TransformationRules version tag. useable to invalidate caches on the client side.booleanvoidsetLinkConfigExternal(String linkConfig) voidsetLinkConfigInternal(String linkConfig) voidsetRulesetDocument(Document document) voidsetVersion(long version)
-
Method Details
-
loadXmlFromDoc
String loadXmlFromDoc()- Since:
- 4.2.38
-
setRulesetDocument
- Since:
- 4.2.38
-
getRulesetDocument
Document getRulesetDocument()- Since:
- 4.2.38
-
getRulesetXml
String getRulesetXml()- Since:
- 4.2.38
-
isWellFormed
boolean isWellFormed()- Since:
- 4.2.38
-
setVersion
void setVersion(long version) - Since:
- 4.2.38
-
getVersion
long getVersion()Get the TransformationRules version tag. useable to invalidate caches on the client side.<mapping name="" description="" version="">...</mapping>- Returns:
- a version tag
- Since:
- 4.2.38
-
setLinkConfigExternal
- Since:
- 4.2.38
-
getLinkConfigExternal
String getLinkConfigExternal()Get the external Link-Configuration (something like "Externer_Link.standard).- Returns:
- a link configuration string
- Since:
- 4.2.38
-
setLinkConfigInternal
- Since:
- 4.2.38
-
getLinkConfigInternal
String getLinkConfigInternal()Get the internal Link-Configuration (something like "Externer_Link.standard).- Returns:
- a link configuration string
- Since:
- 4.2.38
-