|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DocumentRevision | |
|---|---|
| org.opencrx.kernel.document1.jmi1 | |
| Uses of DocumentRevision in org.opencrx.kernel.document1.jmi1 |
|---|
| Subinterfaces of DocumentRevision in org.opencrx.kernel.document1.jmi1 | |
|---|---|
interface |
MediaContent
Class MediaContent |
interface |
MediaReference
Class MediaReference |
interface |
ResourceIdentifier
Class ResourceIdentifier |
| Methods in org.opencrx.kernel.document1.jmi1 with type parameters of type DocumentRevision | ||
|---|---|---|
|
Document.getRevision(DocumentRevisionQuery query)
Retrieves the value for the reference revision for the specified query. |
|
| Methods in org.opencrx.kernel.document1.jmi1 that return DocumentRevision | |
|---|---|
DocumentRevision |
Document.getHeadRevision()
Retrieves the value for the reference headRevision. |
DocumentRevision |
Document.getRevision(boolean idIsPersistent,
String id)
Retrieves the value for the reference revision for the specified qualifier attribute value. |
DocumentRevision |
Document.getRevision(String id)
Retrieves the value for the reference revision for the specified qualifier attribute value. |
| Methods in org.opencrx.kernel.document1.jmi1 with parameters of type DocumentRevision | |
|---|---|
void |
Document.addRevision(boolean idIsPersistent,
String id,
DocumentRevision revision)
Adds the specified element to the set of the values for the reference revision. |
void |
Document.addRevision(String id,
DocumentRevision revision)
Adds the specified element to the set of the values for the reference revision using a reassignable qualifier. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||