Interface ChangeControlService
public interface ChangeControlService
- Since:
- 2021-11-11
-
Method Summary
Modifier and TypeMethodDescriptionvoid
activateChangeControl
(com.technia.dsx.common.TenantSession session, String engItemId) Activate the Change Control for the given Engineering Item.getChangeControl
(com.technia.dsx.common.TenantSession session, String engItemId, ChangeControlMask mask) default String
getChangeControlStatus
(com.technia.dsx.common.TenantSession session, String engItemId) void
removeChangeControl
(com.technia.dsx.common.TenantSession session, String engItemId) Deactivates the Change Control for the given Engineering Item.
-
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 sessionengItemId
- 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 sessionengItemId
- The ID for the engineering itemmask
- 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 sessionengItemId
- The ID for the engineering item
-
getChangeControlStatus
-