Class HistoricIdentityLinkLogDto

    • Field Detail

      • time

        protected Date time
      • userId

        protected String userId
      • groupId

        protected String groupId
      • taskId

        protected String taskId
      • processDefinitionId

        protected String processDefinitionId
      • processDefinitionKey

        protected String processDefinitionKey
      • operationType

        protected String operationType
      • assignerId

        protected String assignerId
      • tenantId

        protected String tenantId
      • removalTime

        protected Date removalTime
      • rootProcessInstanceId

        protected String rootProcessInstanceId
    • Constructor Detail

      • HistoricIdentityLinkLogDto

        public HistoricIdentityLinkLogDto()
    • Method Detail

      • getId

        public String getId()
      • getTime

        public Date getTime()
      • getType

        public String getType()
      • getUserId

        public String getUserId()
      • getGroupId

        public String getGroupId()
      • getTaskId

        public String getTaskId()
      • getProcessDefinitionId

        public String getProcessDefinitionId()
      • getProcessDefinitionKey

        public String getProcessDefinitionKey()
      • getOperationType

        public String getOperationType()
      • getAssignerId

        public String getAssignerId()
      • getTenantId

        public String getTenantId()
      • getRemovalTime

        public Date getRemovalTime()
      • getRootProcessInstanceId

        public String getRootProcessInstanceId()
      • fromHistoricIdentityLink

        public static HistoricIdentityLinkLogDto fromHistoricIdentityLink​(org.camunda.bpm.engine.history.HistoricIdentityLinkLog historicIdentityLink)
      • fromHistoricIdentityLink

        public static void fromHistoricIdentityLink​(HistoricIdentityLinkLogDto dto,
                                                    org.camunda.bpm.engine.history.HistoricIdentityLinkLog historicIdentityLink)