Class DocumentRouteDeletedListener

    • Field Detail

      • QUERY_GET_TASKS_RELATED_TO_DOCUMENT_ROUTE

        protected static final String QUERY_GET_TASKS_RELATED_TO_DOCUMENT_ROUTE
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DocumentRouteDeletedListener

        public DocumentRouteDeletedListener()
        Deprecated.
    • Method Detail

      • handleEvent

        public void handleEvent​(EventBundle events)
        Deprecated.
        Description copied from interface: PostCommitEventListener
        Handles the set of events that were raised during the life of an user operation.

        The events are fired as a BundleEvent after the transaction is committed.

        Specified by:
        handleEvent in interface PostCommitEventListener
        Parameters:
        events - the events to handle
      • deleteOrphanTasks

        protected void deleteOrphanTasks​(CoreSession session,
                                         String id)
        Deprecated.
        Deletes all tasks whose process id matches the given DocumentRoute id.
        Since:
        11.1