Package | Description |
---|---|
org.sistema.control.module.doc |
Legacy classes based on the Persistent framework/library.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDocumentItemized
Deprecated.
since v0.0,
use
IDocItemized instead. |
interface |
IDocumentValue
Deprecated.
since v1.6,
use
IDocValued . |
interface |
IInvoice
Deprecated.
since v1.6,
use
IInvoice instead. |
Modifier and Type | Class and Description |
---|---|
class |
Document
Deprecated.
use
Doc instead. |
Modifier and Type | Method and Description |
---|---|
IDocument |
DocumentItem.getParent()
Deprecated.
|
IDocument |
IDocumentItem.getParent()
Deprecated.
Retrieves the document, parent of the item.
|
IDocument |
DocumentRelation.getSource()
Deprecated.
|
IDocument |
IDocumentRelation.getSource()
Deprecated.
|
IDocument |
DocumentRelation.getTarget()
Deprecated.
|
IDocument |
IDocumentRelation.getTarget()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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. |
void |
DocumentItem.setParent(IDocument parent)
Deprecated.
|
void |
IDocumentItem.setParent(IDocument parent)
Deprecated.
Sets the document, parent of the item.
|
void |
IItem.setParent(IDocument parent)
Deprecated.
|
void |
Item.setParent(IDocument parent)
Deprecated.
|
void |
DocumentRelation.setSource(IDocument source)
Deprecated.
|
void |
IDocumentRelation.setSource(IDocument source)
Deprecated.
Sets the source document of the relationship.
|
void |
DocumentRelation.setTarget(IDocument target)
Deprecated.
|
void |
IDocumentRelation.setTarget(IDocument target)
Deprecated.
Sets the target document of the relationship.
|
Constructor and Description |
---|
DocumentRelation(IDocument s,
IDocument t,
IDocRelationType type)
Deprecated.
|