Uses of Interface
com.ibm.pdp.maf.rpp.kernel.UserEntity

Packages that use UserEntity
com.ibm.pdp.maf.rpp.kernel This package describes the com.ibm.pdp.maf.rpp.kernel, see the description for an UML overview. 
com.ibm.pdp.maf.rpp.service This package describes the com.ibm.pdp.maf.rpp.service, see the description for an UML overview. 
 

Uses of UserEntity in com.ibm.pdp.maf.rpp.kernel
 

Methods in com.ibm.pdp.maf.rpp.kernel that return types with arguments of type UserEntity
 java.util.List<UserEntity> MetaEntity.getUserEntities()
           
 

Uses of UserEntity in com.ibm.pdp.maf.rpp.service
 

Methods in com.ibm.pdp.maf.rpp.service that return UserEntity
 UserEntity MAFModelService.getUserEntity(java.lang.String projectName, java.lang.String packageName, java.lang.String metaEntityType, java.lang.String entityName)
           
 UserEntity IMAFModelService.getUserEntity(java.lang.String projectName, java.lang.String packageName, java.lang.String metaEntityName, java.lang.String entityName)