Package org.jesterj.ingest.model
Interface StatusReporter
-
public interface StatusReporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull java.util.List<DocDestinationStatus>getChangedDestinations(DocStatusChange statusChange)voidreportStatus(Document doc)
-
-
-
Method Detail
-
reportStatus
void reportStatus(Document doc)
-
getChangedDestinations
@NotNull @NotNull java.util.List<DocDestinationStatus> getChangedDestinations(DocStatusChange statusChange)
-
-