Package com.axemble.vdoc.sdk.impl
Class PortalElement
java.lang.Object
com.axemble.vdoc.sdk.impl.AbstractElement
com.axemble.vdoc.sdk.impl.PortalElement
- Direct Known Subclasses:
- com.axemble.vdoc.sdk.impl.base.BaseContentContainer,- EzsAlias,- EzsContent,- EzsContentComponent,- EzsPlugin,- EzsSite,- EzsSiteTemplate,- EzsTopic,- PortalAttachment,- PortalCategory,- PortalFile,- PortalFolder,- PortalLibrary,- PortalList,- PortalPortlet,- PortalProperty,- PortalResourceDefinition,- SnapshotAttachment
- Author:
- vlygeros
- 
Field SummaryFieldsFields inherited from class com.axemble.vdoc.sdk.impl.AbstractElementmodule
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleangetId()getPath()getProtocolURI(boolean useLabels) inthashCode()static StringreplaceBackSlash(String value) static StringreplaceSlash(String value) Check if the value has a slash.booleanvoidMethods inherited from class com.axemble.vdoc.sdk.impl.AbstractElementgetModule
- 
Field Details- 
storageKey
- 
path
 
- 
- 
Constructor Details- 
PortalElementprotected PortalElement()
- 
PortalElement
 
- 
- 
Method Details- 
equals
- 
hashCodepublic int hashCode()
- 
getId
- 
getPath
- 
setId
- 
replaceSlashCheck if the value has a slash. If there is a slash, replace add a back-slash.- Parameters:
- value- The original name
- Returns:
- The value with back-slashes if required
 
- 
replaceBackSlash
- 
getProtocolURI
- 
getProtocolURI
- 
save
 
-