public class RouteNodeDAOJpa extends Object implements RouteNodeDAO
Modifier and Type | Field and Description |
---|---|
static String |
FIND_INITIAL_NODE_INSTANCES_NAME |
static String |
FIND_INITIAL_NODE_INSTANCES_QUERY |
Constructor and Description |
---|
RouteNodeDAOJpa() |
public static final String FIND_INITIAL_NODE_INSTANCES_NAME
public static final String FIND_INITIAL_NODE_INSTANCES_QUERY
public RouteNodeDAOJpa()
public javax.persistence.EntityManager getEntityManager()
public void setEntityManager(javax.persistence.EntityManager entityManager)
entityManager
- the entityManager to setpublic RouteNodeInstance findRouteNodeInstanceById(String nodeInstanceId)
findRouteNodeInstanceById
in interface RouteNodeDAO
public List<RouteNodeInstance> getActiveNodeInstances(String documentId)
getActiveNodeInstances
in interface RouteNodeDAO
public List<String> getCurrentRouteNodeNames(String documentId)
getCurrentRouteNodeNames
in interface RouteNodeDAO
public List<String> getActiveRouteNodeNames(String documentId)
getActiveRouteNodeNames
in interface RouteNodeDAO
public List<RouteNodeInstance> getTerminalNodeInstances(String documentId)
getTerminalNodeInstances
in interface RouteNodeDAO
public List<String> getTerminalRouteNodeNames(String documentId)
getTerminalRouteNodeNames
in interface RouteNodeDAO
public List getInitialNodeInstances(String documentId)
getInitialNodeInstances
in interface RouteNodeDAO
public NodeState findNodeState(Long nodeInstanceId, String key)
findNodeState
in interface RouteNodeDAO
public RouteNode findRouteNodeByName(String documentTypeId, String name)
findRouteNodeByName
in interface RouteNodeDAO
public List<RouteNode> findFinalApprovalRouteNodes(String documentTypeId)
findFinalApprovalRouteNodes
in interface RouteNodeDAO
public List findProcessNodeInstances(RouteNodeInstance process)
findProcessNodeInstances
in interface RouteNodeDAO
public List findRouteNodeInstances(String documentId)
findRouteNodeInstances
in interface RouteNodeDAO
public void deleteLinksToPreNodeInstances(RouteNodeInstance routeNodeInstance)
deleteLinksToPreNodeInstances
in interface RouteNodeDAO
public void deleteRouteNodeInstancesHereAfter(RouteNodeInstance routeNodeInstance)
deleteRouteNodeInstancesHereAfter
in interface RouteNodeDAO
public void deleteNodeStateById(Long nodeStateId)
deleteNodeStateById
in interface RouteNodeDAO
public void deleteNodeStates(List statesToBeDeleted)
deleteNodeStates
in interface RouteNodeDAO
public DataObjectService getDataObjectService()
public void setDataObjectService(DataObjectService dataObjectService)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.