Class DocumentList

    • Constructor Detail

      • DocumentList

        public DocumentList()
        The default constructor
      • DocumentList

        public DocumentList​(int size)
        Creates an empty document list, with pre-allocated space for size documents.
      • DocumentList

        public DocumentList​(java.util.UUID cid,
                            java.lang.String... workFlows)
        Constructor with a client ID and a list of workflows.
        Parameters:
        cid - the client ID
        workFlows - the list of workflows
      • DocumentList

        public DocumentList​(java.util.UUID cid,
                            WorkflowQueue workFlows)
        Constructor with a client ID and a workflow queue.
        Parameters:
        cid - the client ID
        workFlows - the workflow queue