Class ModulesService.UsedViaReadOnlyAutomaticUsageException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nomagic.magicdraw.core.modules.ModulesService.UsedViaReadOnlyAutomaticUsageException
All Implemented Interfaces:
Serializable
Enclosing class:
ModulesService

public static class ModulesService.UsedViaReadOnlyAutomaticUsageException extends Exception
Thrown when module(s) can not be removed due to all paths from primary project to it contains a read only automatic usage
See Also:
  • Constructor Details

    • UsedViaReadOnlyAutomaticUsageException

      public UsedViaReadOnlyAutomaticUsageException(Map<com.nomagic.ci.persistence.IProject,Set<com.nomagic.ci.persistence.IProject>> usagesMap)
      Parameters:
      usagesMap - The collection of offending read-only automatic usages
    • UsedViaReadOnlyAutomaticUsageException

      @Deprecated(forRemoval=true) public UsedViaReadOnlyAutomaticUsageException(com.nomagic.ci.persistence.spi.decomposition.AttachmentSet offendingUsages)
      Deprecated, for removal: This API element is subject to removal in a future version.
      to be removed
      Parameters:
      offendingUsages - The set of offending read-only automatic usages
  • Method Details

    • getOffendingUsages

      @Deprecated(forRemoval=true) public com.nomagic.ci.persistence.spi.decomposition.AttachmentSet getOffendingUsages()
      Deprecated, for removal: This API element is subject to removal in a future version.
      to be removed
      Gets the set of offending read-only automatic usages
      Returns:
      the read-only automatic usages
    • getAttachingProjects

      public Set<com.nomagic.ci.persistence.IProject> getAttachingProjects()
      Gets all attaching projects.
      Returns:
      collection of attaching projects
    • getAttachedProjects

      public Set<com.nomagic.ci.persistence.IProject> getAttachedProjects(com.nomagic.ci.persistence.IProject attachingProject)
      Gets all attached projects for the given attaching project.
      Parameters:
      attachingProject - the project to get attached projects for
      Returns:
      collection of attached projects for the given project