Uses of Class
com.sap.portal.pcm.relateditem.RelatedItemType

Packages that use RelatedItemType
com.sap.portal.pcm.iview   
com.sap.portal.pcm.relateditem   
 

Uses of RelatedItemType in com.sap.portal.pcm.iview
 

Methods in com.sap.portal.pcm.iview with parameters of type RelatedItemType
 java.util.List IiView.getRelatedItems(RelatedItemType type)
          Get all related items of the object according to the requested type.
 void IiView.addRelatedItem(com.sap.portal.pcm.INewObjectDescriptor descriptor, java.lang.String atomicName, RelatedItemType type)
          Add a direct related item to the iView.
 

Uses of RelatedItemType in com.sap.portal.pcm.relateditem
 

Fields in com.sap.portal.pcm.relateditem declared as RelatedItemType
static RelatedItemType RelatedItemType.RELATED_LINKS
          Constant for new (copy) creation mode.
static RelatedItemType RelatedItemType.TARGET_COMPONENTS
          Constant for delta-link creation mode.
static RelatedItemType RelatedItemType.DYNAMIC_NAVIGATION
          Constant for link creation mode.
 

Methods in com.sap.portal.pcm.relateditem that return RelatedItemType
static RelatedItemType RelatedItemType.fromString(java.lang.String type)
           
 RelatedItemType IRelatedItemEntity.getType()
           
 

Methods in com.sap.portal.pcm.relateditem with parameters of type RelatedItemType
 java.util.List IParentDisableRI.getDisabledItems(RelatedItemType type)
           
 boolean RelatedItemType.equals(RelatedItemType type)
           
static java.util.Comparator RelatedItemComparator.getComparator(RelatedItemType riType)