Class LinkedDocument
java.lang.Object
org.nuxeo.ecm.platform.audit.api.comment.LinkedDocument
- All Implemented Interfaces:
Serializable
@Deprecated(since="2025.0",
forRemoval=true)
public class LinkedDocument
extends Object
implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
since 2025.0, unused
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
Deprecated, for removal: This API element is subject to removal in a future version.protected DocumentModel
Deprecated, for removal: This API element is subject to removal in a future version.protected DocumentRef
Deprecated, for removal: This API element is subject to removal in a future version.protected RepositoryLocation
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.void
setBrokenDocument
(boolean brokenDocument) Deprecated, for removal: This API element is subject to removal in a future version.void
setDocument
(DocumentModel document) Deprecated, for removal: This API element is subject to removal in a future version.void
setDocumentRef
(DocumentRef documentRef) Deprecated, for removal: This API element is subject to removal in a future version.void
setRepository
(RepositoryLocation repository) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
documentRef
Deprecated, for removal: This API element is subject to removal in a future version. -
repository
Deprecated, for removal: This API element is subject to removal in a future version. -
document
Deprecated, for removal: This API element is subject to removal in a future version. -
brokenDocument
protected boolean brokenDocumentDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
LinkedDocument
public LinkedDocument()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
isBrokenDocument
public boolean isBrokenDocument()Deprecated, for removal: This API element is subject to removal in a future version. -
setBrokenDocument
public void setBrokenDocument(boolean brokenDocument) Deprecated, for removal: This API element is subject to removal in a future version. -
getDocument
Deprecated, for removal: This API element is subject to removal in a future version. -
setDocument
Deprecated, for removal: This API element is subject to removal in a future version. -
getDocumentRef
Deprecated, for removal: This API element is subject to removal in a future version. -
setDocumentRef
Deprecated, for removal: This API element is subject to removal in a future version. -
getRepository
Deprecated, for removal: This API element is subject to removal in a future version. -
setRepository
Deprecated, for removal: This API element is subject to removal in a future version.
-