Registry / networking / chemistry-opencmis-client-impl

chemistry-opencmis-client-impl

JSON →
library1.1.0javamavenunverified

An open source Java implementation of the OASIS Content Management Interoperability Services (CMIS) specification for client-side operations.

<dependency> <groupId>org.apache.chemistry.opencmis</groupId> <artifactId>chemistry-opencmis-client-impl</artifactId> <version>1.1.0</version> </dependency>
INSTALL
IMPORT
SIG · CHEMISTRY-OPENCMIS
C
chemistry-opencmis-client-impl
networkingjavav1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Session
org.apache.chemistry.opencmis.client.api.Session

Create a CMIS session using the SessionFactory to connect to a repository.

import org.apache.chemistry.opencmis.client.api.Session; import org.apache.chemistry.opencmis.client.runtime.SessionFactoryImpl; import java.util.HashMap; import java.util.Map; public class Example { public static void main(String[] args) { SessionFactoryImpl factory = SessionFactoryImpl.newInstance(); Map<String, String> parameters = new HashMap<>(); parameters.put("org.apache.chemistry.opencmis.binding.spi.type", "atompub"); parameters.put("org.apache.chemistry.opencmis.binding.atompub.url", "http://example.com/cmis"); Session session = factory.createSession(parameters); System.out.println("Session created: " + session); } }
Debug
Known issues
breakingVersion 1.1.0 uses an older CMIS binding; newer versions may have different API signatures.
fix
Upgrade to a later version (e.g., 1.2.0) and review migration notes for API changes.
affects: <=1.1.0
Upgrade
Version history
1.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Meta
1
Amazon
1
OpenAI (training)
1
Resources
chemistry-opencmis-client-impl — mvn dependency:get chemistry-opencmis-client-impl · libregistry