Uses of Interface
de.xima.fc.interfaces.workflow.reference.IEntityReference
-
Packages that use IEntityReference Package Description de.xima.fc.helper Package für konkrete Helperklassende.xima.fc.interfaces.workflow.reference de.xima.fc.workflow -
-
Uses of IEntityReference in de.xima.fc.helper
Methods in de.xima.fc.helper with parameters of type IEntityReference Modifier and Type Method Description static String
WorkflowSearchTermHelper. createEntitySearchTerm(IEntityReference ref)
static Map<String,List<String>>
WorkflowSearchTermHelper. createEntitySearchTerms(IEntityReference reference)
static Map<String,List<String>>
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 IEntityReference Modifier and Type Method Description static Map<String,List<String>>
WorkflowSearchTermHelper. createEntitySearchTerms(Iterable<? extends IEntityReference> references)
static Map<String,List<String>>
WorkflowSearchTermHelper. createEntitySearchTerms(String searchTermName, Iterable<? extends IEntityReference> references)
static List<String>
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 IEntityReference Modifier and Type Method Description IEntityReference
IEntityReferenceDescriptor. getRef()
Methods in de.xima.fc.interfaces.workflow.reference with parameters of type IEntityReference Modifier and Type Method Description default String
ISearchTermHandler. entitySearchTerm(IEntityReference reference)
Helper method for the default search term name used to store references to entities.default Map<String,List<String>>
ISearchTermHandler. entitySearchTerms(IEntityReference reference)
Helper method for the default search term name used to store references to entities.default Map<String,List<String>>
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 IEntityReference Modifier and Type Method Description default Map<String,List<String>>
ISearchTermHandler. entitySearchTerms(Iterable<? extends IEntityReference> references)
Helper method for the default search term name used to store references to entities.default Map<String,List<String>>
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.default List<String>
ISearchTermHandler. uuidList(Iterable<? extends IEntityReference> references)
-
Uses of IEntityReference in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IEntityReference Modifier and Type Class Description class
UuidEntityRef
Models a reference to another entity via the UUID of that entity.Methods in de.xima.fc.workflow that return IEntityReference Modifier and Type Method Description IEntityReference
EntityReferenceDescriptor. getRef()
Constructors in de.xima.fc.workflow with parameters of type IEntityReference Constructor Description EntityReferenceDescriptor(Object key, IEntityReference ref)
New POJO instance with the given data.
-