Uses of Interface
de.xima.fc.interfaces.workflow.reference.IObjectReferenceDescriptor
Packages that use IObjectReferenceDescriptor
Package
Description
Package für konkrete Helperklassen
-
Uses of IObjectReferenceDescriptor in de.xima.fc.helper
Methods in de.xima.fc.helper that return types with arguments of type IObjectReferenceDescriptorModifier and TypeMethodDescriptionstatic <Model> List<IObjectReferenceDescriptor> WorkflowReferenceHelper.readDefaultObjectReferenceDescriptors(IElementHandler<Model, ?> handler, IReadObjectReferencesParams<Model> params) Creates a list ofobject reference descriptorsfrom the given model, using the default strategy for getting references. -
Uses of IObjectReferenceDescriptor in de.xima.fc.interfaces.workflow.elements
Methods in de.xima.fc.interfaces.workflow.elements that return types with arguments of type IObjectReferenceDescriptorModifier and TypeMethodDescriptiondefault Iterable<IObjectReferenceDescriptor> IElementHandler.readObjectReferences(IReadObjectReferencesParams<Model> params) Extracts all object references from the given properties model. -
Uses of IObjectReferenceDescriptor in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params that return types with arguments of type IObjectReferenceDescriptorModifier and TypeMethodDescriptionIWriteObjectReferencesParams.getUpdateDescriptors()Gets the list ofobject reference descriptorspointing to the references to be updated. -
Uses of IObjectReferenceDescriptor in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IObjectReferenceDescriptorMethods in de.xima.fc.workflow that return types with arguments of type IObjectReferenceDescriptorConstructor parameters in de.xima.fc.workflow with type arguments of type IObjectReferenceDescriptorModifierConstructorDescriptionWriteObjectReferencesParams(Model data, Iterable<IObjectReferenceDescriptor> updateDescriptors) Creates a new POJO with the given data. -
Uses of IObjectReferenceDescriptor in de.xima.fc.workflow.designer.helper
Method parameters in de.xima.fc.workflow.designer.helper with type arguments of type IObjectReferenceDescriptorModifier and TypeMethodDescriptionstatic WorkflowEntityReferencesWorkflowElementReferenceHelper.findEntityReferences(Mandant client, Projekt project, AssociatesModel associatesModel, FlowchartModel flowchartModel, Predicate<IObjectReferenceDescriptor> filter) Searches all entity references configured in the nodes and triggers settings, and returns all references matching the given predicate.