All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
DistributedImportProcess |
createDistributedImportProcess(Map attributeValues) |
DistributedImportProcess |
createDistributedImportProcess(SessionContext ctx,
Map attributeValues) |
DistributedImportSplitErrorDump |
createDistributedImportSplitErrorDump(Map attributeValues) |
DistributedImportSplitErrorDump |
createDistributedImportSplitErrorDump(SessionContext ctx,
Map attributeValues) |
Export |
createExport(Map attributeValues) |
Export |
createExport(SessionContext ctx,
Map attributeValues) |
ExternalImportKey |
createExternalImportKey(Map attributeValues) |
ExternalImportKey |
createExternalImportKey(SessionContext ctx,
Map attributeValues) |
HeaderLibrary |
createHeaderLibrary(Map attributeValues) |
HeaderLibrary |
createHeaderLibrary(SessionContext ctx,
Map attributeValues) |
ImpexDocumentId |
createImpexDocumentId(Map attributeValues) |
ImpexDocumentId |
createImpexDocumentId(SessionContext ctx,
Map attributeValues) |
ImpExExportCronJob |
createImpExExportCronJob(Map attributeValues) |
ImpExExportCronJob |
createImpExExportCronJob(SessionContext ctx,
Map attributeValues) |
ImpExExportJob |
createImpExExportJob(Map attributeValues) |
ImpExExportJob |
createImpExExportJob(SessionContext ctx,
Map attributeValues) |
ImpExExportMedia |
createImpExExportMedia(Map attributeValues) |
ImpExExportMedia |
createImpExExportMedia(SessionContext ctx,
Map attributeValues) |
ImpExImportCronJob |
createImpExImportCronJob(Map attributeValues) |
ImpExImportCronJob |
createImpExImportCronJob(SessionContext ctx,
Map attributeValues) |
ImpExImportJob |
createImpExImportJob(Map attributeValues) |
ImpExImportJob |
createImpExImportJob(SessionContext ctx,
Map attributeValues) |
ImpExMedia |
createImpExMedia(Map attributeValues) |
ImpExMedia |
createImpExMedia(SessionContext ctx,
Map attributeValues) |
ImportBatch |
createImportBatch(Map attributeValues) |
ImportBatch |
createImportBatch(SessionContext ctx,
Map attributeValues) |
ImportBatchContent |
createImportBatchContent(Map attributeValues) |
ImportBatchContent |
createImportBatchContent(SessionContext ctx,
Map attributeValues) |
Report |
createReport(Map attributeValues) |
Report |
createReport(SessionContext ctx,
Map attributeValues) |
Map<String,Item.AttributeMode> |
getDefaultAttributeModes(Class<? extends Item> itemClass) |
String |
getName() |
Boolean |
isSystemType(ComposedType item)
Generated method - Getter of the ComposedType.systemType attribute.
|
Boolean |
isSystemType(SessionContext ctx,
ComposedType item)
Generated method - Getter of the ComposedType.systemType attribute.
|
boolean |
isSystemTypeAsPrimitive(ComposedType item)
Generated method - Getter of the ComposedType.systemType attribute.
|
boolean |
isSystemTypeAsPrimitive(SessionContext ctx,
ComposedType item)
Generated method - Getter of the ComposedType.systemType attribute.
|
void |
setSystemType(ComposedType item,
boolean value)
Generated method - Setter of the ComposedType.systemType attribute.
|
void |
setSystemType(ComposedType item,
Boolean value)
Generated method - Setter of the ComposedType.systemType attribute.
|
void |
setSystemType(SessionContext ctx,
ComposedType item,
boolean value)
Generated method - Setter of the ComposedType.systemType attribute.
|
void |
setSystemType(SessionContext ctx,
ComposedType item,
Boolean value)
Generated method - Setter of the ComposedType.systemType attribute.
|