Uses of Class
de.xima.fc.entities.WorkflowNodeSearchTerm
Packages that use WorkflowNodeSearchTerm
Package
Description
Package für Datenbankentitäten
-
Uses of WorkflowNodeSearchTerm in de.xima.fc.dao.impl
Subclasses with type arguments of type WorkflowNodeSearchTerm in de.xima.fc.dao.implModifier and TypeClassDescriptionclassThe default implementation ofIWorkflowNodeSearchTermDaothat can be accessed viaDaoProvider. -
Uses of WorkflowNodeSearchTerm in de.xima.fc.dao.interfaces
Subinterfaces with type arguments of type WorkflowNodeSearchTerm in de.xima.fc.dao.interfacesModifier and TypeInterfaceDescriptioninterfaceData access object for creating, updating, and deletingWorkflowNodeSearchTermentities. -
Uses of WorkflowNodeSearchTerm in de.xima.fc.entities
Subclasses with type arguments of type WorkflowNodeSearchTerm in de.xima.fc.entitiesModifier and TypeClassDescriptionclassA workflow node that represents a statement in a workflow task.Methods in de.xima.fc.entities that return WorkflowNodeSearchTermMethods in de.xima.fc.entities that return types with arguments of type WorkflowNodeSearchTermMethods in de.xima.fc.entities with parameters of type WorkflowNodeSearchTermModifier and TypeMethodDescriptionvoidWorkflowNode.putSearchTerm(WorkflowNodeSearchTerm searchTerm) Adds the given search term to this element, and setsAWorkflowElementSearchTerm.getElement()to this element.