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 StringWorkflowSearchTermHelper.createEntitySearchTerm(IEntityReference ref) Deprecated.WorkflowSearchTermHelper.createEntitySearchTerms(IEntityReference reference) Deprecated.WorkflowSearchTermHelper.createEntitySearchTerms(String searchTermName, IEntityReference reference) Deprecated.static voidWorkflowSearchTermHelper.doPutEntitySearchTerm(Map<String, List<String>> searchTerms, IEntityReference value) Deprecated.Method parameters in de.xima.fc.helper with type arguments of type IEntityReferenceModifier and TypeMethodDescriptionWorkflowSearchTermHelper.createEntitySearchTerms(Iterable<? extends IEntityReference> references) Deprecated.WorkflowSearchTermHelper.createEntitySearchTerms(String searchTermName, Iterable<? extends IEntityReference> references) Deprecated.WorkflowSearchTermHelper.createUuidEntitySearchTerms(Iterable<? extends IEntityReference> references) Deprecated.static voidWorkflowSearchTermHelper.doPutEntitySearchTerms(Map<String, List<String>> searchTerms, Iterable<? extends IEntityReference> references) Deprecated. -
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 StringISearchTermHandler.entitySearchTerm(IEntityReference reference) Deprecated.ISearchTermHandler.entitySearchTerms(IEntityReference reference) Deprecated.ISearchTermHandler.entitySearchTerms(String searchTermName, IEntityReference reference) Deprecated.default voidISearchTermHandler.putEntitySearchTerm(Map<String, List<String>> searchTerms, IEntityReference reference) Deprecated.Method parameters in de.xima.fc.interfaces.workflow.reference with type arguments of type IEntityReferenceModifier and TypeMethodDescriptionISearchTermHandler.entitySearchTerms(Iterable<? extends IEntityReference> references) Deprecated.ISearchTermHandler.entitySearchTerms(String searchTermName, Iterable<? extends IEntityReference> references) Deprecated.default voidISearchTermHandler.putEntitySearchTerms(Map<String, List<String>> searchTerms, Iterable<? extends IEntityReference> references) Deprecated.ISearchTermHandler.uuidList(Iterable<? extends IEntityReference> references) Deprecated. -
Uses of IEntityReference in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IEntityReferenceModifier and TypeClassDescriptionfinal classDeprecated.UseIObjectReference, which is more flexible and not limited to UUID andClasstypes.Methods in de.xima.fc.workflow that return IEntityReferenceConstructors in de.xima.fc.workflow with parameters of type IEntityReferenceModifierConstructorDescriptionEntityReferenceDescriptor(Object key, IEntityReference ref) Deprecated.New POJO instance with the given data.
ISearchTermHandler.objectSearchTerm(IObjectReference).