Package se.conciliate.extensions.publish
Interface ContentFilter
public interface ContentFilter
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanisModelIncluded(String uuid) default booleandefault booleandefault booleanbooleanisSymbolIncluded(String uuid)
-
Method Details
-
getLanguages
Set<MTLanguage> getLanguages() -
isModelIncluded
-
isSymbolIncluded
-
isDocumentIncluded
-
isShowModelPrefix
default boolean isShowModelPrefix() -
isShowObjectPrefix
default boolean isShowObjectPrefix() -
isShowDocumentPrefix
default boolean isShowDocumentPrefix()
-