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 <Model> List<IEntityReferenceDescriptor> WorkflowReferenceHelper.readDefaultEntityReferenceDescriptors(IReadEntityRefsParams<Model> params) Deprecated. -
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<Model> params) Deprecated. -
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) Deprecated.Creates a new POJO with the given data.
IElementHandler.readObjectReferences(IReadObjectReferencesParams)instead.