@Public
@Evolving
public class TimelineDomain
extends java.lang.Object
This class contains the information about a timeline domain, which is used to a user to host a number of timeline entities, isolating them from others'. The user can also define the reader and writer users/groups for the the domain, which is used to control the access to its entities.
The reader and writer users/groups pattern that the user can supply is the
same as what AccessControlList takes.
| Constructor | Description |
|---|---|
TimelineDomain() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Long |
getCreatedTime() |
Get the created time of the domain
|
java.lang.String |
getDescription() |
Get the domain description
|
java.lang.String |
getId() |
Get the domain ID
|
java.lang.Long |
getModifiedTime() |
Get the modified time of the domain
|
java.lang.String |
getOwner() |
Get the domain owner
|
java.lang.String |
getReaders() |
Get the reader (and/or reader group) list string
|
java.lang.String |
getWriters() |
Get the writer (and/or writer group) list string
|
void |
setCreatedTime(java.lang.Long createdTime) |
Set the created time of the domain
|
void |
setDescription(java.lang.String description) |
Set the domain description
|
void |
setId(java.lang.String id) |
Set the domain ID
|
void |
setModifiedTime(java.lang.Long modifiedTime) |
Set the modified time of the domain
|
void |
setOwner(java.lang.String owner) |
Set the domain owner.
|
void |
setReaders(java.lang.String readers) |
Set the reader (and/or reader group) list string
|
void |
setWriters(java.lang.String writers) |
Set the writer (and/or writer group) list string
|
public java.lang.String getId()
public void setId(java.lang.String id)
id - the domain IDpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the domain descriptionpublic java.lang.String getOwner()
public void setOwner(java.lang.String owner)
owner - the domain ownerpublic java.lang.String getReaders()
public void setReaders(java.lang.String readers)
readers - the reader (and/or reader group) list stringpublic java.lang.String getWriters()
public void setWriters(java.lang.String writers)
writers - the writer (and/or writer group) list stringpublic java.lang.Long getCreatedTime()
public void setCreatedTime(java.lang.Long createdTime)
createdTime - the created time of the domainpublic java.lang.Long getModifiedTime()
public void setModifiedTime(java.lang.Long modifiedTime)
modifiedTime - the modified time of the domainCopyright © 2008–2025 Apache Software Foundation. All rights reserved.