Class AWorkflowElementSearchTerm<TElement extends IWorkflowElementEntity>

    • Constructor Detail

      • AWorkflowElementSearchTerm

        public AWorkflowElementSearchTerm()
    • Method Detail

      • cloneBasics

        public AWorkflowElementSearchTerm<TElement> cloneBasics()
        Returns:
        A new search term instance with all fields that do not reference other entities copied from this instance.
      • getElement

        public TElement getElement()
        Returns:
        The workflow element to which the search term applies.
      • getIndex

        public int getIndex()
        Returns:
        The index of this search term. When multiple search terms have the same key, the index must be different.
      • getKey

        public String getKey()
        Returns:
        The key of the search term.
      • getValue

        public String getValue()
        Returns:
        The value of the search term.
      • setElement

        public void setElement​(TElement trigger)
        Parameters:
        trigger - The workflow element to which the search term applies.
      • setIndex

        public void setIndex​(int index)
        Parameters:
        index - The index of this search term. When multiple search terms have the same key, the index must be different.
      • setKey

        public void setKey​(String key)
        Parameters:
        key - The key of the search term.
      • setValue

        public void setValue​(String value)
        Parameters:
        value - The value of the search term.