Interface EnterpriseReferenceService
public interface EnterpriseReferenceService
- Since:
- 2021-11-11
-
Method Summary
Modifier and TypeMethodDescriptionaddEnterpriseRef
(com.technia.dsx.common.TenantSession session, String engItemId, EnterpriseRefMask mask, EnterpriseReference enterpriseReference) Adding Enterprise Reference to an Engineering ItemgetEnterpriseRef
(com.technia.dsx.common.TenantSession session, String engItemId, EnterpriseRefMask mask) setEnterpriseRef
(com.technia.dsx.common.TenantSession session, String engItemId, EnterpriseRefMask mask, EnterpriseReference enterpriseReference) Sets the enterprise ref
-
Method Details
-
getEnterpriseRef
@Remote(READ) EnterpriseReferenceResult getEnterpriseRef(com.technia.dsx.common.TenantSession session, String engItemId, EnterpriseRefMask mask) -
addEnterpriseRef
@Remote(UPDATE) EnterpriseReferenceResult addEnterpriseRef(com.technia.dsx.common.TenantSession session, String engItemId, EnterpriseRefMask mask, EnterpriseReference enterpriseReference) Adding Enterprise Reference to an Engineering Item- Parameters:
session
-engItemId
-mask
-enterpriseReference
-- Returns:
-
setEnterpriseRef
@Remote(UPDATE) EnterpriseReferenceResult setEnterpriseRef(com.technia.dsx.common.TenantSession session, String engItemId, EnterpriseRefMask mask, EnterpriseReference enterpriseReference) Sets the enterprise ref- Parameters:
session
-engItemId
-mask
-enterpriseReference
-- Returns:
-