|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sapportals.wcm.repository.manager.entrypoints.EntryPoint
Item within an entry point hierarchy.
| Constructor Summary | |
EntryPoint(java.lang.String id,
RID targetRid,
LinkType linkType,
boolean isCollection,
java.lang.String providerName)
Creates a new entry point object that represents a link to another repository. |
|
EntryPoint(java.lang.String id,
java.lang.String providerName)
Creates a new entry point object that represents a virtual folder within an entry point hierarchy |
|
| Method Summary | |
java.lang.String |
getID()
ID of the entry point |
java.util.Map |
getInternalInfo()
Gets additional information about the entry point that has been set by the entry point provider |
LinkType |
getLinkType()
Gets the link type of the entry point. |
java.lang.String |
getProviderName()
Gets the name of the entry point provider that provided this entry point. |
RID |
getTargetRID()
Gets the ID of the target resource where the entry point points to. |
boolean |
isCollection()
Checks if the entry point is a collection (folder) |
void |
setInternalInfo(java.util.Map internalInfo)
Sets additional information for the entry point |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EntryPoint(java.lang.String id,
java.lang.String providerName)
id - id of the entry pointproviderName - name of the entry point provider
public EntryPoint(java.lang.String id,
RID targetRid,
LinkType linkType,
boolean isCollection,
java.lang.String providerName)
id - id of the entry pointtargetRid - resource ID of the target resourcelinkType - determines if it is an internal or extneral link (resource ID or URL)isCollection - determines if the link is a collection or notproviderName - name of the entry point provider| Method Detail |
public RID getTargetRID()
LinkType.NONE), null is returned.getTargetRID in interface IEntryPointpublic java.lang.String getProviderName()
getProviderName in interface IEntryPointpublic LinkType getLinkType()
getLinkType in interface IEntryPointpublic java.lang.String getID()
getID in interface IEntryPointpublic boolean isCollection()
isCollection in interface IEntryPointpublic void setInternalInfo(java.util.Map internalInfo)
setInternalInfo in interface IEntryPointinternalInfo - additional information about the entry pointpublic java.util.Map getInternalInfo()
getInternalInfo in interface IEntryPoint
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||