Class DefaultGraphPathLookup
- java.lang.Object
-
- org.jboss.windup.web.services.service.DefaultGraphPathLookup
-
- All Implemented Interfaces:
GraphPathLookup
public class DefaultGraphPathLookup extends Object implements GraphPathLookup
Provides an implementation of theGraphPathLookupAPI that is able to lookup the path for a graph based upon the execution id.- Author:
- Jesse Sightler
-
-
Constructor Summary
Constructors Constructor Description DefaultGraphPathLookup(javax.persistence.EntityManager entityManager)
-
-
-
Method Detail
-
getByExecutionID
public Path getByExecutionID(long executionID)
- Specified by:
getByExecutionIDin interfaceGraphPathLookup
-
-