Package com.apgar.common.lib.lineage
Class TrackingPath
java.lang.Object
com.apgar.common.lib.lineage.TrackingPath
Class containing the paths of tracking information fields to be referenced throughout the project.
- Author:
- APGAR Consulting
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PathapprovedBy Path Tracking Information Pathstatic final PathapprovedDate Path Tracking Information Pathstatic final PathcreatedBy Path Tracking Information Pathstatic final PathcreatedDate Path Tracking Information Pathstatic final PathhashKey Path Tracking Information Pathstatic final PathintegrationInstanceId Path Tracking Information Pathstatic final PathintegrationSessionId Path Tracking Information Pathstatic final PathlastUpdatedBy Path Tracking Information Pathstatic final PathlastUpdatedDate Path Tracking Information Pathstatic final PathproducerSystemId Path Tracking Information Pathstatic final PathproducerSystemLastUpdatedDate Path Tracking Information Pathstatic final PathproducerSystemParentRecordId Path Tracking Information Pathstatic final PathproducerSystemRecordId Path Tracking Information Pathstatic final PathtechnicalRecordStatusId Path Tracking Information PathSet of Paths to ignore for import - customizablestatic final Pathtracking Path Tracking Information Pathstatic final PathworkflowId Path Tracking Information Path -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanChecks if node is ignored for import.
-
Field Details
-
PRODUCER_SYSTEM_ID_PATH
producerSystemId Path Tracking Information Path -
PRODUCER_SYSTEM_RECORD_ID_PATH
producerSystemRecordId Path Tracking Information Path -
INTEGRATION_SESSION_ID_PATH
integrationSessionId Path Tracking Information Path -
INTEGRATION_INSTANCE_ID_PATH
integrationInstanceId Path Tracking Information Path -
PRODUCER_SYSTEM_PARENT_RECORD_ID_PATH
producerSystemParentRecordId Path Tracking Information Path -
PRODUCER_SYSTEM_LAST_UPDATED_DATE_PATH
producerSystemLastUpdatedDate Path Tracking Information Path -
HASH_KEY_PATH
hashKey Path Tracking Information Path -
CREATED_DATE_PATH
createdDate Path Tracking Information Path -
CREATED_BY_PATH
createdBy Path Tracking Information Path -
LAST_UPDATED_DATE_PATH
lastUpdatedDate Path Tracking Information Path -
LAST_UPDATED_BY_PATH
lastUpdatedBy Path Tracking Information Path -
APPROVED_DATE_PATH
approvedDate Path Tracking Information Path -
APPROVED_BY_PATH
approvedBy Path Tracking Information Path -
WORKFLOW_ID
workflowId Path Tracking Information Path -
TECHNICAL_RECORD_STATUS_ID_PATH
technicalRecordStatusId Path Tracking Information Path -
TRACKING_PATH
tracking Path Tracking Information Path -
TO_IGNORE_FOR_IMPORT_PATH_SET
Set of Paths to ignore for import - customizable
-
-
Constructor Details
-
TrackingPath
public TrackingPath()
-
-
Method Details
-
isToIgnoreForImport
Checks if node is ignored for import.- Parameters:
node- SchemaNode- Returns:
- boolean node ignored for import or not
-