|
SAP NetWeaver 7.31 (SP01) KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.repository.CollectionInterpreter
public class CollectionInterpreter
This is a very simple interpreter class that allows one to write JDK 1.5
compliant code.
Use this class to call methods using the old deprecated enum objects.
For each method in class X (X.doExample(oldEnumType)), you'll find a corresponding method
of the form doExample(instanceOfX,newEnumType) in this class.
| Constructor Summary | |
|---|---|
CollectionInterpreter()
|
|
| Method Summary | |
|---|---|
static IResource |
createLink(ICollection collection,
String name,
com.sapportals.wcm.util.uri.URL targetURL,
LinkType linkType,
IPosition position,
IPropertyMap properties)
Method with new enum signatures resembling method #ICollection.createLink(String, URL, com.sapportals.wcm.repository.enums.LinkType, IPosition position, IPropertyMap) |
static IResource |
createLink(ICollection collection,
String name,
com.sapportals.wcm.util.uri.URL targetURL,
LinkType linkType,
IPosition position,
IPropertyMap properties,
boolean ignorePropertyFailures)
Method with new enum signatures resembling method #ICollection.createLink(String, URL, com.sapportals.wcm.repository.enums.LinkType, IPosition, IPropertyMap, boolean) |
static IResource |
createLink(ICollection collection,
String name,
com.sapportals.wcm.util.uri.URL targetURL,
LinkType linkType,
IPropertyMap properties)
Method with new enum signatures resembling method #ICollection.createLink(String, URL, com.sapportals.wcm.repository.enums.LinkType, IPropertyMap) |
static IResource |
createLink(ICollection collection,
String name,
com.sapportals.wcm.util.uri.URL targetURL,
LinkType linkType,
IPropertyMap properties,
boolean ignorePropertyFailures)
Method with new enum signatures resembling method #ICollection.createLink(String, URL, com.sapportals.wcm.repository.enums.LinkType, IPropertyMap, boolean) |
static OrderType |
getOrderType(ICollection instance)
|
static void |
setOrderType(ICollection instance,
OrderType type)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CollectionInterpreter()
| Method Detail |
|---|
public static IResource createLink(ICollection collection,
String name,
com.sapportals.wcm.util.uri.URL targetURL,
LinkType linkType,
IPropertyMap properties)
throws ResourceException,
NotSupportedException,
AccessDeniedException
#ICollection.createLink(String, URL, com.sapportals.wcm.repository.enums.LinkType, IPropertyMap)
ResourceException
NotSupportedException
AccessDeniedException
public static IResource createLink(ICollection collection,
String name,
com.sapportals.wcm.util.uri.URL targetURL,
LinkType linkType,
IPosition position,
IPropertyMap properties)
throws ResourceException,
NotSupportedException,
AccessDeniedException
#ICollection.createLink(String, URL, com.sapportals.wcm.repository.enums.LinkType, IPosition position, IPropertyMap)
ResourceException
NotSupportedException
AccessDeniedException
public static IResource createLink(ICollection collection,
String name,
com.sapportals.wcm.util.uri.URL targetURL,
LinkType linkType,
IPropertyMap properties,
boolean ignorePropertyFailures)
throws ResourceException,
NotSupportedException,
AccessDeniedException
#ICollection.createLink(String, URL, com.sapportals.wcm.repository.enums.LinkType, IPropertyMap, boolean)
ResourceException
NotSupportedException
AccessDeniedException
public static IResource createLink(ICollection collection,
String name,
com.sapportals.wcm.util.uri.URL targetURL,
LinkType linkType,
IPosition position,
IPropertyMap properties,
boolean ignorePropertyFailures)
throws ResourceException,
NotSupportedException,
AccessDeniedException
#ICollection.createLink(String, URL, com.sapportals.wcm.repository.enums.LinkType, IPosition, IPropertyMap, boolean)
ResourceException
NotSupportedException
AccessDeniedException
public static OrderType getOrderType(ICollection instance)
throws ResourceException
ResourceException
public static void setOrderType(ICollection instance,
OrderType type)
throws ResourceException
ResourceException| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
|
SAP NetWeaver 7.31 (SP01) KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||