public class ConvertToRelativeLinksTask extends Object implements BatchTask<ContentEntityObject>
Constructor and Description |
---|
ConvertToRelativeLinksTask(ContentDao contentDao,
XhtmlLinksUpdater linksUpdater) |
Modifier and Type | Method and Description |
---|---|
boolean |
apply(ContentEntityObject entity,
int index,
int batchSize) |
public ConvertToRelativeLinksTask(ContentDao contentDao, XhtmlLinksUpdater linksUpdater)
public boolean apply(ContentEntityObject entity, int index, int batchSize) throws CloneNotSupportedException
apply
in interface BatchTask<ContentEntityObject>
entity
- the item to be operate onindex
- the index of this item in its batchbatchSize
- the size of the batchCloneNotSupportedException
Copyright © 2003–2020 Atlassian. All rights reserved.