Class TreeConfigurationContentType

java.lang.Object
org.ametys.plugins.contentstree.TreeConfigurationContentType

Bean for a content type
  • Field Details

  • Constructor Details

    • TreeConfigurationContentType

      public TreeConfigurationContentType(boolean canBeRoot, Collection<String> contentTypesIds, String messageBusType)
      Creates the bean
      Parameters:
      canBeRoot - Can be root ?
      contentTypesIds - The content type ids
      messageBusType - The message bus type
  • Method Details

    • canBeRoot

      public boolean canBeRoot()
      Can this content type be root
      Returns:
      true if this node can be root
    • getContentTypesIds

      Get the content ids
      Returns:
      the content ids
    • getMessageBusType

      Get the message bus type
      Returns:
      the message bus type