Interface DocumentRoute

All Superinterfaces:
DocumentRouteElement, DocumentRouteStepsContainer, Serializable
All Known Subinterfaces:
GraphRoute
All Known Implementing Classes:
DocumentRouteImpl, GraphRouteImpl

public interface DocumentRoute extends DocumentRouteStepsContainer
A DocumentRoute model or instance. A route is a set of step that processes documents. If a method is called that change the state of this object, the DocumentRouteElement.save(CoreSession) method should be called to persist its state.
Author:
arussel
  • Method Details

    • setAttachedDocuments

      void setAttachedDocuments(List<String> documentIds)
      Set the list of id of documents attached to this instance of RouteModel replacing the previous list if any.
    • getAttachedDocuments

      List<String> getAttachedDocuments()
      The list of documents processed by this route.
    • getInitiator

      String getInitiator()
      Get the username of the initiator.
      Since:
      7.2
    • getModelId

      String getModelId()
      Since:
      7.2
    • getModelName

      String getModelName()
      Since:
      7.2