public interface RefactoringJobs
Modifier and Type | Field and 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.
|
static final String GROUP
static final String GROUP_PREFIX
static final String MOVE
static final String RENAME
static final String COPY
static final String COPY_AS
static final String DELETE
static final String RESTORE
static final String CREATE
static final String REPLACE_USER
static final String PERMANENTLY_DELETE
Copyright © 2004–2022 XWiki. All rights reserved.