Class VitruvioHistoricProcessInstanceEntity

Object
VitruvioHistoricProcessInstanceEntity
All Implemented Interfaces:
VitruvioHistoricProcessInstance, Serializable, HistoricProcessInstance

public class VitruvioHistoricProcessInstanceEntity extends Object implements VitruvioHistoricProcessInstance, Serializable
See Also:
  • Field Details

    • id

      protected String id
    • processInstanceId

      protected String processInstanceId
    • processDefinitionId

      protected String processDefinitionId
    • startTime

      protected Date startTime
    • endTime

      protected Date endTime
    • durationInMillis

      protected Long durationInMillis
    • deleteReason

      protected String deleteReason
    • endActivityId

      protected String endActivityId
    • businessKey

      protected String businessKey
    • startUserId

      protected String startUserId
    • startActivityId

      protected String startActivityId
    • superProcessInstanceId

      protected String superProcessInstanceId
    • tenantId

      protected String tenantId
    • name

      protected String name
    • description

      protected String description
    • processVariables

      protected Map<String,Object> processVariables
    • activeTasks

      protected List<Task> activeTasks
    • activeTasksAggreateList

      protected String activeTasksAggreateList
    • attachmentCount

      protected int attachmentCount
    • attachmentOwnerCount

      protected int attachmentOwnerCount
    • notesCount

      protected int notesCount
    • notesOwnerCount

      protected int notesOwnerCount
    • notificationCount

      protected int notificationCount
    • lastNote

      protected String lastNote
    • lastNoteOwner

      protected String lastNoteOwner
    • lastNoteDate

      protected Date lastNoteDate
    • version

      protected BigDecimal version
    • writeAllowed

      protected boolean writeAllowed
    • cancelAllowed

      protected boolean cancelAllowed
    • deleteAllowed

      protected boolean deleteAllowed
    • taskStateChangeAllowed

      protected boolean taskStateChangeAllowed
    • lastChangeDate

      protected Date lastChangeDate
    • deploymentId

      protected String deploymentId
    • processDefinitionKey

      protected String processDefinitionKey
    • processDefinitionName

      protected String processDefinitionName
    • processDefinitionVersion

      protected Integer processDefinitionVersion
    • localizedDescription

      protected String localizedDescription
    • localizedName

      protected String localizedName
    • dueDate

      protected Date dueDate
    • prioridade

      protected Prioridade prioridade
    • tagName

      protected String tagName
    • deleteUser

      protected String deleteUser
    • htmlStatus

      protected String htmlStatus
  • Constructor Details

    • VitruvioHistoricProcessInstanceEntity

      public VitruvioHistoricProcessInstanceEntity()
  • Method Details