|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IWDRepositoryModelClass | |
| com.sap.tc.webdynpro.progmodel.repository | |
| com.sap.tc.webdynpro.repository.api | Contains the API for the Web Dynpro runtime repository. |
| Uses of IWDRepositoryModelClass in com.sap.tc.webdynpro.progmodel.repository |
| Subinterfaces of IWDRepositoryModelClass in com.sap.tc.webdynpro.progmodel.repository | |
interface |
IWDAbstractViewInfo
Interface of progmodel repository model class "IWDAbstractViewInfo". |
interface |
IWDActionInfo
Interface of progmodel repository model class "IWDActionInfo". |
interface |
IWDApplicationInfo
Interface of progmodel repository model class "IWDApplicationInfo". |
interface |
IWDApplicationPropertyInfo
Interface of progmodel repository model class "IWDApplicationPropertyInfo". |
interface |
IWDBusinessGraphicsInfo
Interface of progmodel repository model class "IWDBusinessGraphicsInfo". |
interface |
IWDComponentControllerUsageInfo
Interface of progmodel repository model class "IWDComponentControllerUsageInfo". |
interface |
IWDComponentInfo
Interface of progmodel repository model class "IWDComponentInfo". |
interface |
IWDComponentInterfaceDefinitionInfo
Interface of progmodel repository model class "IWDComponentInterfaceDefinitionInfo". |
interface |
IWDComponentInterfaceImplementationInfo
Interface of progmodel repository model class "IWDComponentInterfaceImplementationInfo". |
interface |
IWDComponentInterfaceInfo
Interface of progmodel repository model class "IWDComponentInterfaceInfo". |
interface |
IWDComponentUsageInfo
Interface of progmodel repository model class "IWDComponentUsageInfo". |
interface |
IWDContextAttributeMappingInfo
Interface of progmodel repository model class "IWDContextAttributeMappingInfo". |
interface |
IWDContextElementMappingInfo
Interface of progmodel repository model class "IWDContextElementMappingInfo". |
interface |
IWDControllerInfo
Interface of progmodel repository model class "IWDControllerInfo". |
interface |
IWDControllerUsageInfo
Interface of progmodel repository model class "IWDControllerUsageInfo". |
interface |
IWDCustomEventInfo
Interface of progmodel repository model class "IWDCustomEventInfo". |
interface |
IWDEmptyViewInfo
Interface of progmodel repository model class "IWDEmptyViewInfo". |
interface |
IWDEventBindingInfo
Interface of progmodel repository model class "IWDEventBindingInfo". |
interface |
IWDEventHandlerInfo
Interface of progmodel repository model class "IWDEventHandlerInfo". |
interface |
IWDEventInfo
Interface of progmodel repository model class "IWDEventInfo". |
interface |
IWDInboundPlugInfo
Interface of progmodel repository model class "IWDInboundPlugInfo". |
interface |
IWDIncomingEventInfo
Interface of progmodel repository model class "IWDIncomingEventInfo". |
interface |
IWDInterfaceViewInfo
Interface of progmodel repository model class "IWDInterfaceViewInfo". |
interface |
IWDNavigationLinkInfo
Interface of progmodel repository model class "IWDNavigationLinkInfo". |
interface |
IWDNavigationTargetReferenceInfo
Interface of progmodel repository model class "IWDNavigationTargetReferenceInfo". |
interface |
IWDOutboundPlugInfo
Interface of progmodel repository model class "IWDOutboundPlugInfo". |
interface |
IWDParameterInfo
Interface of progmodel repository model class "IWDParameterInfo". |
interface |
IWDParameterizedFeatureInfo
Interface of progmodel repository model class "IWDParameterizedFeatureInfo". |
interface |
IWDParameterMappingInfo
Interface of progmodel repository model class "IWDParameterMappingInfo". |
interface |
IWDUIElementInfo
Interface of progmodel repository model class "IWDUIElementInfo". |
interface |
IWDUIElementLibraryInfo
Interface of progmodel repository model class "IWDUIElementLibraryInfo". |
interface |
IWDViewContainerAssignmentInfo
Interface of progmodel repository model class "IWDViewContainerAssignmentInfo". |
interface |
IWDViewContainerInfo
Interface of progmodel repository model class "IWDViewContainerInfo". |
interface |
IWDViewInfo
Interface of progmodel repository model class "IWDViewInfo". |
interface |
IWDViewUsageInfo
Interface of progmodel repository model class "IWDViewUsageInfo". |
interface |
IWDWindowInfo
Interface of progmodel repository model class "IWDWindowInfo". |
| Uses of IWDRepositoryModelClass in com.sap.tc.webdynpro.repository.api |
| Methods in com.sap.tc.webdynpro.repository.api that return IWDRepositoryModelClass | |
IWDRepositoryModelClass |
IWDRepositoryModelClass.getParent()
Returns the parent of this object. |
IWDRepositoryModelClass |
IWDRepositoryModelClass.getPersonalizationObject()
Returns the personalization repository object for this repository object. |
IWDRepositoryModelClass |
IWDRepositoryModelClass.createRelatedModelObject(java.lang.String rolename,
java.lang.String name)
Creates a new child object for the given relation. |
IWDRepositoryModelClass |
IWDRepositoryModelClass.createRelatedModelObject(java.lang.String rolename,
java.lang.String name,
IWDRepositoryModelClassInfo modelClassInfo)
Creates a new child object for the given relation. |
IWDRepositoryModelClass |
IWDRepositoryModel.createModelObject(java.lang.String name,
IWDRepositoryModelClassInfo modelClass)
Creates a new Repository Model Object with the given name. |
IWDRepositoryModelClass |
IWDRepositoryModel.getModelObject(java.lang.String name,
IWDRepositoryModelClassInfo modelClass)
Returns the specified model object or null if it does not exist. |
| Methods in com.sap.tc.webdynpro.repository.api with parameters of type IWDRepositoryModelClass | |
boolean |
IWDRepositoryModelClass.deleteRelatedModelObject(java.lang.String rolename,
IWDRepositoryModelClass o)
Deletes the given child object from the given relation. |
void |
IWDRepositoryModel.deleteModelObject(IWDRepositoryModelClass modelObject)
Deletes the given Repository Model Object. |
|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||