CmisServerClient class
The Cmis server client
Constructors
- CmisServerClient()
- Default constructor
Properties
- environmentSupport ↔ CmisEnvironmentSupport
-
Environment support
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- httpAdapter ↔ CmisHttpAdapter
-
HTTP Adapter
getter/setter pairinherited
- 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
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeSession(
String repId) → bool -
Session removal
inherited
-
sessionExists(
String repId) → bool -
Session existence
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- serverEnvironmentSupport ↔ CmisServerEnvironmentSupport
-
Browser environment support
getter/setter pair
- serverHttpAdapter ↔ CmisServerHttpAdapter
-
Browser HTTP adapter
getter/setter pair