Interface EsiUtils.ApplyProjectStateResult

Enclosing class:
EsiUtils

public static interface EsiUtils.ApplyProjectStateResult
A structure that is produced by the EsiUtils.applyProjectState(Project, Project) and which holds information about the result of the operation
  • Method Details

    • getLockedElements

      Set<Element> getLockedElements()
      Gets set of elements that were locked during the operation
      Returns:
      the locked elements
    • getLockedModuleUsages

      Set<ModuleUsage> getLockedModuleUsages()
      Gets set of module usages that were locked during the operation
      Returns:
      the locked module usages