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 thegetExpression()expression- Since:
- 6.4.0
- Author:
- Baptiste Mesta
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()SExpressiongetExpression()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 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
-
-