java.lang.Object
tr.com.havelsan.javarch.dto.model.query.HvlQueryModel
tr.com.havelsan.javarch.bpmn.admin.cloud.client.module.process.model.query.HvlBpmnEventLogQueryModel
All Implemented Interfaces:
Serializable

public class HvlBpmnEventLogQueryModel extends tr.com.havelsan.javarch.dto.model.query.HvlQueryModel
A data transfer object which is used to filter query. TODO:JAVALTPR-1642
See Also:
  • Constructor Details

    • HvlBpmnEventLogQueryModel

      public HvlBpmnEventLogQueryModel()
  • Method Details

    • getProcessInstanceId

      public String getProcessInstanceId()
      Gets processInstanceId.
      Returns:
      the process instance id
    • setProcessInstanceId

      public void setProcessInstanceId(String processInstanceId)
      Sets processInstanceId.
      Parameters:
      processInstanceId - the process instance id
    • getUsername

      public String getUsername()
      Gets username.
      Returns:
      the username
    • setUsername

      public void setUsername(String username)
      Sets username.
      Parameters:
      username - the username
    • getApplicationName

      public String getApplicationName()
      Gets application name.
      Returns:
      the application name
    • setApplicationName

      public void setApplicationName(String applicationName)
      Sets application name.
      Parameters:
      applicationName - the application name
    • getEventType

      public String getEventType()
      Gets event type.
      Returns:
      the event type
    • setEventType

      public void setEventType(String eventType)
      Sets event type.
      Parameters:
      eventType - the event type
    • getSource

      public String getSource()
      Gets source.
      Returns:
      the source
    • setSource

      public void setSource(String source)
      Sets source.
      Parameters:
      source - the source
    • getMessage

      public String getMessage()
      Gets message.
      Returns:
      the message
    • setMessage

      public void setMessage(String message)
      Sets message.
      Parameters:
      message - the message
    • getQueryStartDate

      public Date getQueryStartDate()
      Gets query start date.
      Returns:
      the query start date
    • setQueryStartDate

      public void setQueryStartDate(Date queryStartDate)
      Sets query start date.
      Parameters:
      queryStartDate - the query start date
    • getQueryEndDate

      public Date getQueryEndDate()
      Gets query end date.
      Returns:
      the query end date
    • setQueryEndDate

      public void setQueryEndDate(Date queryEndDate)
      Sets query end date.
      Parameters:
      queryEndDate - the query end date
    • getCustomAttribute

      public Map<String,String> getCustomAttribute()
      Gets custom attribute.
      Returns:
      the custom attribute
    • setCustomAttribute

      public void setCustomAttribute(Map<String,String> customAttribute)
      Sets custom attribute.
      Parameters:
      customAttribute - the custom attribute
    • getCustomAttributeList

      public Map<String,List<String>> getCustomAttributeList()
      Gets custom attribute list.
      Returns:
      the custom attribute list
    • setCustomAttributeList

      public void setCustomAttributeList(Map<String,List<String>> customAttributeList)
      Sets custom attribute list.
      Parameters:
      customAttributeList - the custom attribute list