Uses of Interface
de.xima.fc.interfaces.workflow.reference.IObjectReference
Packages that use IObjectReference
Package
Description
Package für konkrete Helperklassen
-
Uses of IObjectReference in de.xima.fc.helper
Methods in de.xima.fc.helper with parameters of type IObjectReferenceModifier and TypeMethodDescriptionstatic StringWorkflowSearchTermHelper.createObjectSearchTerm(IObjectReference reference) WorkflowSearchTermHelper.createObjectSearchTerms(IObjectReference reference) WorkflowSearchTermHelper.createObjectSearchTerms(String searchTermName, IObjectReference reference) static voidWorkflowSearchTermHelper.doPutObjectSearchTerm(Map<String, List<String>> searchTerms, IObjectReference value) Method parameters in de.xima.fc.helper with type arguments of type IObjectReferenceModifier and TypeMethodDescriptionWorkflowSearchTermHelper.createObjectEntitySearchTermValues(Iterable<? extends IObjectReference> references) WorkflowSearchTermHelper.createObjectSearchTerms(Iterable<? extends IObjectReference> references) WorkflowSearchTermHelper.createObjectSearchTerms(String searchTermName, Iterable<? extends IObjectReference> references) static voidWorkflowSearchTermHelper.doPutObjectSearchTerms(Map<String, List<String>> searchTerms, Iterable<? extends IObjectReference> references) -
Uses of IObjectReference in de.xima.fc.interfaces.workflow.reference
Subinterfaces of IObjectReference in de.xima.fc.interfaces.workflow.referenceMethods in de.xima.fc.interfaces.workflow.reference that return IObjectReferenceMethods in de.xima.fc.interfaces.workflow.reference with parameters of type IObjectReferenceModifier and TypeMethodDescriptiondefault StringISearchTermHandler.objectSearchTerm(IObjectReference reference) Helper method for the default search term name used to store references to objects.ISearchTermHandler.objectSearchTerms(IObjectReference reference) Helper method for the default search term name used to store references to objects.ISearchTermHandler.objectSearchTerms(String searchTermName, IObjectReference reference) Helper method for the default search term name used to store references to objects.default voidISearchTermHandler.putObjectSearchTerm(Map<String, List<String>> searchTerms, IObjectReference reference) Helper method that adds the search term for a referenced object to the given map.Method parameters in de.xima.fc.interfaces.workflow.reference with type arguments of type IObjectReferenceModifier and TypeMethodDescriptionISearchTermHandler.idList(Iterable<? extends IObjectReference> references) ISearchTermHandler.objectSearchTerms(Iterable<? extends IObjectReference> references) Helper method for the default search term name used to store references to objects.ISearchTermHandler.objectSearchTerms(String searchTermName, Iterable<? extends IObjectReference> references) Helper method for the default search term name used to store references to objects.default voidISearchTermHandler.putObjectSearchTerms(Map<String, List<String>> searchTerms, Iterable<? extends IObjectReference> references) Helper method that adds the search terms for a referenced objects to the given map. -
Uses of IObjectReference in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IObjectReferenceModifier and TypeClassDescriptionfinal classA reference to an object (a concrete instance of a certain type of objects), consisting of the type of the objects and the unique identifier of the object within that type.final classDeprecated.Methods in de.xima.fc.workflow that return IObjectReferenceMethods in de.xima.fc.workflow with parameters of type IObjectReferenceModifier and TypeMethodDescriptionstatic ObjectReferenceObjectReference.copyOf(IObjectReference value) Creates a copy of the given object reference with the same type and id.Constructors in de.xima.fc.workflow with parameters of type IObjectReferenceModifierConstructorDescriptionObjectReferenceDescriptor(Serializable key, IObjectReference reference) Creates a new POJO instance with the given data. -
Uses of IObjectReference in de.xima.fc.workflow.converter
Method parameters in de.xima.fc.workflow.converter with type arguments of type IObjectReferenceModifier and TypeMethodDescriptionstatic voidFlowchartModelConverter.updateParams(Mandant client, ProcessModel process, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Function<IObjectReference, String> updater) static <T extends IWorkflowElementTypeProviding & IUuidProviding>
voidFlowchartModelConverter.updateParams(Mandant client, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, T element, Function<IObjectReference, String> updater)
IObjectReferenceinterface instead.