Class PublishableParameterBean

java.lang.Object
com.gentics.contentnode.rest.resource.parameter.EditableParameterBean
com.gentics.contentnode.rest.resource.parameter.PublishableParameterBean

public class PublishableParameterBean extends EditableParameterBean
Parameter bean for filtering publishable objects
  • Field Details

    • isPublisher

      @QueryParam("ispublisher") @DefaultValue("false") public boolean isPublisher
      (optional) true when only the objects which were last published by the user shall be returned
    • publisher

      @QueryParam("publisher") public String publisher
      Pattern for restricting objects by publisher
    • publisherIds

      @QueryParam("publisherId") public List<Integer> publisherIds
      IDs for restricting objects by publisher
    • publishedBefore

      @QueryParam("publishedbefore") @DefaultValue("0") public int publishedBefore
      Timestamp to search objects, which were published before a given time (0 for all objects)
    • publishedSince

      @QueryParam("publishedsince") @DefaultValue("0") public int publishedSince
      Timestamp to search objects, which were published since a given time (0 for all objects)
    • modified

      @QueryParam("modified") public Boolean modified
      (optional) true to restrict to modified objects, false to restrict to unmodified objects
    • online

      @QueryParam("online") public Boolean online
      (optional) true to restrict to online objects, false to restrict to offline objects
  • Constructor Details

    • PublishableParameterBean

      public PublishableParameterBean()
  • Method Details