|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Content item interface.
Fields inherited from interface com.sas.edir.Entity |
PROPERTY_CHANGED, SUBPROPERTY_CHANGED |
Method Summary | |
void |
addAttribute(java.lang.String attribute)
Adds an attribute to this content item. |
void |
addParameter(java.lang.String parameter)
Adds a parameter to a content item. |
java.util.Iterator |
getAttributeIterator()
Returns the attributes for this content item. |
java.lang.String |
getContentDescription()
Returns the content description. |
java.lang.String |
getEmbeddedContent()
Returns the Embedded content if the provider type is embedded. |
java.lang.String |
getEmbeddedXsl()
Returns the XSL to use to format XML for this content. |
java.lang.String |
getFormatCharacteristics()
Returns the Format Characteristics of the item |
java.lang.String |
getJsp()
Returns the JSP used to render this content element |
java.lang.String |
getLabel()
Returns the item's label. |
java.lang.String |
getMimeType()
Returns the item's MIME type |
java.util.Iterator |
getParameterIterator()
Returns the Parameters for the content item. |
java.lang.String |
getPath()
Returns the file system path to this content item. |
java.lang.String |
getProviderType()
Returns the provider type for the content. |
java.lang.String |
getPublisher()
Returns the DN of the publisher of this content. |
java.lang.String |
getUrl()
Returns the URL used to access this content. |
java.lang.String |
getUsage()
Returns the URL containing usage information about this content. |
java.lang.String |
getXsl()
Returns the URL containing the XSL to use with this content. |
void |
removeAttribute(java.lang.String attribute)
Remove an attribute from the list. |
void |
removeParameter(Parameter parameter)
Removes a parameter from a content item. |
void |
setContentDescription(java.lang.String contentDescription)
Sets the content description. |
void |
setEmbeddedContent(java.lang.String embeddedContent)
Sets the embedded content. |
void |
setEmbeddedXsl(java.lang.String newXsl)
Sets the XSL to use to format XML for this content. |
void |
setFormatCharacteristics(java.lang.String formatCharacter)
Sets the Format Characteristics of the item. |
void |
setJsp(java.lang.String jsp)
Sets the JSP to use to render this content. |
void |
setLabel(java.lang.String label)
Sets the item's label. |
void |
setMimeType(java.lang.String mimeType)
Set the item's MIME type. |
void |
setPath(java.lang.String path)
Sets the file system path to this content item. |
void |
setProviderType(java.lang.String providerType)
Sets the provider type for a content item. |
void |
setPublisher(java.lang.String publisher)
Sets the DN of the user who published the content. |
void |
setUrl(java.lang.String url)
Sets the URL used to access this content. |
void |
setUsage(java.lang.String usageUrl)
Sets the URL providing usage information about this content item. |
void |
setXsl(java.lang.String xsl)
Sets the URL containing the XSL for this item. |
Methods inherited from interface com.sas.edir.KeywordEntity |
addKeyword, keywordIterator, keywordIterator, removeKeyword, setKeywords |
Methods inherited from interface com.sas.edir.Entity |
addPropertyChangeListener, getContext, getCreateTime, getCreatorsName, getDescription, getEnterpriseDirectory, getGuid, getModifiersName, getModifyTime, getName, getObjectclass, removeModificationItems, removePropertyChangeListener, setDescription, setGuid, setName, setObjectclass |
Methods inherited from interface com.sas.edir.Caching |
edirUpdateStore, getTimeToLive, isExpired, refreshCache, refreshCachedObjects, releaseCache, setDirty, setTimeToLive, setTimeToLive, updateStore |
Methods inherited from interface com.sas.edir.TrackedObject |
getTrackingId, getUserData, setUserData |
Method Detail |
public java.lang.String getMimeType()
public void setMimeType(java.lang.String mimeType)
The
- new MIME type for the entry.public java.lang.String getFormatCharacteristics()
public void setFormatCharacteristics(java.lang.String formatCharacter)
The
- string representation of the format characteristics.public java.lang.String getLabel()
public void setLabel(java.lang.String label)
The
- new item label.public java.util.Iterator getAttributeIterator()
public void addAttribute(java.lang.String attribute)
an
- attribute to add to the list.public void removeAttribute(java.lang.String attribute)
The
- Attribute to remove.public java.util.Iterator getParameterIterator()
public void addParameter(java.lang.String parameter)
A
- parameter to add to the list.public void removeParameter(Parameter parameter)
A
- parameter to remove from the list.public java.lang.String getProviderType()
public void setProviderType(java.lang.String providerType)
The
- new provider type.public java.lang.String getEmbeddedContent()
public void setEmbeddedContent(java.lang.String embeddedContent)
The
- embedded content.public java.lang.String getJsp()
public void setJsp(java.lang.String jsp)
The
- new JSP to use.public java.lang.String getUrl()
public void setUrl(java.lang.String url)
The
- new URL.public java.lang.String getPath()
public void setPath(java.lang.String path)
The
- file system path.public java.lang.String getPublisher()
public void setPublisher(java.lang.String publisher)
The
- new DN of the publisher.public java.lang.String getUsage()
public void setUsage(java.lang.String usageUrl)
The
- new usage URL.public java.lang.String getEmbeddedXsl()
public void setEmbeddedXsl(java.lang.String newXsl)
The
- new XSL to use.public java.lang.String getXsl()
public void setXsl(java.lang.String xsl)
the
- XSL URL.public java.lang.String getContentDescription()
public void setContentDescription(java.lang.String contentDescription)
The
- new content description.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |