public static class OpenSearchDescriptionDocument.SyndicationRight
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CLOSED
Search feed should not be queried.
|
static int |
LIMITED
Search results can be published on the client site, but not further
republished.
|
static int |
OPEN
Search results can be published or re-published without restriction.
|
static int |
PRIVATE
Search feed may be queried, but the results may not be displayed at the
client site.
|
Constructor and Description |
---|
OpenSearchDescriptionDocument.SyndicationRight() |
public static final int OPEN
public static final int LIMITED
public static final int PRIVATE
public static final int CLOSED