Uses of Interface
de.xima.fc.interfaces.workflow.params.IWriteObjectReferencesParams
Packages that use IWriteObjectReferencesParams
Package
Description
Package für konkrete Helperklassen
-
Uses of IWriteObjectReferencesParams in de.xima.fc.helper
Methods in de.xima.fc.helper with parameters of type IWriteObjectReferencesParamsModifier and TypeMethodDescriptionstatic <Model> intWorkflowReferenceHelper.writeDefaultObjectReferenceDescriptors(IElementHandler<Model, ?> handler, IWriteObjectReferencesParams<Model> params) Updates all object references in the given model with the given descriptors, using the default strategy for updating object references. -
Uses of IWriteObjectReferencesParams in de.xima.fc.interfaces.workflow.elements
Methods in de.xima.fc.interfaces.workflow.elements with parameters of type IWriteObjectReferencesParamsModifier and TypeMethodDescriptiondefault intIElementHandler.writeObjectReferences(IWriteObjectReferencesParams<Model> params) Writes all given object references back to the given properties model. -
Uses of IWriteObjectReferencesParams in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IWriteObjectReferencesParamsModifier and TypeClassDescriptionfinal classWriteObjectReferencesParams<Model>POJO implementation ofIWriteObjectReferencesParams.