|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ItemVersion in com.rapidtransform.part.dao |
---|
Methods in com.rapidtransform.part.dao that return types with arguments of type ItemVersion | |
---|---|
java.util.Collection<ItemVersion> |
ItemVersionDAO.getRelatedItems(QName relationQname,
java.lang.String itemId)
|
Uses of ItemVersion in com.rapidtransform.part.dao.hibernate |
---|
Methods in com.rapidtransform.part.dao.hibernate that return types with arguments of type ItemVersion | |
---|---|
java.util.Collection<ItemVersion> |
ItemVersionDAOHibernate.getRelatedItems(QName relationQname,
java.lang.String itemId)
|
Uses of ItemVersion in com.rapidtransform.part.model |
---|
Methods in com.rapidtransform.part.model that return ItemVersion | |
---|---|
ItemVersion |
Item.createNewVersion()
Creates new version of this Item, adds it to the ItemVersions list, and returns the new ItemVersion object. |
ItemVersion |
ItemView.getItemVersion()
An association back to the ItemVersion from which this ItemView is created. |
ItemVersion |
Item.getLatestVersion()
Returns the concept of a latest version out of the list of ItemVersions for this Item. |
ItemVersion |
ItemVersionRelation.getRelated()
|
ItemVersion |
ItemVersionRelation.getRelating()
|
Methods in com.rapidtransform.part.model that return types with arguments of type ItemVersion | |
---|---|
java.util.Collection<ItemVersion> |
Item.getItemVersions()
|
Methods in com.rapidtransform.part.model with parameters of type ItemVersion | |
---|---|
void |
Item.addItemVersion(ItemVersion newVersion)
Adds a new ItemVersion to the list of ItemVersions for this Item |
void |
ItemView.setItemVersion(ItemVersion itemVersion)
|
void |
ItemVersionRelation.setRelated(ItemVersion related)
|
void |
ItemVersionRelation.setRelating(ItemVersion relating)
|
Method parameters in com.rapidtransform.part.model with type arguments of type ItemVersion | |
---|---|
void |
Item.setItemVersions(java.util.Set<ItemVersion> itemVersions)
|
Constructors in com.rapidtransform.part.model with parameters of type ItemVersion | |
---|---|
Assembly(java.lang.String name,
ItemVersion initialVersion,
ApplicationContext initialContext,
Assembly.AssemblyType type)
Construct an assembly with the given name, associated ItemVersion, and type |
|
CollectionView(java.lang.String name,
ItemVersion initialVersion,
ApplicationContext initialContext)
|
|
ItemView(java.lang.String name,
ItemVersion fromVersion,
ApplicationContext initialContext)
Constructs an ItemView with the given ItemVersion as it's parent. |
Uses of ItemVersion in com.rapidtransform.part.service |
---|
Methods in com.rapidtransform.part.service that return ItemVersion | |
---|---|
ItemVersion |
ItemService.revise(Item item)
|
Uses of ItemVersion in com.rapidtransform.part.service.impl |
---|
Methods in com.rapidtransform.part.service.impl that return ItemVersion | |
---|---|
ItemVersion |
ItemServiceImpl.create()
Creates a new Item and returns the initial version (ItemVersion) for the Item. |
ItemVersion |
ItemServiceImpl.revise(Item item)
Creates a new version for the given item. |
Methods in com.rapidtransform.part.service.impl that return types with arguments of type ItemVersion | |
---|---|
Relation<ItemVersion,Document> |
ItemServiceImpl.addDocument(Documented source,
Document target,
java.lang.String relationType)
|
Relation<ItemVersion,Specification> |
ItemServiceImpl.addSpecification(Specified source,
Specification target,
java.lang.String relationType)
|
Uses of ItemVersion in com.rapidtransform.product.dao |
---|
Methods in com.rapidtransform.product.dao that return types with arguments of type ItemVersion | |
---|---|
java.util.Collection<ItemVersion> |
ProductDAO.getItems(QName relationQname,
java.lang.String productId)
|
Uses of ItemVersion in com.rapidtransform.product.dao.hibernate |
---|
Methods in com.rapidtransform.product.dao.hibernate that return types with arguments of type ItemVersion | |
---|---|
java.util.Collection<ItemVersion> |
ProductDAOHibernate.getItems(QName relationQname,
java.lang.String productId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |