Uses of Interface
com.rapidtransform.doc.model.Documented

Packages that use Documented
com.rapidtransform.doc.service   
com.rapidtransform.part.model   
com.rapidtransform.part.service.impl   
com.rapidtransform.product.model   
com.rapidtransform.product.service.impl   
 

Uses of Documented in com.rapidtransform.doc.service
 

Methods in com.rapidtransform.doc.service with parameters of type Documented
 Relation<DocumentedType,Document> DocumentedService.addDocument(Documented source, Document target, java.lang.String relationType)
           
 

Uses of Documented in com.rapidtransform.part.model
 

Classes in com.rapidtransform.part.model that implement Documented
 class ItemVersion
          An ItemVersion is a specific version of an Item.
 

Uses of Documented in com.rapidtransform.part.service.impl
 

Methods in com.rapidtransform.part.service.impl with parameters of type Documented
 Relation<ItemVersion,Document> ItemServiceImpl.addDocument(Documented source, Document target, java.lang.String relationType)
           
 

Uses of Documented in com.rapidtransform.product.model
 

Classes in com.rapidtransform.product.model that implement Documented
 class AlternateSolution
          This class represents an alternative solution for a product.
 class FinalSolution
          A final solution is a set of additional sensual characteristics that can be applied to an item instance that represents a neutral part to finalize it's definition.
 class Product
          A product is an object with the capability to be realized by, decomposed into or specialized by a set of ProductConstituent objects in a functional, logical, or physical manner.
 class ProductComponent
          A ProductComponent is an element in a conceptual product structure.
 class ProductFunction
          The ProductFunction is a specific action or behavior expected of a product.
 class SupplierSolution
          An alternate solution provided by a specific supplier.
 class TechnicalSolution
          An alternate solution where the requirements are fulfilled in a technical way.
 

Uses of Documented in com.rapidtransform.product.service.impl
 

Methods in com.rapidtransform.product.service.impl with parameters of type Documented
 Relation<Product,Document> ProductServiceImpl.addDocument(Documented source, Document target, java.lang.String relationType)