All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.xiaojoin.activa.api.model.Dashboard Maven / Gradle / Ivy

package com.github.xiaojoin.activa.api.model;

import java.time.LocalDateTime;

public interface Dashboard {

    String getProcDefId();

    String getProcInstId();

    String getTaskId();

    String getBusinessName();

    String getProcessName();

    String getTaskName();

    LocalDateTime getCreateTime();

    String getSubmitUserId();

    String getSubmitUserName();

    String getGroupId();

    String getGroupName();

    String getPreviousUserId();

    String getPreviousUserName();

    String getPreviousUserSubmitDate();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy