Interface SDocumentListDefinition

All Superinterfaces:
SBaseElement, Serializable, SNamedElement
All Known Implementing Classes:
SDocumentListDefinitionImpl

public interface SDocumentListDefinition extends SNamedElement
A document list is a named element that define a list of document on a process It contains 0 or more document and have a name to reference it in the process instance It is initialized when the process start using the getExpression() expression
Since:
6.4.0
Author:
Baptiste Mesta
  • Method Summary

    Modifier and Type
    Method
    Description
     
    The expression that will be evaluated when we initialize the document list

    Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SBaseElement

    getId

    Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SNamedElement

    getName
  • Method Details

    • getDescription

      String getDescription()
      Returns:
      the description of the document list
    • getExpression

      SExpression getExpression()
      The expression that will be evaluated when we initialize the document list
      Returns:
      the initial value expression