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.