com.sapportals.wcm.repository.service.appproperties

Class AppPropertyInterpreter

java.lang.Object
  extended by com.sapportals.wcm.repository.service.appproperties.AppPropertyInterpreter

public class AppPropertyInterpreter
extends Object

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.

Since:
NW 7.1

Constructor Summary
AppPropertyInterpreter()
           
 
Method Summary
 PropertyType getType(IAppProperty instance)
           
static AppProperty newInstance_AppProperty(IPropertyName name, PropertyType type, List values, String userID, boolean enableCopy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppPropertyInterpreter

public AppPropertyInterpreter()
Method Detail

getType

public PropertyType getType(IAppProperty instance)

newInstance_AppProperty

public static AppProperty newInstance_AppProperty(IPropertyName name,
                                                  PropertyType type,
                                                  List values,
                                                  String userID,
                                                  boolean enableCopy)
                                           throws com.sapportals.wcm.WcmException
Throws:
com.sapportals.wcm.WcmException
Access Rights

This class can be accessed from:


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


Copyright 2011 SAP AG Complete Copyright Notice