| Modifier | Constructor and Description |
|---|---|
|
DocumentDTO()
Constructor.
|
protected |
DocumentDTO(DocumentDTO documentDTO)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<DocumentAttachmentDTO> |
getAttachments()
Getter for attachments.
|
List<CommentDTO> |
getComments()
Getter for comments.
|
org.nuxeo.ecm.automation.client.model.Document |
getDocument()
Getter for document.
|
String |
getIcon()
Getter for icon.
|
String |
getId()
Getter for id.
|
String |
getPath()
Getter for path.
|
Map<String,Object> |
getProperties()
Getter for properties.
|
List<RemotePublishedDocumentDTO> |
getPublishedDocuments()
Getter for publishedDocuments.
|
String |
getSpaceIcon()
Getter for his space icon.
|
String |
getTitle()
Getter for title.
|
org.osivia.portal.api.cms.DocumentType |
getType()
Getter for type.
|
boolean |
isCommentable()
Getter for commentable.
|
boolean |
isLiveEditable()
Getter for liveEditable.
|
void |
setCommentable(boolean commentable)
Setter for commentable.
|
void |
setDocument(org.nuxeo.ecm.automation.client.model.Document document)
Setter for document.
|
void |
setIcon(String icon)
Setter for icon.
|
void |
setId(String id)
Setter for id.
|
void |
setLiveEditable(boolean liveEditable)
Setter for liveEditable.
|
void |
setPath(String path)
Setter for path.
|
void |
setSpaceIcon(String spaceIcon)
Setter for his space icon..
|
void |
setTitle(String title)
Setter for title.
|
void |
setType(org.osivia.portal.api.cms.DocumentType type)
Setter for type.
|
String |
toString() |
public DocumentDTO()
protected DocumentDTO(DocumentDTO documentDTO)
documentDTO - document DTOpublic String getId()
public void setId(String id)
id - the id to setpublic String getTitle()
public void setTitle(String title)
title - the title to setpublic String getPath()
public void setPath(String path)
path - the path to setpublic org.osivia.portal.api.cms.DocumentType getType()
public void setType(org.osivia.portal.api.cms.DocumentType type)
type - the type to setpublic String getIcon()
public void setIcon(String icon)
icon - the icon to setpublic String getSpaceIcon()
public void setSpaceIcon(String spaceIcon)
space - icon.public boolean isCommentable()
public void setCommentable(boolean commentable)
commentable - the commentable to setpublic org.nuxeo.ecm.automation.client.model.Document getDocument()
public void setDocument(org.nuxeo.ecm.automation.client.model.Document document)
document - the document to setpublic Map<String,Object> getProperties()
public List<DocumentAttachmentDTO> getAttachments()
public List<CommentDTO> getComments()
public List<RemotePublishedDocumentDTO> getPublishedDocuments()
public boolean isLiveEditable()
public void setLiveEditable(boolean liveEditable)
liveEditable - the liveEditable to setCopyright © 2019. All rights reserved.