Enum Class ChangeAdminLockOperation

java.lang.Object
java.lang.Enum<ChangeAdminLockOperation>
wt.change2.adminlock.ChangeAdminLockOperation
All Implemented Interfaces:
Serializable, Comparable<ChangeAdminLockOperation>, Constable

public enum ChangeAdminLockOperation extends Enum<ChangeAdminLockOperation>
The ChangeAdminLockOperation are the configurable Administrative property values for the Change Management and Promotion Request object operations. See each value type for extending access for Change Management and Promotion Request Object operations.

Supported API: true

Extendable: false
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Deprecated.
    Mass change of administratively locked object is no longer supported.
    Type Property Name Actions/Operations MODIFY_CHANGE_OBJECTS wt.fc.adminLock.AdministrativeLockType.change2.ProductDesignPkg Edit, Edit Content, Create New Change Task, Create New Change Request, Associate Change Request to Change Notices, Associate Problem Report or Variance to Change Requests and Edit Promotion Request

    Supported API: true
    Type Property Name Actions/Operations PROMOTE wt.fc.adminLock.AdministrativeLockType.maturity.ProductDesignPkg Promote package imported objects

    Supported API: true
    Type Property Name Actions/Operations RESULTING_OBJECTS wt.fc.adminLock.AdministrativeLockType.change2.ProductDesignPkg Resulting Search Picker, Paste, Collect Resulting and Unincorporated Changes

    Supported API: true
  • Method Summary

    Modifier and Type
    Method
    Description


    Supported API: true

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • MODIFY_CHANGE_OBJECTS

      public static final ChangeAdminLockOperation MODIFY_CHANGE_OBJECTS
      Type Property Name Actions/Operations
      MODIFY_CHANGE_OBJECTS wt.fc.adminLock.AdministrativeLockType.change2.ProductDesignPkg Edit, Edit Content, Create New Change Task, Create New Change Request, Associate Change Request to Change Notices, Associate Problem Report or Variance to Change Requests and Edit Promotion Request


      Supported API: true
    • RESULTING_OBJECTS

      public static final ChangeAdminLockOperation RESULTING_OBJECTS
      Type Property Name Actions/Operations
      RESULTING_OBJECTS wt.fc.adminLock.AdministrativeLockType.change2.ProductDesignPkg Resulting Search Picker, Paste, Collect Resulting and Unincorporated Changes


      Supported API: true
    • MASS_CHANGE

      public static final ChangeAdminLockOperation MASS_CHANGE
      Deprecated.
      Mass change of administratively locked object is no longer supported.
      Type Property Name Actions/Operations
      MASS_CHANGE wt.fc.adminLock.AdministrativeLockType.change2.ProductDesignPkg Perform Mass Change Operations


      Supported API: true
    • PROMOTE

      public static final ChangeAdminLockOperation PROMOTE
      Type Property Name Actions/Operations
      PROMOTE wt.fc.adminLock.AdministrativeLockType.maturity.ProductDesignPkg Promote package imported objects


      Supported API: true
  • Method Details