public class ResourceCatalogPropertyBean extends AssetPropertyBean
PropertyBean.SimpleValueHolder<T>| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RESOURCE_TYPE |
| Constructor and Description |
|---|
ResourceCatalogPropertyBean() |
| Modifier and Type | Method and Description |
|---|---|
ValueHolder<java.io.Reader> |
getMetadataFileContent()
returns the metadata file (ResourceCatalog.xml) content used for creation.
|
java.lang.String |
getSourceMetadataFilePath()
returns the source metadata file path used for creation
|
java.lang.String |
linkPath()
Returns the link prefix for the underlying class to generate correct REST Links.
|
java.lang.String |
resourceType() |
void |
setMetadataFileContent(java.io.Reader input)
sets the metadata file (ResourceCatalog.xml) content used for creation.
|
void |
setMetadataFileContent(java.lang.String input)
sets the metadata file (ResourceCatalog.xml) content used for creation.
|
void |
setMetadataFileContent(ValueHolder<java.io.Reader> input)
sets the metadata file (ResourceCatalog.xml) content used for creation.
|
void |
setSourceMetadataFilePath(java.lang.String sourceMetadataFilePath)
set the source metadata file path (path of ResourceCatalog.xml) used for creation.
|
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, setVisiblegetCreated, 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, setShortIdaddLink, addLinkState, getLinkElement, getLinks, getLinkURI, getResourceType, linkStates, linkStates, setLinks, setResourceTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, setNamepublic static final java.lang.String RESOURCE_TYPE
public java.lang.String resourceType()
AssetPropertyBeanresourceType in interface oracle.webcenter.jaxrs.framework.model.LinkedInterfaceresourceType in class AssetPropertyBeanpublic java.lang.String linkPath()
linkPath in class AssetPropertyBeanpublic void setSourceMetadataFilePath(java.lang.String sourceMetadataFilePath)
sourceMetadataFilePath - - path of source metadata filepublic java.lang.String getSourceMetadataFilePath()
public ValueHolder<java.io.Reader> getMetadataFileContent()
public void setMetadataFileContent(ValueHolder<java.io.Reader> input)
input - - a ValueHolder that holds the Reader which has the metadata file content.public void setMetadataFileContent(java.io.Reader input)
input - - a Reader which has the metadata file content.public void setMetadataFileContent(java.lang.String input)
input - - a String that has the content of the metadata file