Uses of Interface
de.xima.fc.interfaces.workflow.params.IReadEntityRefsParams
Packages that use IReadEntityRefsParams
Package
Description
Package für konkrete Helperklassen
-
Uses of IReadEntityRefsParams in de.xima.fc.helper
Methods in de.xima.fc.helper with parameters of type IReadEntityRefsParamsModifier and TypeMethodDescriptionstatic <TData> List<IEntityReferenceDescriptor>WorkflowReferenceHelper.readDefaultReferenceDescriptors(Class<? extends TData> dataModelClass, IReadEntityRefsParams<TData> params) Create aSetofIEntityReferenceDescriptors for the given query using formcycle's default implementation for getting references. -
Uses of IReadEntityRefsParams in de.xima.fc.interfaces.workflow.elements
Methods in de.xima.fc.interfaces.workflow.elements with parameters of type IReadEntityRefsParamsModifier and TypeMethodDescriptiondefault Iterable<IEntityReferenceDescriptor>IElementHandler.readEntityReferences(IReadEntityRefsParams<TData> params) Extracts all entity references from the given properties model. -
Uses of IReadEntityRefsParams in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IReadEntityRefsParamsModifier and TypeClassDescriptionfinal classReadEntityRefsParams<TData>Default POJO implementation ofIReadEntityRefsParams.