站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

Uses of Class org.drools.repository.VersionableItem (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


Uses of Class
org.drools.repository.VersionableItem

Packages that use VersionableItem
org.drools.brms.server.builder This package contains utilities for building and validating rule assets in the BRMS. 
org.drools.repository   
 

Uses of VersionableItem in org.drools.brms.server.builder
 

Fields in org.drools.brms.server.builder declared as VersionableItem
 VersionableItem ContentAssemblyError.itemInError
          This may be null, if its not associated to any particular asset.
 

Constructors in org.drools.brms.server.builder with parameters of type VersionableItem
ContentAssemblyError(VersionableItem it, String message)
           
 

Uses of VersionableItem in org.drools.repository
 

Subclasses of VersionableItem in org.drools.repository
 class AssetItem
          The RuleItem class is used to abstract away the details of the underlying JCR repository.
 class CategorisableItem
          This contains logic for categorisable items (not all versionably items are categorisable).
 class PackageItem
          A PackageItem object aggregates a set of assets (for example, rules).
 

Methods in org.drools.repository that return VersionableItem
 VersionableItem VersionableItem.archiveItem(boolean data)
           
abstract  VersionableItem VersionableItem.getPrecedingVersion()
          Clients of this method can cast the resulting object to the type of object they are calling the method on (e.g.
 VersionableItem PackageItem.getPrecedingVersion()
           
 VersionableItem AssetItem.getPrecedingVersion()
           
abstract  VersionableItem VersionableItem.getSucceedingVersion()
          Clients of this method can cast the resulting object to the type of object they are calling the method on (e.g.
 VersionableItem PackageItem.getSucceedingVersion()
           
 VersionableItem AssetItem.getSucceedingVersion()
           
 



Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.