Uses of Class
com.saperion.ngc.model.document.DocumentVersionInfo
- 
Packages that use DocumentVersionInfo Package Description com.saperion.ngc.dialogs Package for client dialog classes.com.saperion.ngc.model.document Package for document model classes.com.saperion.ngc.resultset Package for resultset component classes.
- 
- 
Uses of DocumentVersionInfo in com.saperion.ngc.dialogsConstructors in com.saperion.ngc.dialogs with parameters of type DocumentVersionInfo Constructor Description RevisionBean(DocumentVersionInfo info, DocumentId docId, java.lang.String aMaskName, boolean userAllowedToView)Creates a new RevisionBean.
- 
Uses of DocumentVersionInfo in com.saperion.ngc.model.documentMethods in com.saperion.ngc.model.document that return DocumentVersionInfo Modifier and Type Method Description DocumentVersionInfoDocClassicConnectorService. getDocumentVersion(java.lang.String versionId)Returns the metadata of the specified version.DocumentVersionInfoDocumentService. getDocumentVersion(java.lang.String versionId)Returns the metadata of the specified version.Methods in com.saperion.ngc.model.document that return types with arguments of type DocumentVersionInfo Modifier and Type Method Description java.util.List<DocumentVersionInfo>DocClassicConnectorService. getDocumentVersions(DocumentId id)Retrieves information about a document's versions.java.util.List<DocumentVersionInfo>DocClassicConnectorService. getDocumentVersions(java.lang.String ddcName, java.lang.String objectId)Retrieves information about a document's versions.java.util.List<DocumentVersionInfo>DocumentService. getDocumentVersions(DocumentId id)Retrieves information about a document's versions.java.util.List<DocumentVersionInfo>DocumentService. getDocumentVersions(java.lang.String ddcName, java.lang.String objectId)Retrieves information about a document's versions.
- 
Uses of DocumentVersionInfo in com.saperion.ngc.resultsetMethods in com.saperion.ngc.resultset that return DocumentVersionInfo Modifier and Type Method Description DocumentVersionInfoResultSetPresenter. getDocumentVersion(java.lang.String versionId)Returns the version information for the specified version ID.Methods in com.saperion.ngc.resultset that return types with arguments of type DocumentVersionInfo Modifier and Type Method Description java.util.List<DocumentVersionInfo>ResultSetPresenter. getDocumentVersions(DocumentId id)Retrieves the version information for a document.java.util.List<DocumentVersionInfo>ResultSetViewImpl. getDocumentVersions(DocumentId id)
 
-