Package org.xwiki.refactoring.job
Class CopyRequest
- java.lang.Object
-
- org.xwiki.job.AbstractRequest
-
- org.xwiki.job.api.AbstractCheckRightsRequest
-
- org.xwiki.refactoring.job.EntityRequest
-
- org.xwiki.refactoring.job.AbstractCopyOrMoveRequest
-
- org.xwiki.refactoring.job.CopyRequest
-
- All Implemented Interfaces:
Serializable
,org.xwiki.job.Request
public class CopyRequest extends AbstractCopyOrMoveRequest
A job request that can be used to copy some entities to another place.- Since:
- 10.11RC1
- Version:
- $Id: 3c16bd33d43d371ff4691fe2e0b58e63216c8b6c $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CopyRequest()
Default constructor.CopyRequest(org.xwiki.job.Request request)
-
Method Summary
-
Methods inherited from class org.xwiki.refactoring.job.AbstractCopyOrMoveRequest
getDestination, isUpdateLinks, isUpdateLinksOnFarm, setDestination, setUpdateLinks, setUpdateLinksOnFarm
-
Methods inherited from class org.xwiki.refactoring.job.EntityRequest
getEntityParameters, getEntityReferences, getJobType, isDeep, setDeep, setEntityParameters, setEntityReferences, setJobType
-
Methods inherited from class org.xwiki.job.api.AbstractCheckRightsRequest
getAuthorReference, getUserReference, isCheckAuthorRights, isCheckRights, setAuthorReference, setCheckAuthorRights, setCheckRights, setUserReference
-
Methods inherited from class org.xwiki.job.AbstractRequest
containsProperty, equals, getContext, getId, getProperties, getProperty, getProperty, getPropertyNames, hashCode, isInteractive, isRemote, isStatusLogIsolated, isStatusSerialized, isVerbose, removeProperty, setContext, setId, setId, setId, setInteractive, setProperty, setRemote, setStatusLogIsolated, setStatusSerialized, setVerbose
-
-