Class MonitorFields.Object.Publications

  • Enclosing class:
    MonitorFields.Object

    public static final class MonitorFields.Object.Publications
    extends java.lang.Object
    The publications of object related fields
    Since:
    11.0.0
    Version:
    $Revision: 26587 $ $Date: 2024-08-26 21:09:17 -0300 (Mon, 26 Aug 2024) $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CONTEXTS_HREF
      Content publishing address.
      static java.lang.String CONTEXTS_ID
      Content publishing context identifier.
      static java.lang.String FIELD_ID
      Identifier of the publications field.
      static java.lang.String PRINCIPAL_IDS
      Identifiers of content publishing users and groups.
    • Constructor Summary

      Constructors 
      Constructor Description
      Publications()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • FIELD_ID

        public static final java.lang.String FIELD_ID
        Identifier of the publications field.
        Since:
        11.0.0
        See Also:
        Constant Field Values
      • PRINCIPAL_IDS

        public static final java.lang.String PRINCIPAL_IDS
        Identifiers of content publishing users and groups.
        Since:
        11.0.0
        See Also:
        Constant Field Values
      • CONTEXTS_HREF

        public static final java.lang.String CONTEXTS_HREF
        Content publishing address.
        Since:
        11.0.0
        See Also:
        Constant Field Values
      • CONTEXTS_ID

        public static final java.lang.String CONTEXTS_ID
        Content publishing context identifier.
        Since:
        11.0.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • Publications

        public Publications()