Uses of Interface
de.xima.fc.interfaces.workflow.execution.IFileValueDescriptor
-
Packages that use IFileValueDescriptor Package Description de.xima.fc.interfaces.workflow.execution de.xima.fc.interfaces.workflow.mixin de.xima.fc.workflow -
-
Uses of IFileValueDescriptor in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IFileValueDescriptor Modifier and Type Method Description default IFileValueDescriptorIExecutionResultDescriptor. getFileValueDescriptor() -
Uses of IFileValueDescriptor in de.xima.fc.interfaces.workflow.mixin
Methods in de.xima.fc.interfaces.workflow.mixin that return IFileValueDescriptor Modifier and Type Method Description default IFileValueDescriptorIFileProviding. getFileValueDescriptor() -
Uses of IFileValueDescriptor in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IFileValueDescriptor Modifier and Type Class Description classFileValueDescriptorPOJO implementation ofIFileValueDescriptor.
-