|
||||||||||
| 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 | ||
|---|---|---|
void |
addAttachment(boolean idIsPersistent,
String id,
DocumentAttachment attachment)
Adds the specified element to the set of the values for the reference attachment. |
|
void |
addLink(boolean idIsPersistent,
String id,
DocumentLink link)
Adds the specified element to the set of the values for the reference link. |
|
void |
addLock(boolean idIsPersistent,
String id,
DocumentLock lock)
Adds the specified element to the set of the values for the reference lock. |
|
void |
addPropertySet(boolean idIsPersistent,
String id,
PropertySet propertySet)
Adds the specified element to the set of the values for the reference propertySet. |
|
void |
addRevision(boolean idIsPersistent,
String id,
DocumentRevision revision)
Adds the specified element to the set of the values for the reference revision. |
|
Date |
getActiveOn()
Retrieves the possibly null value for the optional attribute activeOn. |
|
Date |
getActiveUntil()
Retrieves the possibly null value for the optional attribute activeUntil. |
|
|
getAttachment()
Retrieves a set containing all the elements for the reference attachment. |
|
DocumentAttachment |
getAttachment(boolean idIsPersistent,
String id)
Retrieves the value for the reference attachment for the
specified qualifier attribute value. |
|
String |
getAuthor()
Retrieves the possibly null value for the optional attribute author. |
|
String |
getCmsClass()
Retrieves the possibly null value for the optional attribute cmsClass. |
|
String |
getCmsDefaultLanguage()
Retrieves the possibly null value for the optional attribute cmsDefaultLanguage. |
|
String |
getCmsLanguage()
Retrieves the possibly null value for the optional attribute cmsLanguage. |
|
String |
getCmsMeta()
Retrieves the possibly null value for the optional attribute cmsMeta. |
|
String |
getCmsTemplate()
Retrieves the possibly null value for the optional attribute cmsTemplate. |
|
Integer |
getCmsTranslation()
Retrieves the possibly null value for the optional attribute cmsTranslation. |
|
short |
getContentLanguage()
Retrieves the value for the attribute contentLanguage. |
|
Integer |
getContentLength()
Retrieves the possibly null value for the optional attribute contentLength. |
|
String |
getContentType()
Retrieves the possibly null value for the optional attribute contentType. |
|
String |
getDescription()
Retrieves the possibly null value for the optional attribute description. |
|
String |
getDocumentAbstract()
Retrieves the possibly null value for the optional attribute documentAbstract. |
|
String |
getDocumentNumber()
Retrieves the possibly null value for the optional attribute documentNumber. |
|
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()
Retrieves the possibly null value for the optional attribute keywords. |
|
|
getLink()
Retrieves a set containing all the elements for the reference link. |
|
DocumentLink |
getLink(boolean idIsPersistent,
String id)
Retrieves the value for the reference link for the
specified qualifier attribute value. |
|
short |
getLiteratureType()
Retrieves the value for the attribute literatureType. |
|
String |
getLocation()
Retrieves the possibly null value for the optional attribute location. |
|
|
getLock()
Retrieves a set containing all the elements for the reference lock. |
|
DocumentLock |
getLock(boolean idIsPersistent,
String id)
Retrieves the value for the reference lock for the
specified qualifier attribute value. |
|
String |
getName()
Retrieves the value for the attribute name. |
|
Document |
getParent()
Retrieves the value for the reference parent. |
|
|
getPropertySet()
Retrieves a set containing all the elements for the reference propertySet. |
|
PropertySet |
getPropertySet(boolean idIsPersistent,
String id)
Retrieves the value for the reference propertySet for the
specified qualifier attribute value. |
|
String |
getQualifiedName()
Retrieves the possibly null value for the optional attribute qualifiedName. |
|
|
getRevision()
Retrieves a set containing all the elements for the reference revision. |
|
DocumentRevision |
getRevision(boolean idIsPersistent,
String id)
Retrieves the value for the reference revision for the
specified qualifier attribute value. |
|
String |
getSearchText()
Retrieves the possibly null value for the optional attribute searchText. |
|
String |
getTitle()
Retrieves the possibly null value for the optional attribute title. |
|
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 |
setCmsClass(String cmsClass)
Sets a new value for the attribute cmsClass. |
|
void |
setCmsDefaultLanguage(String cmsDefaultLanguage)
Sets a new value for the attribute cmsDefaultLanguage. |
|
void |
setCmsLanguage(String cmsLanguage)
Sets a new value for the attribute cmsLanguage. |
|
void |
setCmsMeta(String cmsMeta)
Sets a new value for the attribute cmsMeta. |
|
void |
setCmsTemplate(String cmsTemplate)
Sets a new value for the attribute cmsTemplate. |
|
void |
setCmsTranslation(Integer cmsTranslation)
Sets a new value for the attribute cmsTranslation. |
|
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 |
setDescription(String description)
Sets a new value for the attribute description. |
|
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 |
setName(String name)
Sets a new value for the attribute name. |
|
void |
setParent(Document parent)
Sets a new value for the reference parent. |
|
void |
setQualifiedName(String qualifiedName)
Sets a new value for the attribute qualifiedName. |
|
void |
setSearchText(String searchText)
Sets a new value for the attribute searchText. |
|
void |
setTitle(String title)
Sets a new value for the attribute title. |
|
| Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee |
|---|
getAudit, getAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Importer |
|---|
importItem |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Indexed |
|---|
getIndexEntry, getIndexEntry, updateIndex |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, checkPermissions, 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, getView |
| Method Detail |
|---|
Date getActiveOn()
activeOn.
activeOn.void setActiveOn(Date activeOn)
activeOn.
activeOn - The possibly null new value for attribute activeOn.Date getActiveUntil()
activeUntil.
activeUntil.void setActiveUntil(Date activeUntil)
activeUntil.
activeUntil - The possibly null new value for attribute activeUntil.<T extends DocumentAttachment> Collection<T> getAttachment()
attachment.
DocumentAttachment getAttachment(boolean idIsPersistent,
String id)
attachment for the
specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
void addAttachment(boolean idIsPersistent,
String id,
DocumentAttachment attachment)
attachment.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.attachment - The element to be appended.String getAuthor()
author.
author.void setAuthor(String author)
author.
author - The possibly null new value for attribute author.String getCmsClass()
cmsClass.
cmsClass.void setCmsClass(String cmsClass)
cmsClass.
cmsClass - The possibly null new value for attribute cmsClass.String getCmsDefaultLanguage()
cmsDefaultLanguage.
cmsDefaultLanguage.void setCmsDefaultLanguage(String cmsDefaultLanguage)
cmsDefaultLanguage.
cmsDefaultLanguage - The possibly null new value for attribute cmsDefaultLanguage.String getCmsLanguage()
cmsLanguage.
cmsLanguage.void setCmsLanguage(String cmsLanguage)
cmsLanguage.
cmsLanguage - The possibly null new value for attribute cmsLanguage.String getCmsMeta()
cmsMeta.
cmsMeta.void setCmsMeta(String cmsMeta)
cmsMeta.
cmsMeta - The possibly null new value for attribute cmsMeta.String getCmsTemplate()
cmsTemplate.
cmsTemplate.void setCmsTemplate(String cmsTemplate)
cmsTemplate.
cmsTemplate - The possibly null new value for attribute cmsTemplate.Integer getCmsTranslation()
cmsTranslation.
cmsTranslation.void setCmsTranslation(Integer cmsTranslation)
cmsTranslation.
cmsTranslation - The possibly null new value for attribute cmsTranslation.short getContentLanguage()
contentLanguage.
contentLanguage.void setContentLanguage(short contentLanguage)
contentLanguage.
contentLanguage - The non-null new value for attribute contentLanguage.Integer getContentLength()
contentLength.
contentLength.void setContentLength(Integer contentLength)
contentLength.
contentLength - The possibly null new value for attribute contentLength.String getContentType()
contentType.
contentType.void setContentType(String contentType)
contentType.
contentType - The possibly null new value for attribute contentType.String getDescription()
description.
description.void setDescription(String description)
description.
description - The possibly null new value for attribute description.String getDocumentAbstract()
documentAbstract.
documentAbstract.void setDocumentAbstract(String documentAbstract)
documentAbstract.
documentAbstract - The possibly null new value for attribute documentAbstract.String getDocumentNumber()
documentNumber.
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.
keywords.void setKeywords(String keywords)
keywords.
keywords - The possibly null new value for attribute keywords.<T extends DocumentLink> Collection<T> getLink()
link.
DocumentLink getLink(boolean idIsPersistent,
String id)
link for the
specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
void addLink(boolean idIsPersistent,
String id,
DocumentLink link)
link.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.link - The element to be appended.short getLiteratureType()
literatureType.
literatureType.void setLiteratureType(short literatureType)
literatureType.
literatureType - The non-null new value for attribute literatureType.String getLocation()
location.
location.void setLocation(String location)
location.
location - The possibly null new value for attribute location.<T extends DocumentLock> Collection<T> getLock()
lock.
DocumentLock getLock(boolean idIsPersistent,
String id)
lock for the
specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
void addLock(boolean idIsPersistent,
String id,
DocumentLock lock)
lock.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.lock - The element to be appended.String getName()
name.
name.void setName(String name)
name.
name - The non-null new value for attribute name.Document getParent()
parent.
null – value for this reference.void setParent(Document parent)
parent.
parent - The non-null new value for this reference.<T extends PropertySet> Collection<T> getPropertySet()
propertySet.
PropertySet getPropertySet(boolean idIsPersistent,
String id)
propertySet for the
specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
void addPropertySet(boolean idIsPersistent,
String id,
PropertySet propertySet)
propertySet.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.propertySet - The element to be appended.String getQualifiedName()
qualifiedName.
qualifiedName.void setQualifiedName(String qualifiedName)
qualifiedName.
qualifiedName - The possibly null new value for attribute qualifiedName.<T extends DocumentRevision> Collection<T> getRevision()
revision.
DocumentRevision getRevision(boolean idIsPersistent,
String id)
revision for the
specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
void addRevision(boolean idIsPersistent,
String id,
DocumentRevision revision)
revision.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.revision - The element to be appended.String getSearchText()
searchText.
searchText.void setSearchText(String searchText)
searchText.
searchText - The possibly null new value for attribute searchText.String getTitle()
title.
title.void setTitle(String title)
title.
title - The possibly null new value for attribute title.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||