|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UserPropertyMapper
Used to map consumer user props to the properties the producer requested
| Method Summary | |
|---|---|
Collection<UserProperty> |
mapProperties(RequiredUserProperties requiredProperties,
Map<String,String> map,
EntityPropertyCache profile)
Map the consumer's properties (profile) to the producer's (return). |
| Method Detail |
|---|
Collection<UserProperty> mapProperties(RequiredUserProperties requiredProperties,
Map<String,String> map,
EntityPropertyCache profile)
Map the consumer's properties (profile) to the producer's (return).
Generally the map will be as follows:
However the you may use whatever format strings your mapper understands.
requiredProperties - the properties requested by the producermap - A map where the key is the producer's name and the value is the consumer's nameprofile - the User's profile on the consumer
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||