Examples of FreeContentVersionFinder


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
Copyright © 2018 www.massapi.com. 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.