Interface ActionInstanceDataManager

    • Method Detail

      • findActionInstancesForScopeIdAndSubScopeId

        List<ActionInstance> findActionInstancesForScopeIdAndSubScopeId​(String scopeType,
                                                                        String scopeId,
                                                                        String subScopeId,
                                                                        boolean includeDeletedInCache)
        Special method that also returns those in the cache that are deleted. This is needed in the special use case where the actionInstance was executed and later removed by a plan item listener.
      • findActionInstanceCountByQueryCriteria

        long findActionInstanceCountByQueryCriteria​(ActionInstanceQueryImpl actionInstanceQuery)
      • deleteByActionDefinitionId

        void deleteByActionDefinitionId​(String actionDefinitionId)