|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MigrationResource
Resource used for performing Tag Type Migrations and Template Migrations
Method Summary | |
---|---|
GenericResponse |
cancelMigration()
Cancel the current tag type migration job, if one is being executed |
MigrationJobItemsResponse |
getMigrationJobItems(int jobId)
Get the migration job items for the given job |
MigrationGetLogResponse |
getMigrationLog(int jobId)
Get the log for a given tag type migration job |
MigrationGetLogsResponse |
getMigrationLogs()
Get a list of all tag type migration logs |
MigrationStatusResponse |
getMigrationStatus()
Get the migration status for a given tag type migration job |
MigrationTagsResponse |
getMigrationTagTypes(MigrationTagsRequest request)
Get a list of Tag Types for possible migration by examining the given objects |
MigrationPartsResponse |
getPartsForTagType(java.lang.String id)
Get a list of parts for a single tag type |
PossiblePartMappingsResponse |
getPossiblePartMappings(int fromTagTypeId,
int toTagTypeId)
Get a response that contains maps and lists with possible part mappings between to both tagtypes |
MigrationResponse |
performTagTypeMigration(TagTypeMigrationRequest request)
Perform tag migration process |
MigrationResponse |
performTemplateMigration(TemplateMigrationRequest request)
|
MigrationResponse |
reinvokeTagTypeMigration(MigrationReinvokeRequest request)
Reinvoke the tag type migration for the given object |
Methods inherited from interface com.gentics.contentnode.rest.resource.AuthenticatedResource |
---|
setSessionId |
Method Detail |
---|
GenericResponse cancelMigration()
MigrationStatusResponse getMigrationStatus()
MigrationJobItemsResponse getMigrationJobItems(int jobId)
jobId
- The jobId for which the items should be loaded
MigrationGetLogsResponse getMigrationLogs()
MigrationGetLogResponse getMigrationLog(int jobId)
jobId
- the id of the migration job
MigrationResponse performTagTypeMigration(TagTypeMigrationRequest request)
request
- migration request object
MigrationResponse performTemplateMigration(TemplateMigrationRequest request)
MigrationResponse reinvokeTagTypeMigration(MigrationReinvokeRequest request)
request
-
PossiblePartMappingsResponse getPossiblePartMappings(int fromTagTypeId, int toTagTypeId)
fromTagTypeId
- TagTypeId of the tagtype that should be mappedtoTagTypeId
- TagTypeId of the desired target tagtype
MigrationPartsResponse getPartsForTagType(java.lang.String id)
id
- id of the tag type to return tags for
MigrationTagsResponse getMigrationTagTypes(MigrationTagsRequest request)
request
- migration tags request object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |