Cmis class

The CMIS client

Implementers

Constructors

Cmis(CmisHttpAdapter httpAdapter, CmisEnvironmentSupport environmentSupport)
Default constructor

Properties

environmentSupport CmisEnvironmentSupport
Environment support
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
httpAdapter CmisHttpAdapter
HTTP Adapter
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getCmisSession(String? urlPrefix, [String? serviceUrlPrefix, String? userName, String? password, String? repId]) CmisSession?
Return either a new CmisSession or one from the cache if we have one
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeSession(String repId) bool
Session removal
sessionExists(String repId) bool
Session existence
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited