Interface IAttachedProjectRemoverCallback


  • @OpenApiAll
    public interface IAttachedProjectRemoverCallback
    Project decomposition manager remove operation specific callback.
    • Method Detail

      • confirmRemove

        boolean confirmRemove​(java.util.Set<IAttachedProject> projectsToBeRemoved,
                              java.util.Set<IProject> projectsToBeModified)
        The remove projects operation confirmation call-back.
        Parameters:
        projectsToBeRemoved - set of attached projects that are going to be removed
        projectsToBeModified - set of projects that are going to be modified i.e detached projects that are going to be removed, updated references, etc. This set may contain the primary project as well.
        Returns:
        true if application or user confirms the remove operation