Class CmsPublishResourceInfo

  • All Implemented Interfaces:
    com.google.gwt.user.client.rpc.IsSerializable

    public class CmsPublishResourceInfo
    extends java.lang.Object
    implements com.google.gwt.user.client.rpc.IsSerializable
    A publish resource additional information bean.

    Since:
    7.6
    • Constructor Detail

      • CmsPublishResourceInfo

        public CmsPublishResourceInfo​(java.lang.String value,
                                      CmsPublishResourceInfo.Type type)
        Creates a new publish resource additional information bean.

        Parameters:
        value - the additional info
        type - the additional info type
      • CmsPublishResourceInfo

        public CmsPublishResourceInfo​(java.lang.String value,
                                      CmsPublishResourceInfo.Type type,
                                      boolean hidden)
        Creates a new publish resource additional information bean.

        Parameters:
        value - the additional info
        type - the additional info type
        hidden - flag to hide the publish resource
    • Method Detail

      • getValue

        public java.lang.String getValue()
        Returns the value.

        Returns:
        the value
      • hasProblemType

        public boolean hasProblemType()
        Returns if there is a problem type set.

        Returns:
        true if the problem type is set
      • isHidden

        public boolean isHidden()
        Returns true if the publish resource should be hidden.

        Returns:
        true if the publish resource should be hidden