PresentationFieldNames

Inheritance: java.lang.Object

public class PresentationFieldNames

Represents a list of field names for the faceted search.

Learn more

Constructors

Constructor Description
PresentationFieldNames()

Fields

Field Description
Application The application field name.
ApplicationVersion The application version field name.
Title The title field name.
Subject The subject field name.
Comments The comments field name.
Keywords The keywords field name.
ContentStatus The content status field name.
Category The category field name.
Manager The manager field name.
Author The author field name.
LastAuthor The last author field name.
Company The company field name.
HyperlinkBase The hyperlink base field name.
CreatedTime The created time field name.
LastSavedTime The last saved time field name.
LastPrintedTime The last printed time field name.
RevisionNumber The revision number field name.
TotalEditingTime The total editing time field name.

PresentationFieldNames()

public PresentationFieldNames()

Application

public static final String Application

The application field name.

ApplicationVersion

public static final String ApplicationVersion

The application version field name.

Title

public static final String Title

The title field name.

Subject

public static final String Subject

The subject field name.

Comments

public static final String Comments

The comments field name.

Keywords

public static final String Keywords

The keywords field name.

ContentStatus

public static final String ContentStatus

The content status field name.

Category

public static final String Category

The category field name.

Manager

public static final String Manager

The manager field name.

Author

public static final String Author

The author field name.

LastAuthor

public static final String LastAuthor

The last author field name.

Company

public static final String Company

The company field name.

HyperlinkBase

public static final String HyperlinkBase

The hyperlink base field name.

CreatedTime

public static final String CreatedTime

The created time field name.

LastSavedTime

public static final String LastSavedTime

The last saved time field name.

LastPrintedTime

public static final String LastPrintedTime

The last printed time field name.

RevisionNumber

public static final String RevisionNumber

The revision number field name.

TotalEditingTime

public static final String TotalEditingTime

The total editing time field name.