Uses of Interface
de.xima.fc.interfaces.IValueDescriptor
-
Packages that use IValueDescriptor Package Description de.xima.fc.interfaces.workflow de.xima.fc.mdl Allgemeine Modellklassen, nicht Datenbankpersitiertde.xima.fc.workflow.designer.bean de.xima.fc.workflow.processor.logic de.xima.fc.workflow.processor.logic.validation -
-
Uses of IValueDescriptor in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type IValueDescriptor Modifier and Type Method Description List<IValueDescriptor<String>>
IWorkflowProvider. getMessageServices()
Returns a list of all available message services that can be used to send messages to user inboxes in the form of a value descriptor.List<IValueDescriptor<String>>
IWorkflowProvider. getMessageServicesForUserInboxes()
Returns a list of all available message services that can be used to send messages to user inboxes in the form of a value descriptor. -
Uses of IValueDescriptor in de.xima.fc.mdl
Methods in de.xima.fc.mdl that return IValueDescriptor Modifier and Type Method Description static <TData extends Serializable>
IValueDescriptor<TData>ValueDescriptorFactory. forLocalizable(TData value, ISerializableFunction<Locale,String> displayLabel)
-
Uses of IValueDescriptor in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type IValueDescriptor Modifier and Type Method Description List<IValueDescriptor<String>>
WorkflowProviderBean. getMessageServices()
List<IValueDescriptor<String>>
WorkflowProviderBean. getMessageServicesForUserInboxes()
-
Uses of IValueDescriptor in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type IValueDescriptor Modifier and Type Method Description static List<IValueDescriptor<String>>
WorkflowProviderHelper. getMessageServiceValueDescriptors(List<IPluginMessageService<?>> plugins)
-
Uses of IValueDescriptor in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type IValueDescriptor Modifier and Type Method Description List<IValueDescriptor<String>>
ValidationWorkflowProvider. getMessageServices()
List<IValueDescriptor<String>>
ValidationWorkflowProvider. getMessageServicesForUserInboxes()
-