Class LinkedDocument
java.lang.Object
org.nuxeo.ecm.platform.audit.api.comment.LinkedDocument
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected DocumentModelprotected DocumentRefprotected RepositoryLocation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetBrokenDocument(boolean brokenDocument) voidsetDocument(DocumentModel document) voidsetDocumentRef(DocumentRef documentRef) voidsetRepository(RepositoryLocation repository)
-
Field Details
-
documentRef
-
repository
-
document
-
brokenDocument
protected boolean brokenDocument
-
-
Constructor Details
-
LinkedDocument
public LinkedDocument()
-
-
Method Details
-
isBrokenDocument
public boolean isBrokenDocument() -
setBrokenDocument
public void setBrokenDocument(boolean brokenDocument) -
getDocument
-
setDocument
-
getDocumentRef
-
setDocumentRef
-
getRepository
-
setRepository
-