Uses of Interface
de.xima.fc.interfaces.workflow.Label
-
Packages that use Label Package Description de.xima.fc.interfaces de.xima.fc.interfaces.workflow de.xima.fc.workflow.model.nodes -
-
Uses of Label in de.xima.fc.interfaces
Subinterfaces of Label in de.xima.fc.interfaces Modifier and Type Interface Description static interface
IUploadConsuming.uploadElements
-
Uses of Label in de.xima.fc.interfaces.workflow
Subinterfaces of Label in de.xima.fc.interfaces.workflow Modifier and Type Interface Description static interface
Label.Custom
Use a custom label.static interface
Label.Include
How to handle labels for bean validation, seeLabel
.static interface
Label.Omit
How to handle labels for bean validation, seeLabel
. -
Uses of Label in de.xima.fc.workflow.model.nodes
Subinterfaces of Label in de.xima.fc.workflow.model.nodes Modifier and Type Interface Description static interface
MultiFile.resources
Custom label for theMultiFile.getResources()
property.static interface
MultiFile.searchFilename
Custom label for theMultiFile.getSearchFilename()
property.static interface
MultiFile.urls
Custom label for theMultiFile.getUrls()
property.static interface
SingleFile.resource
Custom label for theSingleFile.getResource()
property.static interface
SingleFile.searchFilename
Custom label for theSingleFile.getSearchFilename()
property.static interface
SingleFile.url
Custom label for theSingleFile.getUrl()
property.
-