Uses of Interface
de.xima.fc.interfaces.workflow.params.IWriteEntityRefsParams
-
Packages that use IWriteEntityRefsParams Package Description de.xima.fc.helper Package für konkrete Helperklassende.xima.fc.interfaces.workflow.elements de.xima.fc.workflow -
-
Uses of IWriteEntityRefsParams in de.xima.fc.helper
Methods in de.xima.fc.helper with parameters of type IWriteEntityRefsParams Modifier and Type Method Description static int
WorkflowReferenceHelper. 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 IWriteEntityRefsParams Modifier and Type Method Description default int
IElementHandler. 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 IWriteEntityRefsParams Modifier and Type Class Description class
WriteEntityRefsParams<TData>
POJO implementation ofIWriteEntityRefsParams
.
-