Class PublishableParameterBean
java.lang.Object
com.gentics.contentnode.rest.resource.parameter.EditableParameterBean
com.gentics.contentnode.rest.resource.parameter.PublishableParameterBean
Parameter bean for filtering publishable objects
-
Field Summary
Modifier and TypeFieldDescriptionboolean
(optional) true when only the objects which were last published by the user shall be returned(optional) true to restrict to modified objects, false to restrict to unmodified objects(optional) true to restrict to online objects, false to restrict to offline objectsint
Timestamp to search objects, which were published before a given time (0 for all objects)int
Timestamp to search objects, which were published since a given time (0 for all objects)Pattern for restricting objects by publisherIDs for restricting objects by publisherFields inherited from class com.gentics.contentnode.rest.resource.parameter.EditableParameterBean
createdBefore, createdSince, creator, creatorIds, editedBefore, editedSince, editor, editorIds, isCreator, isEditor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionsetModified
(Boolean modified) setPublishedBefore
(int publishedBefore) setPublishedSince
(int publishedSince) setPublisher
(boolean publisher) setPublisher
(String publisher) setPublisherIds
(List<Integer> publisherIds) Methods inherited from class com.gentics.contentnode.rest.resource.parameter.EditableParameterBean
setCreatedBefore, setCreatedSince, setCreator, setCreator, setCreatorIds, setEditedBefore, setEditedSince, setEditor, setEditor, setEditorIds
-
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
Pattern for restricting objects by publisher -
publisherIds
IDs for restricting objects by publisher -
publishedBefore
@QueryParam("publishedbefore") @DefaultValue("0") public int publishedBeforeTimestamp to search objects, which were published before a given time (0 for all objects) -
publishedSince
@QueryParam("publishedsince") @DefaultValue("0") public int publishedSinceTimestamp to search objects, which were published since a given time (0 for all objects) -
modified
(optional) true to restrict to modified objects, false to restrict to unmodified objects -
online
(optional) true to restrict to online objects, false to restrict to offline objects
-
-
Constructor Details
-
PublishableParameterBean
public PublishableParameterBean()
-
-
Method Details
-
setPublisher
-
setPublisher
-
setPublisherIds
-
setPublishedBefore
-
setPublishedSince
-
setModified
-
setOnline
-