public class BaseTaskFlowPropertyBean extends AssetPropertyBean
PropertyBean.SimpleValueHolder<T>
Constructor and Description |
---|
BaseTaskFlowPropertyBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getJspx() |
java.io.Reader |
getJspxContent()
Get a Reader for the contents of the Jspx associated with this taskflow.
|
ValueHolder<java.io.Reader> |
getJspxContentValueHolder()
Get the contents of the Jspx associated with this taskflow as as a ValueHolder.
|
java.lang.String |
getMetadataFile() |
java.io.Reader |
getMetadataFileContent()
Get a Reader for the contents of the MetadataFile associated with this taskflow.
|
ValueHolder<java.io.Reader> |
getMetadataFileContentValueHolder()
Get the contents of the MetadataFile associated with this taskflow as as a ValueHolder.
|
java.lang.String |
getPageDef() |
java.io.Reader |
getPageDefContent()
Get a Reader for the contents of the PageDef associated with this taskflow.
|
ValueHolder<java.io.Reader> |
getPageDefContentValueHolder()
Get the contents of the PageDef associated with this taskflow as as a ValueHolder.
|
void |
setJspx(java.lang.String jspx) |
void |
setJspxContent(java.io.Reader input)
Set the contents of the Jspx associated with this taskflow, as a Reader.
|
void |
setJspxContentFromString(java.lang.String input)
Set the contents of the Jspx associated with this taskflow, as a String.
|
void |
setJspxContentValueHolder(ValueHolder<java.io.Reader> input)
Set the contents of the Jspx associated with this taskflow, as a ValueHolder.
|
void |
setMetadataFile(java.lang.String metadataFile) |
void |
setMetadataFileContent(java.io.Reader input)
Set the contents of the MetadataFile associated with this taskflow, as a Reader.
|
void |
setMetadataFileContentFromString(java.lang.String input)
Set the contents of the MetadataFile associated with this taskflow, as a String.
|
void |
setMetadataFileContentValueHolder(ValueHolder<java.io.Reader> input)
Set the contents of the MetadataFile associated with this taskflow, as a ValueHolder.
|
void |
setPageDef(java.lang.String pageDef) |
void |
setPageDefContent(java.io.Reader input)
Set the contents of the PageDef associated with this taskflow, as a Reader.
|
void |
setPageDefContentFromString(java.lang.String input)
Set the contents of the PageDef associated with this taskflow, as a String.
|
void |
setPageDefContentValueHolder(ValueHolder<java.io.Reader> input)
Set the contents of the PageDef associated with this taskflow, as a ValueHolder.
|
addToCustomAttributes, clearCustomAttributes, getCategory, getContentDir, getCustomAttributes, getDescriptionKey, getDisplayName, getDisplayNameKey, getExcludedFrom, getExcludedPortalIds, getIconURI, getLockedBy, getLockedDate, getLogoURL, getResourceBundle, getSeeded, getTranslatedDescription, getUsesCustomSecurity, getVisible, linkPath, populateLinks, removeFromCustomAttributes, resourceType, 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 java.lang.String getJspx()
public java.lang.String getPageDef()
public java.lang.String getMetadataFile()
public void setJspx(java.lang.String jspx)
jspx
- the jspx to setpublic void setPageDef(java.lang.String pageDef)
pageDef
- the pageDef to setpublic void setMetadataFile(java.lang.String metadataFile)
metadataFile
- the metadataFile to setpublic void setJspxContentValueHolder(ValueHolder<java.io.Reader> input)
input
- A Value Holder holding a Reader for the jspxpublic ValueHolder<java.io.Reader> getJspxContentValueHolder()
The jspx document will not be fetched from backend storage until getValue() is called on the ValueHolder.
public void setJspxContent(java.io.Reader input)
input
- A Reader for the jspx contents.public void setJspxContentFromString(java.lang.String input)
input
- A String containing the jspx contents.public java.io.Reader getJspxContent()
public void setPageDefContentValueHolder(ValueHolder<java.io.Reader> input)
input
- A Value Holder holding a Reader for the pageDefpublic ValueHolder<java.io.Reader> getPageDefContentValueHolder()
The pageDef document will not be fetched from backend storage until getValue() is called on the ValueHolder.
public void setPageDefContent(java.io.Reader input)
input
- A Reader for the pageDef contents.public void setPageDefContentFromString(java.lang.String input)
input
- A String containing the pageDef contents.public java.io.Reader getPageDefContent()
public void setMetadataFileContentValueHolder(ValueHolder<java.io.Reader> input)
input
- A Value Holder holding a Reader for the metadataFilepublic ValueHolder<java.io.Reader> getMetadataFileContentValueHolder()
The metadataFile document will not be fetched from backend storage until getValue() is called on the ValueHolder.
public void setMetadataFileContent(java.io.Reader input)
input
- A Reader for the metadataFile contents.public void setMetadataFileContentFromString(java.lang.String input)
input
- A String containing the metadataFile contents.public java.io.Reader getMetadataFileContent()