Package org.xwiki.refactoring.job
Interface RefactoringJobs
-
public interface RefactoringJobs
Known refactoring job types.- Since:
- 7.2M1
- Version:
- $Id: 69b2bf9b0df7b1b79f8f16d9cd7b6eeac7dec42f $
-
-
Field Summary
Fields Modifier and Type Field Description static String
COPY
The role hint of the job that copies entities.static String
COPY_AS
The role hint of the job that copies entities with a different name or reference.static String
CREATE
The role hint of the job that creates entities.static String
DELETE
The role hint of the job that deletes entities.static String
GROUP
The name used to group the refactoring jobs.static String
GROUP_PREFIX
The prefix used by all the refactoring job hits.static String
MOVE
The role hint for the job that moves entities.static String
PERMANENTLY_DELETE
The role hint of the job that permanently deletes entities.static String
RENAME
The role hint for the job that renames entities.static String
REPLACE_USER
The role hint of the job that replace user references.static String
RESTORE
The role hint of the job that deletes entities.
-
-
-
Field Detail
-
GROUP
static final String GROUP
The name used to group the refactoring jobs.- See Also:
- Constant Field Values
-
GROUP_PREFIX
static final String GROUP_PREFIX
The prefix used by all the refactoring job hits.- See Also:
- Constant Field Values
-
MOVE
static final String MOVE
The role hint for the job that moves entities.- See Also:
- Constant Field Values
-
RENAME
static final String RENAME
The role hint for the job that renames entities.- See Also:
- Constant Field Values
-
COPY
static final String COPY
The role hint of the job that copies entities.- See Also:
- Constant Field Values
-
COPY_AS
static final String COPY_AS
The role hint of the job that copies entities with a different name or reference.- See Also:
- Constant Field Values
-
DELETE
static final String DELETE
The role hint of the job that deletes entities.- See Also:
- Constant Field Values
-
RESTORE
static final String RESTORE
The role hint of the job that deletes entities.- See Also:
- Constant Field Values
-
CREATE
static final String CREATE
The role hint of the job that creates entities.- Since:
- 7.4M2
- See Also:
- Constant Field Values
-
REPLACE_USER
static final String REPLACE_USER
The role hint of the job that replace user references.- Since:
- 11.8RC1
- See Also:
- Constant Field Values
-
PERMANENTLY_DELETE
static final String PERMANENTLY_DELETE
The role hint of the job that permanently deletes entities.- Since:
- 10.10RC1
- See Also:
- Constant Field Values
-
-