Uses of Interface
de.xima.fc.interfaces.workflow.reference.IEntityReferenceDescriptor
Packages that use IEntityReferenceDescriptor
Package
Description
Package für konkrete Helperklassen
-
Uses of IEntityReferenceDescriptor in de.xima.fc.helper
Methods in de.xima.fc.helper that return types with arguments of type IEntityReferenceDescriptorModifier and TypeMethodDescriptionstatic <TData> List<IEntityReferenceDescriptor>
WorkflowReferenceHelper.readDefaultReferenceDescriptors
(Class<? extends TData> dataModelClass, IReadEntityRefsParams<TData> params) Create aSet
ofIEntityReferenceDescriptor
s for the given query using formcycle's default implementation for getting references. -
Uses of IEntityReferenceDescriptor in de.xima.fc.interfaces.workflow.elements
Methods in de.xima.fc.interfaces.workflow.elements that return types with arguments of type IEntityReferenceDescriptorModifier and TypeMethodDescriptiondefault Iterable<IEntityReferenceDescriptor>
IElementHandler.readEntityReferences
(IReadEntityRefsParams<TData> params) Extracts all entity references from the given properties model. -
Uses of IEntityReferenceDescriptor in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params that return types with arguments of type IEntityReferenceDescriptor -
Uses of IEntityReferenceDescriptor in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IEntityReferenceDescriptorMethods in de.xima.fc.workflow that return types with arguments of type IEntityReferenceDescriptorConstructor parameters in de.xima.fc.workflow with type arguments of type IEntityReferenceDescriptorModifierConstructorDescriptionWriteEntityRefsParams
(TData data, Iterable<IEntityReferenceDescriptor> refDescriptors) Creates a new POJO with the given data. -
Uses of IEntityReferenceDescriptor in de.xima.fc.workflow.designer.helper
Method parameters in de.xima.fc.workflow.designer.helper with type arguments of type IEntityReferenceDescriptorModifier and TypeMethodDescriptionstatic WorkflowEntityReferences
WorkflowElementReferenceHelper.findEntityReferences
(Mandant client, AssociatesModel associatesModel, FlowchartModel flowchartModel, Predicate<IEntityReferenceDescriptor> filter) Searches all entity references configured in the the nodes and triggers settings, and returns all references matching the given predicate.