Interface EnterpriseReferenceService
public interface EnterpriseReferenceService
Service for managing enterprise references for engineering items.
Enterprise references provide additional identification or classification information for engineering items, such as part numbers, catalog numbers, or other enterprise-level identifiers. This service provides operations to get, add, and set enterprise references.
- 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:
-