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

io.dddrive.core.doc.model.DocMeta Maven / Gradle / Ivy

Go to download

Application development framework incorporating reactive and domain driven design principles.

There is a newer version: 1.0.25
Show newest version

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