Package de.innovationgate.webgate.api.WGDatabase

Examples of de.innovationgate.webgate.api.WGDatabase.FreeContentVersionFinder


    public void reassignVersionNumber() throws WGAPIException {
       
        synchronized (getDatabase()) {

            // Find the next free version
            FreeContentVersionFinder finder =  getDatabase().new FreeContentVersionFinder(getStructEntry(), getLanguage());
            int newVersion = finder.findNewVersion();       
   
            // Unmap the content under its old keys.
            getDatabase().unmapDocumentObject(this);
            WGDocumentKey oldDocKey = getDocumentKeyObj();
           
View Full Code Here

TOP

Related Classes of de.innovationgate.webgate.api.WGDatabase.FreeContentVersionFinder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.