Interface IContentGeneratorInvoker


  • public interface IContentGeneratorInvoker
    • Method Detail

      • getContentGenerator

        IContentGenerator getContentGenerator()
        Returns a IContentGenerator
        Returns:
        IContentGenerator
      • isSupportedContent

        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, ... ) with an action/perspective ( such as viewer, edit, generatedContent, .. )
        Parameters:
        contentTypeId - the content type Id of the item; examples: ktr.viewer, prpt.edit, ...
        Returns:
        true if the contentType + perspectiveName pair is supported/handled by the related IContentGenerator