Interface SDocumentDefinition
-
- All Superinterfaces:
SBaseElement,java.io.Serializable,SNamedElement
- All Known Implementing Classes:
SDocumentDefinitionImpl
public interface SDocumentDefinition extends SNamedElement
- Author:
- Baptiste Mesta, Matthieu Chaffotte
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()java.lang.StringgetFile()File reference in the process resourcesjava.lang.StringgetFileName()SExpressiongetInitialValue()java.lang.StringgetMimeType()mime type of the document's content.java.lang.StringgetUrl()URL for an external document-
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
-
getUrl
java.lang.String getUrl()
URL for an external document- Returns:
-
getFile
java.lang.String getFile()
File reference in the process resources- Returns:
-
getMimeType
java.lang.String getMimeType()
mime type of the document's content.
-
getDescription
java.lang.String getDescription()
- Returns:
-
getFileName
java.lang.String getFileName()
- Returns:
-
getInitialValue
SExpression getInitialValue()
-
-