public interface IContentGeneratorInvoker
Modifier and Type | Method and Description |
---|---|
IContentGenerator |
getContentGenerator()
Returns a IContentGenerator
|
boolean |
isSupportedContent(String contentTypeId)
Predicate that answers whether the related IContentGenerator is able to support the content identified
by a contentTypeId
contentTypeId is usually the aggregation of a content type ( such as ktr, prpt, ...
|
IContentGenerator getContentGenerator()
boolean isSupportedContent(String contentTypeId)
contentTypeId
- the content type Id of the item; examples: ktr.viewer, prpt.edit, ...Copyright © 2020 Hitachi Vantara. All rights reserved.