|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpecMap | |
---|---|
com.ibm.pim.extensionpoints | |
com.ibm.pim.job | |
com.ibm.pim.spec |
Uses of SpecMap in com.ibm.pim.extensionpoints |
---|
Methods in com.ibm.pim.extensionpoints that return SpecMap | |
---|---|
SpecMap |
ImportFunctionArguments.getSpecMap()
Obtains the SpecMap for this invocation. |
SpecMap |
CatalogToCatalogExportFunctionArguments.getSpecMap()
Obtains the SpecMap for this invocation. |
SpecMap |
CatalogExportFunctionArguments.getSpecMap()
Obtains the SpecMap for this invocation. |
Uses of SpecMap in com.ibm.pim.job |
---|
Methods in com.ibm.pim.job that return SpecMap | |
---|---|
SpecMap |
ItemImport.getSpecMap()
Fetches the SpecMap associated to this import |
SpecMap |
Export.getSpecMap()
Fetches the SpecMap associated to this export, if this is an item export, null otherwise. |
Methods in com.ibm.pim.job with parameters of type SpecMap | |
---|---|
Export |
JobManager.createExport(java.lang.String exportName,
DestinationSpec destSpec,
Catalog sourceCatalog,
SpecMap destMap,
Export.Type exportContentType,
java.util.Map<Export.OptionalArguments,java.lang.Object> optionalArgs)
Creates a new export. |
Uses of SpecMap in com.ibm.pim.spec |
---|
Methods in com.ibm.pim.spec that return SpecMap | |
---|---|
SpecMap |
SpecManager.createSpecMap(java.lang.String specMapName,
SpecMap.Type specMapType,
java.lang.String sourceObjectName,
java.lang.String destinationObjectName)
Create a new SpecMap |
SpecMap |
SpecManager.getSpecMap(java.lang.String specMapName)
Retrieves a specific SpecMap by name, returns null if SpecMap with the given name doesn't exist |
Methods in com.ibm.pim.spec that return types with arguments of type SpecMap | |
---|---|
java.util.Collection<SpecMap> |
SpecManager.getSpecMaps()
Retrieves all SpecMaps available in the current context. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |