Package wt.change2.adminlock
Enum Class ChangeAdminLockOperation
- All Implemented Interfaces:
Serializable,Comparable<ChangeAdminLockOperation>,Constable
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
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 ConstantsEnum ConstantDescriptionDeprecated.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: trueType Property Name Actions/Operations PROMOTE wt.fc.adminLock.AdministrativeLockType.maturity.ProductDesignPkg Promote package imported objects
Supported API: trueType 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 TypeMethodDescriptiongetService(ChangeAdminLockOperation lockType)
Supported API: true
-
Enum Constant Details
-
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
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
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
Type Property Name Actions/Operations PROMOTE wt.fc.adminLock.AdministrativeLockType.maturity.ProductDesignPkg Promote package imported objects
Supported API: true
-
-
Method Details
-
getService
public static AdministrativeLockServerHelper.PropertyServiceKey getService(ChangeAdminLockOperation lockType)
Supported API: true- Parameters:
lockType-- Returns:
- the service for the given operation
-