public class VisualizationTemplatePropertyBean extends BaseTaskFlowPropertyBean
PropertyBean.SimpleValueHolder<T>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
RESOURCE_TYPE |
Constructor and Description |
---|
VisualizationTemplatePropertyBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayOptions() |
java.io.Reader |
getDisplayOptionsContent()
Get a Reader for the contents of the DisplayOptions associated with this visualization template.
|
ValueHolder<java.io.Reader> |
getDisplayOptionsContentValueHolder()
Get the contents of the DisplayOptions associated with this visualization template as as a ValueHolder.
|
java.lang.String |
linkPath()
Returns the link prefix for the underlying class to generate correct REST Links.
|
java.lang.String |
resourceType() |
void |
setDisplayOptions(java.lang.String displayOptions) |
void |
setDisplayOptionsContent(java.io.Reader input)
Set the contents of the DisplayOptions associated with this visualization template, as a Reader.
|
void |
setDisplayOptionsContentFromString(java.lang.String input)
Set the contents of the DisplayOptions associated with this visualization template, as a String.
|
void |
setDisplayOptionsContentValueHolder(ValueHolder<java.io.Reader> input)
Set the contents of the DisplayOptions associated with this visualization template, as a ValueHolder.
|
getJspx, getJspxContent, getJspxContentValueHolder, getMetadataFile, getMetadataFileContent, getMetadataFileContentValueHolder, getPageDef, getPageDefContent, getPageDefContentValueHolder, setJspx, setJspxContent, setJspxContentFromString, setJspxContentValueHolder, setMetadataFile, setMetadataFileContent, setMetadataFileContentFromString, setMetadataFileContentValueHolder, setPageDef, setPageDefContent, setPageDefContentFromString, setPageDefContentValueHolder
addToCustomAttributes, clearCustomAttributes, getCategory, getContentDir, getCustomAttributes, getDescriptionKey, getDisplayName, getDisplayNameKey, getExcludedFrom, getExcludedPortalIds, getIconURI, getLockedBy, getLockedDate, getLogoURL, getResourceBundle, getSeeded, getTranslatedDescription, getUsesCustomSecurity, getVisible, populateLinks, removeFromCustomAttributes, setCategory, setContentDir, setCustomAttributes, setDescriptionKey, setDisplayName, setDisplayNameKey, setExcludedFrom, setExcludedPortalIds, setIconURI, setLockedBy, setLockedDate, setLogoURL, setResourceBundle, setSeeded, setTranslatedDescription, setUsesCustomSecurity, setVisible
getCreated, getCreator, getCreatorGuid, getCurrentVersionId, getDescription, getDocumentRef, getId, getLocale, getModified, getModifier, getModifierGuid, getName, getNamespace, getNewVersionId, getPortalShortId, getReference, getSecurityId, getShortId, populateSubLinks, setCreated, setCreator, setCurrentVersionId, setDescription, setDocumentRef, setId, setLocale, setModified, setModifier, setName, setNamespace, setNewVersionId, setPortalShortId, setReference, setSecurityId, setShortId
addLink, addLinkState, getLinkElement, getLinks, getLinkURI, getResourceType, linkStates, linkStates, setLinks, setResourceType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName, setName
public static final java.lang.String RESOURCE_TYPE
public java.lang.String resourceType()
AssetPropertyBean
resourceType
in interface oracle.webcenter.jaxrs.framework.model.LinkedInterface
resourceType
in class AssetPropertyBean
public java.lang.String linkPath()
linkPath
in class AssetPropertyBean
public java.lang.String getDisplayOptions()
public void setDisplayOptions(java.lang.String displayOptions)
displayOptions
- the displayOptions to setpublic void setDisplayOptionsContentValueHolder(ValueHolder<java.io.Reader> input)
input
- A Value Holder holding a Reader for the displayOptionspublic ValueHolder<java.io.Reader> getDisplayOptionsContentValueHolder()
The displayOptions document will not be fetched from backend storage until getValue() is called on the ValueHolder.
public void setDisplayOptionsContent(java.io.Reader input)
input
- A Reader for the displayOptions contents.public void setDisplayOptionsContentFromString(java.lang.String input)
input
- A String containing the displayOptions contents.public java.io.Reader getDisplayOptionsContent()