Uses of Class
com.foursoft.harness.vec.v113.VecDocumentVersion
Packages that use VecDocumentVersion
-
Uses of VecDocumentVersion in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecDocumentVersionModifier and TypeFieldDescriptionprotected VecDocumentVersionVecExternalMappingSpecification.mappedDocumentReference to theDocumentVersionthat represents the external data source that connected to the VEC content by theExternalMappingSpecification.protected VecDocumentVersionVecDocumentBasedInstruction.referencedDocumentFields in com.foursoft.harness.vec.v113 with type parameters of type VecDocumentVersionModifier and TypeFieldDescriptionprotected List<VecDocumentVersion>VecContent.documentVersionsprotected List<VecDocumentVersion>VecDocumentVersion.relatedDocumentMethods in com.foursoft.harness.vec.v113 that return VecDocumentVersionModifier and TypeMethodDescriptionObjectFactory.createVecDocumentVersion()Create an instance ofVecDocumentVersionVecExternalMappingSpecification.getMappedDocument()Gets the value of the mappedDocument property.VecItemEquivalence.getParentDocumentVersion()Gets a reference to the parent of this object in the XML DOM Tree.VecSheetOrChapter.getParentDocumentVersion()Gets a reference to the parent of this object in the XML DOM Tree.VecSpecification.getParentDocumentVersion()Gets a reference to the parent of this object in the XML DOM Tree.VecDocumentBasedInstruction.getReferencedDocument()Gets the value of the referencedDocument property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecDocumentVersionModifier and TypeMethodDescriptionVecContent.getDocumentVersions()Gets the value of the documentVersions property.VecDocumentVersion.getRefDocumentVersion()Gets aSetof allVecDocumentVersionthat 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.VecPartVersion.getRefDocumentVersion()Gets aSetof allVecDocumentVersionthat 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.VecDocumentVersion.getRelatedDocument()Gets the value of the relatedDocument property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecDocumentVersionModifier and TypeMethodDescriptionvoidVecExternalMappingSpecification.setMappedDocument(VecDocumentVersion value) Sets the value of the mappedDocument property.voidVecDocumentBasedInstruction.setReferencedDocument(VecDocumentVersion value) Sets the value of the referencedDocument property. -
Uses of VecDocumentVersion in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecDocumentVersionModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecDocumentVersion(VecDocumentVersion aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecDocumentVersion(VecDocumentVersion aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecDocumentVersion(VecDocumentVersion aBean) FunctionVisitor.visitVecDocumentVersion(VecDocumentVersion aBean) StrictBaseVisitor.visitVecDocumentVersion(VecDocumentVersion aBean) TraversingVisitor.visitVecDocumentVersion(VecDocumentVersion aBean) Visitor.visitVecDocumentVersion(VecDocumentVersion aBean)