Interface ChangeControlService
public interface ChangeControlService
- Since:
- 2021-11-11
-
Method Summary
Modifier and TypeMethodDescriptionvoidactivateChangeControl(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 StringgetChangeControlStatus(com.technia.dsx.common.TenantSession session, String engItemId) voidremoveChangeControl(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
-