|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.request.migration.TagTypeMigrationRequest
public class TagTypeMigrationRequest
Tag Type Migration Request
Constructor Summary | |
---|---|
TagTypeMigrationRequest()
Create an empty instance |
Method Summary | |
---|---|
java.util.List<MigrationPostProcessor> |
getEnabledPostProcessors()
Returns the list of enabled post processors that were specified for this migration request |
java.util.ArrayList<TagTypeMigrationMapping> |
getMappings()
Return the list of TagTypeMigrationMapping |
java.util.ArrayList<java.lang.Integer> |
getObjectIds()
Returns the list of object ids |
java.lang.String |
getType()
Return the type of the objects. |
boolean |
isHandlePagesByTemplate()
Returns whether the handlePagesByTemplate flag was enabled for this request. |
boolean |
isPreventTriggerEvent()
Check whether the trigger events should be prevented. |
void |
setEnabledPostProcessors(java.util.List<MigrationPostProcessor> enabledPostProcessors)
Sets the map of enabled post processors for this migration request |
void |
setHandlePagesByTemplate(boolean handlePagesByTemplate)
Sets the handlePagesByTemplate option which specifies whether the migration should be applied to ALL pages using this page's template. |
void |
setMappings(java.util.ArrayList<TagTypeMigrationMapping> mappings)
Set the list of TagTypeMigrationMapping |
void |
setObjectIds(java.util.ArrayList<java.lang.Integer> objectIds)
Set the list of object ids |
void |
setPreventTriggerEvent(boolean preventTriggerEvent)
Sets the prevent tigger event option |
void |
setType(java.lang.String type)
Set the type for the migration job. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TagTypeMigrationRequest()
Method Detail |
---|
public boolean isPreventTriggerEvent()
public void setPreventTriggerEvent(boolean preventTriggerEvent)
handlePagesByTemplate
- public boolean isHandlePagesByTemplate()
public void setHandlePagesByTemplate(boolean handlePagesByTemplate)
handlePagesByTemplate
- public java.util.List<MigrationPostProcessor> getEnabledPostProcessors()
public void setEnabledPostProcessors(java.util.List<MigrationPostProcessor> enabledPostProcessors)
enabledPostProcessors
- public java.util.ArrayList<TagTypeMigrationMapping> getMappings()
TagTypeMigrationMapping
public void setMappings(java.util.ArrayList<TagTypeMigrationMapping> mappings)
TagTypeMigrationMapping
mappings
- public java.lang.String getType()
public void setType(java.lang.String type)
type
- public java.util.ArrayList<java.lang.Integer> getObjectIds()
public void setObjectIds(java.util.ArrayList<java.lang.Integer> objectIds)
objectIds
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |