Class ProjectModelDiff


  • public class ProjectModelDiff
    extends Object
    • Constructor Detail

      • ProjectModelDiff

        public ProjectModelDiff()
    • Method Detail

      • getChangesAffectingProject

        @NotNull
        public Collection<UpdatedEntity> getChangesAffectingProject​(@NotNull
                                                                    ProjectEx project)
        Returns collection of changed entities affecting the specified project with their status
        Parameters:
        project - project of interest
        Returns:
        see above
      • isEmpty

        public boolean isEmpty()