CMIS domain mapper
This commit is contained in:
parent
241522e74d
commit
41da61896b
6 changed files with 571 additions and 3 deletions
|
|
@ -26,8 +26,11 @@ from .core import (
|
|||
CMISAccessPoint,
|
||||
CMISAccessProfile,
|
||||
CMISAction,
|
||||
CMISBaseType,
|
||||
CMISBinding,
|
||||
CMISCapability,
|
||||
CMISDomainMapper,
|
||||
CMISObjectProjection,
|
||||
ConnectorCapability,
|
||||
ContextEntity,
|
||||
ContextEntityType,
|
||||
|
|
@ -175,8 +178,11 @@ __all__ = [
|
|||
"CMISAccessPoint",
|
||||
"CMISAccessProfile",
|
||||
"CMISAction",
|
||||
"CMISBaseType",
|
||||
"CMISBinding",
|
||||
"CMISCapability",
|
||||
"CMISDomainMapper",
|
||||
"CMISObjectProjection",
|
||||
"ConnectorCapability",
|
||||
"Collection",
|
||||
"ContextAssembler",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue