Package de.xima.fc.interfaces.workflow
Interface IAttachToFormRecordProviding
-
@Deprecated public interface IAttachToFormRecordProviding
Deprecated.Add a field your POJO that is of typeFileProvision
.Interface for the POJO model class of workflow actions that can create files and offer an option to attach these created files to the form record.- Since:
- 8.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
isAccessibleToEndUser()
Deprecated.boolean
isAttachToFormRecord()
Deprecated.
-
-
-
Method Detail
-
isAttachToFormRecord
boolean isAttachToFormRecord()
Deprecated.- Returns:
- Whether files created by the workflow node are attached to the form record.
-
isAccessibleToEndUser
boolean isAccessibleToEndUser()
Deprecated.- Returns:
- if the attached files should be made accessible to end users (i.e. in portals).
-
-