Class ContentLocator
- java.lang.Object
-
- com.atlassian.confluence.legacyapi.model.content.locator.ContentLocator
-
@Deprecated public final class ContentLocator extends Object
Deprecated.since 7.0.1 , useContentLocator
Criteria for looking up a piece of content. You must construct these using theContentLocatorBuilder
to ensure you end up with something that the ContentService can actually use.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ContentLocatorBuilder
builder()
Deprecated.ContentType[]
getContentTypes()
Deprecated.org.joda.time.LocalDate
getPostingDay()
Deprecated.String
getSpaceKey()
Deprecated.String
getTitle()
Deprecated.boolean
isForContent(ContentType contentType)
Deprecated.
-
-
-
Method Detail
-
builder
public static ContentLocatorBuilder builder()
Deprecated.
-
getTitle
public String getTitle()
Deprecated.
-
getSpaceKey
public String getSpaceKey()
Deprecated.
-
getPostingDay
public org.joda.time.LocalDate getPostingDay()
Deprecated.
-
getContentTypes
public ContentType[] getContentTypes()
Deprecated.
-
isForContent
public boolean isForContent(ContentType contentType)
Deprecated.
-
-