Package org.apache.chemistry.opencmis.client.runtime

Examples of org.apache.chemistry.opencmis.client.runtime.OperationContextImpl


    /**
     * Creates a new OperationContext object that selects everything.
     */
    public static OperationContext createMaximumOperationContext() {
        return new OperationContextImpl(Collections.singleton(PROPERTIES_STAR), true, true, true,
                IncludeRelationships.BOTH, Collections.singleton("*"), false, null, true, 100);
    }
View Full Code Here

TOP

Related Classes of org.apache.chemistry.opencmis.client.runtime.OperationContextImpl

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.