Interface SDocumentDefinition

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

public interface SDocumentDefinition extends SNamedElement
Author:
Baptiste Mesta, Matthieu Chaffotte
  • Method Details

    • getUrl

      String getUrl()
      URL for an external document
      Returns:
    • getFile

      String getFile()
      File reference in the process resources
      Returns:
    • getMimeType

      String getMimeType()
      mime type of the document's content.
    • getDescription

      String getDescription()
      Returns:
    • getFileName

      String getFileName()
      Returns:
    • getInitialValue

      SExpression getInitialValue()