Class LineageJobHelper
- java.lang.Object
-
- org.odpi.openmetadata.openconnectors.governancedaemonconnectors.openlineageconnectors.janusconnector.graph.LineageJobHelper
-
public class LineageJobHelper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringSOMETHING_WENT_WRONG_WHEN_TRYING_TO_MAP_A_PROCESSstatic StringSOMETHING_WENT_WRONG_WHEN_TRYING_TO_MAP_A_PROCESS_THE_ERROR_IS
-
Constructor Summary
Constructors Constructor Description LineageJobHelper(GraphHelper graphHelper, AuditLog auditLog)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidperformLineageGraphJob()
-
-
-
Field Detail
-
SOMETHING_WENT_WRONG_WHEN_TRYING_TO_MAP_A_PROCESS
public static final String SOMETHING_WENT_WRONG_WHEN_TRYING_TO_MAP_A_PROCESS
- See Also:
- Constant Field Values
-
SOMETHING_WENT_WRONG_WHEN_TRYING_TO_MAP_A_PROCESS_THE_ERROR_IS
public static final String SOMETHING_WENT_WRONG_WHEN_TRYING_TO_MAP_A_PROCESS_THE_ERROR_IS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LineageJobHelper
public LineageJobHelper(GraphHelper graphHelper, AuditLog auditLog)
-
-