Class EPMAsStoredHelper

java.lang.Object
wt.epm.workspaces.EPMAsStoredHelper

public class EPMAsStoredHelper extends Object


Supported API: true

Extendable: false
  • Method Details

    • getAsStoredConfig

      public static EPMAsStoredConfig getAsStoredConfig(Baselineable document) throws WTException
      Returns the associated EPMAsStoredConfig to which this document is an owner

      Supported API: true
      Parameters:
      document - a Baselineable
      Throws:
      WTException
    • getOwners

      public static QueryResult getOwners(EPMAsStoredConfig asStoredConfig) throws WTException
      Returns the owners of the As Stored Config

      Supported API: true
      Parameters:
      asStoredConfig - EPMAsStoredConfig
      Throws:
      WTException
    • extractsOwners

      public static QueryResult extractsOwners(List baselineables) throws WTException
      Returns a subset of the given baselineables, where the subset already exists in EPMAsStoredMember as owners.

      Supported API: true
      Parameters:
      document - a Baselineable
      Throws:
      WTException