Package | Description |
---|---|
org.sistema.cs.doc.persist |
Classes and interfaces based on the Persistent framework/library
modeling generic documents.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPayment
Operations of a payment.
|
Modifier and Type | Class and Description |
---|---|
class |
DocRelation
A relationship between a source and a target document.
|
class |
Payment
A payment.
|
Modifier and Type | Method and Description |
---|---|
IDocRelation |
Doc.add(IDocRelation relation) |
IDocRelation |
IDoc.add(IDocRelation relation)
Adds a document-relationship in which this document
is either source or target.
|
IDocRelation |
Doc.addSource(IDoc source,
IDocRelationType type) |
IDocRelation |
IDoc.addSource(IDoc source,
IDocRelationType type)
Adds a related document as the source of the relationship
with
this document as the target of the relationship. |
IDocRelation |
Doc.addTarget(IDoc target,
IDocRelationType type) |
IDocRelation |
IDoc.addTarget(IDoc target,
IDocRelationType type)
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,IDocRelation> |
Doc.getRelatedDocs() |
java.util.Map<java.lang.Integer,IDocRelation> |
IDoc.getRelatedDocs() |
Modifier and Type | Method and Description |
---|---|
IDocRelation |
Doc.add(IDocRelation relation) |
IDocRelation |
IDoc.add(IDocRelation relation)
Adds a document-relationship in which this document
is either source or target.
|