Uses of Interface
de.xima.fc.interfaces.workflow.reference.IEntityReference
Packages that use IEntityReference
Package
Description
Package für konkrete Helperklassen
-
Uses of IEntityReference in de.xima.fc.helper
Methods in de.xima.fc.helper with parameters of type IEntityReferenceModifier and TypeMethodDescriptionstatic String
WorkflowSearchTermHelper.createEntitySearchTerm
(IEntityReference ref) WorkflowSearchTermHelper.createEntitySearchTerms
(IEntityReference reference) WorkflowSearchTermHelper.createEntitySearchTerms
(String searchTermName, IEntityReference reference) static void
WorkflowSearchTermHelper.doPutEntitySearchTerm
(Map<String, List<String>> searchTerms, IEntityReference value) Method parameters in de.xima.fc.helper with type arguments of type IEntityReferenceModifier and TypeMethodDescriptionWorkflowSearchTermHelper.createEntitySearchTerms
(Iterable<? extends IEntityReference> references) WorkflowSearchTermHelper.createEntitySearchTerms
(String searchTermName, Iterable<? extends IEntityReference> references) WorkflowSearchTermHelper.createUuidEntitySearchTerms
(Iterable<? extends IEntityReference> references) static void
WorkflowSearchTermHelper.doPutEntitySearchTerms
(Map<String, List<String>> searchTerms, Iterable<? extends IEntityReference> references) -
Uses of IEntityReference in de.xima.fc.interfaces.workflow.reference
Methods in de.xima.fc.interfaces.workflow.reference that return IEntityReferenceMethods in de.xima.fc.interfaces.workflow.reference with parameters of type IEntityReferenceModifier and TypeMethodDescriptiondefault String
ISearchTermHandler.entitySearchTerm
(IEntityReference reference) Helper method for the default search term name used to store references to entities.ISearchTermHandler.entitySearchTerms
(IEntityReference reference) Helper method for the default search term name used to store references to entities.ISearchTermHandler.entitySearchTerms
(String searchTermName, IEntityReference reference) Helper method for the default search term name used to store references to entities.default void
ISearchTermHandler.putEntitySearchTerm
(Map<String, List<String>> searchTerms, IEntityReference reference) Helper method that adds the search term for a referenced entity to the given map.Method parameters in de.xima.fc.interfaces.workflow.reference with type arguments of type IEntityReferenceModifier and TypeMethodDescriptionISearchTermHandler.entitySearchTerms
(Iterable<? extends IEntityReference> references) Helper method for the default search term name used to store references to entities.ISearchTermHandler.entitySearchTerms
(String searchTermName, Iterable<? extends IEntityReference> references) Helper method for the default search term name used to store references to entities.default void
ISearchTermHandler.putEntitySearchTerms
(Map<String, List<String>> searchTerms, Iterable<? extends IEntityReference> references) Helper method that adds the search terms for a referenced entities to the given map.ISearchTermHandler.uuidList
(Iterable<? extends IEntityReference> references) -
Uses of IEntityReference in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IEntityReferenceModifier and TypeClassDescriptionfinal class
Models a reference to another entity via the UUID of that entity.Methods in de.xima.fc.workflow that return IEntityReferenceConstructors in de.xima.fc.workflow with parameters of type IEntityReferenceModifierConstructorDescriptionEntityReferenceDescriptor
(Object key, IEntityReference ref) New POJO instance with the given data.