Uses of Class
de.xima.fc.entities.WorkflowNodeSearchTerm
-
Packages that use WorkflowNodeSearchTerm Package Description de.xima.fc.entities Package für Datenbankentitäten -
-
Uses of WorkflowNodeSearchTerm in de.xima.fc.entities
Methods in de.xima.fc.entities that return WorkflowNodeSearchTerm Modifier and Type Method Description WorkflowNodeSearchTerm
WorkflowNodeSearchTerm. cloneBasics()
Methods in de.xima.fc.entities that return types with arguments of type WorkflowNodeSearchTerm Modifier and Type Method Description List<WorkflowNodeSearchTerm>
WorkflowNode. getSearchTerms()
Methods in de.xima.fc.entities with parameters of type WorkflowNodeSearchTerm Modifier and Type Method Description void
WorkflowNode. putSearchTerm(WorkflowNodeSearchTerm searchTerm)
Adds the given search term to this element, and setsAWorkflowElementSearchTerm.getElement()
to this element.
-