Package wt.epm.workspaces
Class EPMAsStoredHelper
java.lang.Object
wt.epm.workspaces.EPMAsStoredHelper
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionstatic QueryResultextractsOwners(List baselineables) Returns a subset of the given baselineables, where the subset already exists in EPMAsStoredMember as owners.static EPMAsStoredConfiggetAsStoredConfig(Baselineable document) Returns the associated EPMAsStoredConfig to which this document is an owner
Supported API: truestatic QueryResultgetOwners(EPMAsStoredConfig asStoredConfig) Returns the owners of the As Stored Config
Supported API: true
-
Method Details
-
getAsStoredConfig
Returns the associated EPMAsStoredConfig to which this document is an owner
Supported API: true- Parameters:
document- a Baselineable- Throws:
WTException
-
getOwners
Returns the owners of the As Stored Config
Supported API: true- Parameters:
asStoredConfig- EPMAsStoredConfig- Throws:
WTException
-
extractsOwners
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
-