|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Part of a Higgins Context provider. This module defines the PDP interfaces that are common to most attribute, metadata and value based Higgins objects. Assists in mapping between consumer and provider elements
| Method Summary | |
|---|---|
URI |
consumerTypeToProvider(URI type)
PDP interface for converting from passed by consumer (presented) values to what is correct for storage or relaying on to another Context Provider. |
Iterator |
consumerTypeToProviders(URI elem)
PDP interface for converting from passed by consumer (presented) values to what is correct for storage or relaying on to another Context Provider. |
Object |
consumerValueToProvider(URI consumerType,
URI providerType,
Object consumerValue)
Helper PDP for converting from passed (consumer presented/provided} value to what is correct for storage or relaying on to another Context Provider. |
URI |
providerTypeToConsumer(URI type)
Helper PDP for converting from stored or child Context Provider to consumer presented value. |
Object |
providerValueToConsumer(URI providerType,
URI consumerType,
Object providerValue)
Helper PDP for converting from stored or child Context Provider to consumer presented value. |
| Method Detail |
public URI consumerTypeToProvider(URI type)
throws org.eclipse.higgins.idas.api.IdASException
type - The consumer or unmapped type of the property value
org.eclipse.higgins.idas.api.IdASException
public Iterator consumerTypeToProviders(URI elem)
throws org.eclipse.higgins.idas.api.IdASException
elem - The consumer or unmapped type of the property value
org.eclipse.higgins.idas.api.IdASException
public URI providerTypeToConsumer(URI type)
throws org.eclipse.higgins.idas.api.IdASException
type - The actual or provider type of the property value
org.eclipse.higgins.idas.api.IdASException
public Object consumerValueToProvider(URI consumerType,
URI providerType,
Object consumerValue)
throws org.eclipse.higgins.idas.api.IdASException
consumerType - The consumer or mapped type of the property valueproviderType - The actual or provider type of the property valueconsumerValue - The data comprising the consumer view of the value
org.eclipse.higgins.idas.api.IdASException
public Object providerValueToConsumer(URI providerType,
URI consumerType,
Object providerValue)
throws org.eclipse.higgins.idas.api.IdASException
providerType - The actual or provider type of the property valueconsumerType - The consumer or mapped type of the property valueproviderValue - The data stored or child Context Provider view of the value
org.eclipse.higgins.idas.api.IdASException
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||