|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.DKSchemaMappingFed
Field Summary | |
java.lang.String |
_assocEntityName
|
java.lang.String |
_assocMappedEntityName
|
java.lang.String |
_assocServerName
|
java.lang.String |
_entityName
|
java.lang.String |
_mappedEntityDesc
|
java.lang.String |
_mappedEntityName
|
short |
_mappedEntityType
|
java.util.Vector |
_mapping
|
java.lang.String |
_name
|
java.lang.String |
_serverName
|
java.lang.String |
_serverType
|
Fields inherited from interface com.ibm.mm.sdk.common.DKConstantFed |
For details, see the class or interface |
Fields inherited from interface com.ibm.mm.sdk.common.DKConstant |
For details, see the class or interface |
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageIdFed |
For details, see the class or interface |
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId |
For details, see the class or interface |
Constructor Summary | |
DKSchemaMappingFed()
|
|
DKSchemaMappingFed(dkDatastore ds)
|
|
DKSchemaMappingFed(java.lang.String name)
|
Method Summary | |
void |
add()
|
void |
addAttrMapping(dkAttrMapping attrMapping)
|
void |
clearCache()
Clears all current cache data |
void |
del()
|
java.lang.String |
getAssocEntityName()
Gets the name of the associated native entity. |
java.lang.String |
getAssocMappedEntityName()
Gets the name of the associated mapped or federated entity. |
java.lang.String |
getAssocServerName()
Gets the name of the associated server where native attributes are defined. |
dkAttrMapping |
getAttrMapping(java.lang.String attrMappingName)
Gets an existing attribute mapping given its name. |
dkAttrMapping |
getAttrMappingByMappedName(java.lang.String mappedAttrName)
Gets attribute mapping object by the given the mapped attribute name. |
dkAttrMapping |
getAttrMappingByMapToName(java.lang.String mapToAttrName)
Gets attribute mapping object by the given the map-to attribute name. |
java.lang.String |
getEntityName()
Gets the name of the native entity. |
com.ibm.mm.sdk.internal.PSchemaMappingExtFed |
getExtension()
|
java.lang.String |
getMappedEntityName()
Gets the name of the mapped or federated entity. |
short |
getMappedEntityType()
Gets the name of the mapped or federated entity type. |
java.lang.String |
getName()
Gets the name of this SchemaMapping object |
java.lang.String |
getServerName()
Gets the name of the server where native attributes are defined. |
java.lang.String |
getServerType()
Gets the type of the server where native attributes are defined. |
boolean |
isAssocEntityTextSearchable()
Check to see if associated entity is text searchable |
java.lang.String[] |
listAttrMappingNames()
Lists all existing attribute mapping names defined in this schema mapping. |
dkCollection |
listAttrMappings()
Lists all existing attribute mapping defined in this schema mapping. |
void |
removeAttrMapping(java.lang.String attrMappingName)
|
void |
retrieve()
Retrieve this mapping from federated database |
void |
setAssocEntityName(java.lang.String assocNativeEntityName)
Sets the name of the associated native entity. |
void |
setAssocEntityTextSearchable(boolean isTextSearchable)
Set associated entity is text searchable indicator |
void |
setAssocMappedEntityName(java.lang.String assocMappedEntityName)
Sets the name of the associated mapped or federated entity. |
void |
setAssocServerName(java.lang.String assocServerName)
Sets the name of the associated server where native attributes are defined. |
void |
setDatastore(dkDatastore ds)
|
void |
setEntityName(java.lang.String nativeEntityName)
Sets the name of the native entity. |
void |
setExtension(com.ibm.mm.sdk.internal.PSchemaMappingExtFed smext)
|
void |
setMappedEntityName(java.lang.String mappedEntityName)
Sets the name of the mapped or federated entity. |
void |
setMappedEntityType(short mappedEntityType)
Sets the name of the mapped or federated entity type. |
void |
setName(java.lang.String name)
Sets the name of this SchemaMapping object |
void |
setServerName(java.lang.String serverName)
Sets the name of the server where native attributes are defined. |
void |
setServerType(java.lang.String serverType)
Sets the type of the server where native attributes are defined. |
void |
update()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String _name
public java.lang.String _serverName
public java.lang.String _serverType
public java.lang.String _entityName
public java.lang.String _mappedEntityName
public java.lang.String _mappedEntityDesc
public short _mappedEntityType
public java.lang.String _assocMappedEntityName
public java.lang.String _assocEntityName
public java.lang.String _assocServerName
public java.util.Vector _mapping
Constructor Detail |
public DKSchemaMappingFed()
public DKSchemaMappingFed(java.lang.String name)
public DKSchemaMappingFed(dkDatastore ds)
Method Detail |
public java.lang.String getName()
dkSchemaMapping
getName
in interface dkSchemaMapping
com.ibm.mm.sdk.common.dkSchemaMapping
public void setName(java.lang.String name)
dkSchemaMapping
setName
in interface dkSchemaMapping
com.ibm.mm.sdk.common.dkSchemaMapping
extName
- name of this SchemaMapping objectpublic java.lang.String getServerName()
dkSchemaMapping
getServerName
in interface dkSchemaMapping
com.ibm.mm.sdk.common.dkSchemaMapping
public void setServerName(java.lang.String serverName)
dkSchemaMapping
setServerName
in interface dkSchemaMapping
com.ibm.mm.sdk.common.dkSchemaMapping
serverName
- back-end server namepublic java.lang.String getServerType()
dkSchemaMapping
getServerType
in interface dkSchemaMapping
com.ibm.mm.sdk.common.dkSchemaMapping
public void setServerType(java.lang.String serverType)
dkSchemaMapping
setServerType
in interface dkSchemaMapping
com.ibm.mm.sdk.common.dkSchemaMapping
serverType
- server typepublic java.lang.String getEntityName()
dkSchemaMapping
getEntityName
in interface dkSchemaMapping
com.ibm.mm.sdk.common.dkSchemaMapping
public void setEntityName(java.lang.String nativeEntityName)
dkSchemaMapping
setEntityName
in interface dkSchemaMapping
com.ibm.mm.sdk.common.dkSchemaMapping
nativeEntityName
- name of the native entity (index class name
for example)public java.lang.String getMappedEntityName()
dkSchemaMapping
getMappedEntityName
in interface dkSchemaMapping
com.ibm.mm.sdk.common.dkSchemaMapping
public void setMappedEntityName(java.lang.String mappedEntityName)
dkSchemaMapping
setMappedEntityName
in interface dkSchemaMapping
com.ibm.mm.sdk.common.dkSchemaMapping
mappedEntityName
- federated entity namepublic short getMappedEntityType()
getMappedEntityType
in interface dkSchemaMapping
public void setMappedEntityType(short mappedEntityType)
setMappedEntityType
in interface dkSchemaMapping
mappedEntityName
- federated entity typepublic java.lang.String getAssocMappedEntityName()
getAssocMappedEntityName
in interface dkSchemaMapping
public void setAssocMappedEntityName(java.lang.String assocMappedEntityName)
setAssocMappedEntityName
in interface dkSchemaMapping
mappedEntityName
- associated federated entity namepublic java.lang.String getAssocEntityName()
getAssocEntityName
in interface dkSchemaMapping
public void setAssocEntityName(java.lang.String assocNativeEntityName)
setAssocEntityName
in interface dkSchemaMapping
nativeEntityName
- name of the associated native entity (index class name
for example)public java.lang.String getAssocServerName()
getAssocServerName
in interface dkSchemaMapping
public void setAssocServerName(java.lang.String assocServerName)
setAssocServerName
in interface dkSchemaMapping
serverName
- back-end associated server namepublic void addAttrMapping(dkAttrMapping attrMapping) throws DKException
public void removeAttrMapping(java.lang.String attrMappingName) throws DKException
public dkAttrMapping getAttrMapping(java.lang.String attrMappingName) throws DKException
dkSchemaMapping
getAttrMapping
in interface dkSchemaMapping
com.ibm.mm.sdk.common.dkSchemaMapping
attrMappingName
- federated entity mapping name to be retrievedDKException
- - an error occurs in the datastorepublic dkCollection listAttrMappings() throws DKException
dkSchemaMapping
listAttrMappings
in interface dkSchemaMapping
com.ibm.mm.sdk.common.dkSchemaMapping
DKException
- - an error occurs in the datastorepublic java.lang.String[] listAttrMappingNames() throws DKException
dkSchemaMapping
listAttrMappingNames
in interface dkSchemaMapping
com.ibm.mm.sdk.common.dkSchemaMapping
DKException
- - an error occurs in the datastorepublic void retrieve() throws DKException, java.lang.Exception
dkSchemaMapping
retrieve
in interface dkSchemaMapping
com.ibm.mm.sdk.common.dkSchemaMapping
DKException
- - an error occurs in the datastorepublic void add() throws DKException, java.lang.Exception
public void update() throws DKException, java.lang.Exception
public void del() throws DKException, java.lang.Exception
public dkAttrMapping getAttrMappingByMappedName(java.lang.String mappedAttrName) throws DKException
getAttrMappingByMappedName
in interface dkSchemaMapping
public dkAttrMapping getAttrMappingByMapToName(java.lang.String mapToAttrName) throws DKException
getAttrMappingByMapToName
in interface dkSchemaMapping
public void setDatastore(dkDatastore ds)
public com.ibm.mm.sdk.internal.PSchemaMappingExtFed getExtension()
public void setExtension(com.ibm.mm.sdk.internal.PSchemaMappingExtFed smext)
public boolean isAssocEntityTextSearchable() throws DKException, java.lang.Exception
isAssocEntityTextSearchable
in interface dkSchemaMapping
public void setAssocEntityTextSearchable(boolean isTextSearchable) throws DKException, java.lang.Exception
setAssocEntityTextSearchable
in interface dkSchemaMapping
public void clearCache() throws DKException, java.lang.Exception
clearCache
in interface dkSchemaMapping
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |