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()
          Returns the list of user entities for this meta entity.
 

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

Methods in com.ibm.pdp.maf.rpp.service that return UserEntity
 UserEntity IMAFModelService.getUserEntity(java.lang.String projectName, java.lang.String packageName, java.lang.String metaEntityName, java.lang.String entityName)
          Returns the User Entity for this project name, package name, meta entity name and entity name.