com.ibm.rpm.asset.scope
AssetModuleScope

com.ibm.rpm.framework.RPMObjectScope
  extended bycom.ibm.rpm.asset.scope.AssetModuleScope

AssetModuleScope
Extends: com.ibm.rpm.framework.RPMObjectScope
Child objects: None

AssetModuleScope represents a scope to navigate to objects that are related to AssetModule.

Related code samples :

Java

C#

Field Summary
xsd:boolean assetCategories
   Indicates if asset categories are in the scope.
AssetScope assetFolders
   Indicates if asset folders are in the scope.
xsd:boolean assetRtfs
   Indicates if asset rtfs are in the scope.
xsd:boolean assetStates
   Indicates if asset states are in the scope.
AttributeScope attributeCategories
   Indicates if attribute categories are in the scope.
xsd:boolean chargeTypes
   Indicates if charge types are in the scope.
CustomFieldScope customFieldCategories
   Indicates if asset custom field categories are in the scope.
ScorecardFolderScope scorecardFolders
   Indicates if scorecard folders are in the scope.

Inherited Field Summary
RPMObjectScope parent
   The parent of the RPMObjectScope.

Field Detail

assetCategories


xsd:boolean  assetCategories
Indicates if asset categories are in the scope.

assetFolders


AssetScope assetFolders
Indicates if asset folders are in the scope.

assetRtfs


xsd:boolean  assetRtfs
Indicates if asset rtfs are in the scope.

assetStates


xsd:boolean  assetStates
Indicates if asset states are in the scope.

attributeCategories


AttributeScope attributeCategories
Indicates if attribute categories are in the scope.

chargeTypes


xsd:boolean  chargeTypes
Indicates if charge types are in the scope.

customFieldCategories


CustomFieldScope customFieldCategories
Indicates if asset custom field categories are in the scope.

scorecardFolders


ScorecardFolderScope scorecardFolders
Indicates if scorecard folders are in the scope.

Inherited Field Detail

parent


RPMObjectScope parent
The parent of the RPMObjectScope.