Interface SDocumentListDefinition

  • All Superinterfaces:
    SBaseElement, java.io.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 Detail

      • getDescription

        java.lang.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