|
Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference 11g Release 1 (11.1) E17350-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICISCommonMetadataMap
Provides a metadata relationship between disparate repositories.
| Nested Class Summary | |
|---|---|
static interface |
ICISCommonMetadataMap.FieldEntryHolds the information used for a field mapping, including the native name and the object class |
| Nested classes/interfaces inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable |
|---|
ICISObjectInitializable.AdapterVersionAware |
| Method Summary | |
|---|---|
ICISCommonContributionMap |
_createContributionMap(java.lang.String adapterName, java.lang.String commonType, java.lang.String nativeType) |
void |
addMapping(java.lang.String commonName, java.lang.String nativeName, java.lang.String adapterName)Sets up a mapping for metadata, the common name supplied will now be treated as synonymous with the native name supplied for the specified adapter. |
void |
addMapping(java.lang.String commonName, java.lang.String objectClass, java.lang.String nativeName, java.lang.String adapterName)Sets up a mapping for metadata, the common name supplied will now be treated as synonymous with the native name supplied for the specified adapter. |
java.util.Collection |
getAdapterNames() |
java.util.Collection |
getCommonDocumentTypes() |
java.util.Collection |
getCommonNames() |
java.util.Collection |
getCommonNames(java.lang.String adapterName) |
ICISCommonContributionMap |
getContributionMap(java.lang.String adapterName, java.lang.String documentType) |
java.lang.String |
getDocumentType(java.lang.String adapter, java.lang.String commonName) |
java.util.Collection |
getDocumentTypes(java.lang.String adapter) |
java.util.Map |
getMapByAdapter(java.lang.String adapterName) |
java.lang.String |
getNativeName(java.lang.String commonName, java.lang.String adapterName) |
java.lang.String |
getObjectClassName(java.lang.String commonName, java.lang.String adapterName) |
| Methods inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable |
|---|
intialize |
| Method Detail |
|---|
ICISCommonContributionMap _createContributionMap(java.lang.String adapterName,
java.lang.String commonType,
java.lang.String nativeType)
adapterName - the name of the adaptercommonType - the document type or null for any typenativeType - the native document type this corresponds to in the target server
void addMapping(java.lang.String commonName,
java.lang.String nativeName,
java.lang.String adapterName)
commonName - The common name to use.nativeName - The native name on specified adapter.adapterName - The adapter to provide mapping for.
void addMapping(java.lang.String commonName,
java.lang.String objectClass,
java.lang.String nativeName,
java.lang.String adapterName)
commonName - The common name to use.objectClass - the objectclass to which this property mapsnativeName - The native name on specified adapter.adapterName - The adapter to provide mapping for.java.util.Map getMapByAdapter(java.lang.String adapterName)
adapterName - The adapter name to return map for.ICISCommonMetadataMap.FieldEntry for the specified adapter.
ICISCommonContributionMap getContributionMap(java.lang.String adapterName,
java.lang.String documentType)
adapterName - the adapter namejava.util.Collection getDocumentTypes(java.lang.String adapter)
adapter - the adapter to query
java.lang.String getDocumentType(java.lang.String adapter,
java.lang.String commonName)
adapter - The adapter to find native value for.commonName - The common name associated with native name.java.util.Collection getCommonDocumentTypes()
java.lang.String getObjectClassName(java.lang.String commonName,
java.lang.String adapterName)
commonName - The common name to retrieve content class for.adapterName - The adapter name to use.
java.lang.String getNativeName(java.lang.String commonName,
java.lang.String adapterName)
commonName - The common name to get mapping for.adapterName - The adapter name.java.util.Collection getCommonNames(java.lang.String adapterName)
java.util.Collection getCommonNames()
java.util.Collection getAdapterNames()
|
Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference 11g Release 1 (11.1) E17350-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||