io.dddrive.core.doc.model.DocMeta Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dddrive Show documentation
Show all versions of dddrive Show documentation
Application development framework incorporating reactive and domain driven design principles.
package io.dddrive.core.doc.model;
import java.util.List;
import io.dddrive.core.ddd.model.AggregateMeta;
import io.dddrive.core.doc.model.enums.CodeCaseDef;
import io.dddrive.core.doc.model.enums.CodeCaseStage;
public interface DocMeta extends AggregateMeta {
List getTransitionList();
CodeCaseDef getCaseDef();
CodeCaseStage getCaseStage();
boolean isInWork();
List getCaseStages();
// availableActions: string[];
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy