Class AnalyticEvent

java.lang.Object
org.imixs.workflow.office.forms.AnalyticEvent

public class AnalyticEvent extends Object
An AnalyticEvent is send by the AnalyticController during initialization
  • Constructor Details

    • AnalyticEvent

      public AnalyticEvent(String key, org.imixs.workflow.ItemCollection workitem, String options)
  • Method Details

    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getOptions

      public String getOptions()
    • setOptions

      public void setOptions(String options)
    • getWorkitem

      public org.imixs.workflow.ItemCollection getWorkitem()
    • setWorkitem

      public void setWorkitem(org.imixs.workflow.ItemCollection workitem)
    • getLink

      public String getLink()
    • setLink

      public void setLink(String link)
    • getValue

      public Object getValue()
    • setValue

      public void setValue(Object value)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)