Package org.zanata.webtrans.shared.rpc

Examples of org.zanata.webtrans.shared.rpc.GetTransUnitsNavigation


                        .targetCommentContains(editorFilter.getTransComment())
                        .caseSensitive(false).checkInSource(true)
                        .checkInTarget(true)
                        .includeStates(action.getFilterStates()).build();
        if (action.isNeedReloadIndex()) {
            GetTransUnitsNavigation getTransUnitsNavigation =
                    new GetTransUnitsNavigation(action.getDocumentId(),
                            action.getFilterStates(), action.getEditorFilter(),
                            constraints);
            log.debug("get trans unit navigation action: {}",
                    getTransUnitsNavigation);
            navigationResult =
View Full Code Here

TOP

Related Classes of org.zanata.webtrans.shared.rpc.GetTransUnitsNavigation

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.