Uses of Interface
de.xima.fc.interfaces.workflow.params.IWriteEntityRefsParams
Packages that use IWriteEntityRefsParams
Package
Description
Package für konkrete Helperklassen
- 
Uses of IWriteEntityRefsParams in de.xima.fc.helper
Methods in de.xima.fc.helper with parameters of type IWriteEntityRefsParamsModifier and TypeMethodDescriptionstatic intWorkflowReferenceHelper.writeDefaultEntityReferenceDescriptors(Class<?> dataModelClass, IWriteEntityRefsParams<?> params) Updates all entity references according to the given query using formcycle's default implementation for updating entity references. - 
Uses of IWriteEntityRefsParams in de.xima.fc.interfaces.workflow.elements
Methods in de.xima.fc.interfaces.workflow.elements with parameters of type IWriteEntityRefsParamsModifier and TypeMethodDescriptiondefault intIElementHandler.writeEntityReferences(IWriteEntityRefsParams<TData> params) Writes all given entity references back to the given properties model. - 
Uses of IWriteEntityRefsParams in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IWriteEntityRefsParamsModifier and TypeClassDescriptionfinal classWriteEntityRefsParams<TData>POJO implementation ofIWriteEntityRefsParams.