Class LastModifiedSystemProperty

All Implemented Interfaces:
Comparable<ModelItem>, Property<ZonedDateTime,Content>, SystemProperty<ZonedDateTime,Content>, ElementDefinition<ZonedDateTime>, ModelItem, PluginAware, Labelable, ModifiableLabelable, Configurable, Serviceable

SystemProperty which represents the last modification date of a Content.
  • Constructor Details

  • Method Details

    • getQuery

      public Query getQuery(Object value, Query.Operator operator, String language, Map<String,Object> contextualParameters)
      Description copied from interface: SystemProperty
      Get the Query associated to the given value.
      Parameters:
      value - the user-submitted value for this property.
      operator - In advanced search mode, the operator chosen by the user. null to use the criterion-defined operator (simple search mode).
      language - The current search language.
      contextualParameters - the search contextual parameters.
      Returns:
      The Query associated to the given value.
    • getSearchField

      Description copied from interface: SystemProperty
      Get the SearchField representing this system property.
      Returns:
      The search field representing this system property.
    • getValue

      public Object getValue(Content content)
      Description copied from interface: Property
      Get the property's value
      Parameters:
      content - the ametysObject containing the property
      Returns:
      the values to index.
    • getColumnWidth

      Description copied from interface: SystemProperty
      Get the column width.
      Returns:
      the default column width, can be null.