|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Document
Class Document
| Nested Class Summary | |
|---|---|
static interface |
Document.Identity
Object Identity |
| Method Summary | ||
|---|---|---|
Date |
getActiveOn()
|
|
Date |
getActiveUntil()
|
|
String |
getAuthor()
|
|
short |
getContentLanguage()
Retrieves the value for the attribute contentLanguage. |
|
Integer |
getContentLength()
|
|
String |
getContentType()
|
|
String |
getDocumentAbstract()
|
|
String |
getDocumentNumber()
|
|
short |
getDocumentState()
Retrieves the value for the attribute documentState. |
|
short |
getDocumentType()
Retrieves the value for the attribute documentType. |
|
|
getFolder()
Retrieves the Collection of objects referenced by
folder. |
|
DocumentRevision |
getHeadRevision()
Retrieves the value for the reference headRevision. |
|
String |
getKeywords()
|
|
short |
getLiteratureType()
Retrieves the value for the attribute literatureType. |
|
String |
getLocation()
|
|
|
getRevision()
Retrieves a set containing all the elements for the reference revision. |
|
String |
getSearchText()
|
|
String |
getTitle()
|
|
void |
setActiveOn(Date activeOn)
Sets a new value for the attribute activeOn. |
|
void |
setActiveUntil(Date activeUntil)
Sets a new value for the attribute activeUntil. |
|
void |
setAuthor(String author)
Sets a new value for the attribute author. |
|
void |
setContentLanguage(short contentLanguage)
Sets a new value for the attribute contentLanguage. |
|
void |
setContentLength(Integer contentLength)
Sets a new value for the attribute contentLength. |
|
void |
setContentType(String contentType)
Sets a new value for the attribute contentType. |
|
void |
setDocumentAbstract(String documentAbstract)
Sets a new value for the attribute documentAbstract. |
|
void |
setDocumentNumber(String documentNumber)
Sets a new value for the attribute documentNumber. |
|
void |
setDocumentState(short documentState)
Sets a new value for the attribute documentState. |
|
void |
setDocumentType(short documentType)
Sets a new value for the attribute documentType. |
|
void |
setHeadRevision(DocumentRevision headRevision)
Sets a new value for the reference headRevision. |
|
void |
setKeywords(String keywords)
Sets a new value for the attribute keywords. |
|
void |
setLiteratureType(short literatureType)
Sets a new value for the attribute literatureType. |
|
void |
setLocation(String location)
Sets a new value for the attribute location. |
|
void |
setSearchText(String searchText)
Sets a new value for the attribute searchText. |
|
void |
setSegment(Segment segment)
Sets a new value for the reference segment. |
|
void |
setSegment(Segment segment,
boolean idIsPersistent,
String id)
Set the object's composite association org:opencrx:kernel:document1:SegmentContainsDocument. |
|
void |
setTitle(String title)
Sets a new value for the attribute title. |
|
| Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee |
|---|
getAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Importer |
|---|
importItem |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Indexed |
|---|
getIndexEntry, updateIndex |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci2.XmlExporter |
|---|
exportXml |
| Methods inherited from interface org.openmdx.base.cci2.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView |
| Method Detail |
|---|
Date getActiveOn()
activeOn.void setActiveOn(Date activeOn)
activeOn.
activeOn - The possibly null new value for attribute activeOn.Date getActiveUntil()
activeUntil.void setActiveUntil(Date activeUntil)
activeUntil.
activeUntil - The possibly null new value for attribute activeUntil.String getAuthor()
author.void setAuthor(String author)
author.
author - The possibly null new value for attribute author.short getContentLanguage()
contentLanguage.
contentLanguage.void setContentLanguage(short contentLanguage)
contentLanguage.
contentLanguage - The non-null new value for attribute contentLanguage.Integer getContentLength()
contentLength.void setContentLength(Integer contentLength)
contentLength.
contentLength - The possibly null new value for attribute contentLength.String getContentType()
contentType.void setContentType(String contentType)
contentType.
contentType - The possibly null new value for attribute contentType.String getDocumentAbstract()
documentAbstract.void setDocumentAbstract(String documentAbstract)
documentAbstract.
documentAbstract - The possibly null new value for attribute documentAbstract.String getDocumentNumber()
documentNumber.void setDocumentNumber(String documentNumber)
documentNumber.
documentNumber - The possibly null new value for attribute documentNumber.short getDocumentState()
documentState.
documentState.void setDocumentState(short documentState)
documentState.
documentState - The non-null new value for attribute documentState.short getDocumentType()
documentType.
documentType.void setDocumentType(short documentType)
documentType.
documentType - The non-null new value for attribute documentType.<T extends DocumentFolder> List<T> getFolder()
Collection of objects referenced by
folder.
Collection of referenced objects.DocumentRevision getHeadRevision()
headRevision.
null – value for this reference.void setHeadRevision(DocumentRevision headRevision)
headRevision.
headRevision - The non-null new value for this reference.String getKeywords()
keywords.void setKeywords(String keywords)
keywords.
keywords - The possibly null new value for attribute keywords.short getLiteratureType()
literatureType.
literatureType.void setLiteratureType(short literatureType)
literatureType.
literatureType - The non-null new value for attribute literatureType.String getLocation()
location.void setLocation(String location)
location.
location - The possibly null new value for attribute location.<T extends DocumentRevision> Collection<T> getRevision()
revision.
String getSearchText()
searchText.void setSearchText(String searchText)
searchText.
searchText - The possibly null new value for attribute searchText.String getTitle()
title.void setTitle(String title)
title.
title - The possibly null new value for attribute title.void setSegment(Segment segment)
segment.
segment - The non-null new value for this reference.
void setSegment(Segment segment,
boolean idIsPersistent,
String id)
org:opencrx:kernel:document1:SegmentContainsDocument.
segment - The non-null new value for this object's composite owner.idIsPersistent - Defines whether the id is persistent.id - The non-null new value for this object's qualifier.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||