Package com.enonic.xp.content
Class ContentIndexPath
- java.lang.Object
-
- com.enonic.xp.content.ContentIndexPath
-
@Beta public class ContentIndexPath extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static IndexPath
CREATED_TIME
static IndexPath
ID
static IndexPath
MODIFIED_TIME
static IndexPath
PUBLISH_FIRST
static IndexPath
PUBLISH_FROM
static IndexPath
PUBLISH_TO
static IndexPath
REFERENCES
-
Constructor Summary
Constructors Constructor Description ContentIndexPath()
-
-
-
Field Detail
-
MODIFIED_TIME
public static final IndexPath MODIFIED_TIME
-
CREATED_TIME
public static final IndexPath CREATED_TIME
-
PUBLISH_FROM
public static final IndexPath PUBLISH_FROM
-
PUBLISH_TO
public static final IndexPath PUBLISH_TO
-
PUBLISH_FIRST
public static final IndexPath PUBLISH_FIRST
-
REFERENCES
public static final IndexPath REFERENCES
-
ID
public static final IndexPath ID
-
-