@Beta public class Content extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Content.Builder<BUILDER extends Content.Builder,C extends Content> |
Modifier | Constructor and Description |
---|---|
protected |
Content(Content.Builder builder) |
Modifier and Type | Method and Description |
---|---|
static Content.Builder |
create() |
static Content.Builder |
create(Content source) |
static Content.Builder |
create(ContentTypeName type) |
boolean |
equals(Object o) |
ExtraDatas |
getAllExtraData() |
Attachments |
getAttachments() |
ChildOrder |
getChildOrder() |
ContentState |
getContentState() |
Instant |
getCreatedTime() |
PrincipalKey |
getCreator() |
PropertyTree |
getData() |
String |
getDisplayName() |
ContentId |
getId() |
Locale |
getLanguage() |
Instant |
getModifiedTime() |
PrincipalKey |
getModifier() |
ContentName |
getName() |
PrincipalKey |
getOwner() |
Page |
getPage() |
ContentPath |
getParentPath() |
ContentPath |
getPath() |
AccessControlList |
getPermissions() |
Thumbnail |
getThumbnail() |
ContentTypeName |
getType() |
boolean |
hasChildren() |
boolean |
hasExtraData() |
int |
hashCode() |
boolean |
hasPage() |
boolean |
hasThumbnail() |
boolean |
inheritsPermissions() |
boolean |
isPageTemplate() |
boolean |
isRoot() |
boolean |
isSite() |
boolean |
isValid() |
protected Content(Content.Builder builder)
public static Content.Builder create(ContentTypeName type)
public static Content.Builder create()
public static Content.Builder create(Content source)
public ContentPath getParentPath()
public ContentPath getPath()
public boolean isRoot()
public ContentTypeName getType()
public ContentName getName()
public boolean isValid()
public String getDisplayName()
public Instant getCreatedTime()
public Instant getModifiedTime()
public PrincipalKey getCreator()
public PrincipalKey getModifier()
public PrincipalKey getOwner()
public PropertyTree getData()
public Attachments getAttachments()
public boolean hasExtraData()
public ExtraDatas getAllExtraData()
public ContentId getId()
public boolean hasChildren()
public boolean isSite()
public boolean isPageTemplate()
public boolean hasPage()
public Page getPage()
public boolean hasThumbnail()
public Thumbnail getThumbnail()
public ChildOrder getChildOrder()
public AccessControlList getPermissions()
public boolean inheritsPermissions()
public Locale getLanguage()
public ContentState getContentState()