Interface ChangeControlService


public interface ChangeControlService
Since:
2021-11-11
  • Method Details

    • activateChangeControl

      @Remote(UPDATE) void activateChangeControl(com.technia.dsx.common.TenantSession session, String engItemId)
      Activate the Change Control for the given Engineering Item.
      Parameters:
      session - The current session
      engItemId - The ID for the engineering item
    • getChangeControl

      @Remote(READ) ChangeControlResult getChangeControl(com.technia.dsx.common.TenantSession session, String engItemId, ChangeControlMask mask)
      Parameters:
      session - The current session
      engItemId - The ID for the engineering item
      mask - The mask controlling what to return
      Returns:
    • removeChangeControl

      @Remote(UPDATE) void removeChangeControl(com.technia.dsx.common.TenantSession session, String engItemId)
      Deactivates the Change Control for the given Engineering Item.
      Parameters:
      session - The current session
      engItemId - The ID for the engineering item
    • getChangeControlStatus

      default String getChangeControlStatus(com.technia.dsx.common.TenantSession session, String engItemId)