Package | Description |
---|---|
org.sistema.control.module.doc |
Legacy classes based on the Persistent framework/library.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentRelation
Deprecated.
since v0.0,
use
DocRelation instead. |
Modifier and Type | Method and Description |
---|---|
IDocumentRelation |
Document.add(IDocumentRelation relation)
Deprecated.
|
IDocumentRelation |
IDocument.add(IDocumentRelation relation)
Deprecated.
Adds a document-relationship in which this document
is either source or target.
|
IDocumentRelation |
Document.addSource(IDocument source,
IDocRelationType type)
Deprecated.
|
IDocumentRelation |
IDocument.addSource(IDocument source,
IDocRelationType type)
Deprecated.
Adds a related document as the source of the relationship
with
this document as the target of the relationship. |
IDocumentRelation |
Document.addTarget(IDocument target,
IDocRelationType type)
Deprecated.
|
IDocumentRelation |
IDocument.addTarget(IDocument target,
IDocRelationType type)
Deprecated.
Adds a related document as the target of the relationship
with
this document as the source of the relationship. |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,IDocumentRelation> |
Document.getRelatedDocs()
Deprecated.
|
java.util.Map<java.lang.Integer,IDocumentRelation> |
IDocument.getRelatedDocs()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IDocumentRelation |
Document.add(IDocumentRelation relation)
Deprecated.
|
IDocumentRelation |
IDocument.add(IDocumentRelation relation)
Deprecated.
Adds a document-relationship in which this document
is either source or target.
|