Uses of Class
com.foursoft.harness.vec.v113.VecItemHistoryEntry
Packages that use VecItemHistoryEntry
-
Uses of VecItemHistoryEntry in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecItemHistoryEntryModifier and TypeFieldDescriptionprotected List<VecItemHistoryEntry>VecContent.itemHistoryEntriesMethods in com.foursoft.harness.vec.v113 that return VecItemHistoryEntryModifier and TypeMethodDescriptionObjectFactory.createVecItemHistoryEntry()Create an instance ofVecItemHistoryEntryMethods in com.foursoft.harness.vec.v113 that return types with arguments of type VecItemHistoryEntryModifier and TypeMethodDescriptionVecContent.getItemHistoryEntries()Gets the value of the itemHistoryEntries property.VecItemVersion.getRefItemHistoryEntry()Gets aSetof allVecItemHistoryEntrythat have a outgoing reference to this object.
Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by theExtendedUnmarshaller.
This property is consistent to the state of object model at the time of unmarshalling. -
Uses of VecItemHistoryEntry in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecItemHistoryEntryModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecItemHistoryEntry(VecItemHistoryEntry aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecItemHistoryEntry(VecItemHistoryEntry aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecItemHistoryEntry(VecItemHistoryEntry aBean) FunctionVisitor.visitVecItemHistoryEntry(VecItemHistoryEntry aBean) StrictBaseVisitor.visitVecItemHistoryEntry(VecItemHistoryEntry aBean) TraversingVisitor.visitVecItemHistoryEntry(VecItemHistoryEntry aBean) Visitor.visitVecItemHistoryEntry(VecItemHistoryEntry aBean)