Method and Description |
---|
org.xwiki.refactoring.job.EntityRequest.getJobType()
since 9.2RC1, use
AbstractJobStatus.getJobType() instead |
org.xwiki.refactoring.job.MoveRequest.isDeleteSource()
Since 10.11 the MoveRequest does not handle copy anymore. So it should always delete the source.
|
org.xwiki.refactoring.job.MoveRequest.setDeleteSource(boolean)
Since 10.11 the MoveRequest does not handle copy anymore. So it should always delete the source.
|
org.xwiki.refactoring.job.EntityRequest.setJobType(String) |
Constructor and Description |
---|
org.xwiki.refactoring.job.EntityJobStatus(T, ObservationManager, LoggerManager, JobStatus)
since 9.2RC1, use
EntityJobStatus(String, EntityRequest, ObservationManager, LoggerManager, JobStatus) instead |
Copyright © 2004–2022 XWiki. All rights reserved.