Uses of Interface
de.xima.fc.interfaces.workflow.reference.IEntityReferenceDescriptor
-
Packages that use IEntityReferenceDescriptor Package Description de.xima.fc.helper Package für konkrete Helperklassende.xima.fc.interfaces.workflow.elements de.xima.fc.interfaces.workflow.params de.xima.fc.workflow de.xima.fc.workflow.designer.helper -
-
Uses of IEntityReferenceDescriptor in de.xima.fc.helper
Methods in de.xima.fc.helper that return types with arguments of type IEntityReferenceDescriptor Modifier and Type Method Description static <TData> List<IEntityReferenceDescriptor>
WorkflowReferenceHelper. readDefaultReferenceDescriptors(Class<? extends TData> dataModelClass, IReadEntityRefsParams<TData> params)
Create aSet
ofIEntityReferenceDescriptor
s for the given query using FORMCYCLE's default implementation for getting references. -
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 IEntityReferenceDescriptor Modifier and Type Method Description default Iterable<IEntityReferenceDescriptor>
IElementHandler. readEntityReferences(IReadEntityRefsParams<TData> params)
Extracts all entity references from the given properties model. -
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 Modifier and Type Method Description Iterable<IEntityReferenceDescriptor>
IWriteEntityRefsParams. getUpdateDescriptors()
-
Uses of IEntityReferenceDescriptor in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IEntityReferenceDescriptor Modifier and Type Class Description class
EntityReferenceDescriptor
POJO implementation ofIEntityReferenceDescriptor
.Methods in de.xima.fc.workflow that return types with arguments of type IEntityReferenceDescriptor Modifier and Type Method Description Iterable<IEntityReferenceDescriptor>
WriteEntityRefsParams. getUpdateDescriptors()
Constructor parameters in de.xima.fc.workflow with type arguments of type IEntityReferenceDescriptor Constructor Description WriteEntityRefsParams(TData data, Iterable<IEntityReferenceDescriptor> refDescriptors)
Creates a new POJO with the given data. -
Uses of IEntityReferenceDescriptor in de.xima.fc.workflow.designer.helper
Method parameters in de.xima.fc.workflow.designer.helper with type arguments of type IEntityReferenceDescriptor Modifier and Type Method Description static WorkflowEntityReferences
WorkflowElementReferenceHelper. findEntityReferences(Mandant client, AssociatesModel associatesModel, FlowchartModel flowchartModel, Predicate<IEntityReferenceDescriptor> filter)
Searches all entity references configured in the the nodes and triggers settings, and returns all references matching the given predicate.
-