CMIS compliance/test foundation
This commit is contained in:
parent
28420c68d1
commit
241522e74d
14 changed files with 1080 additions and 12 deletions
|
|
@ -23,6 +23,11 @@ from .core import (
|
|||
AuditEvent,
|
||||
AuditOutcome,
|
||||
Classification,
|
||||
CMISAccessPoint,
|
||||
CMISAccessProfile,
|
||||
CMISAction,
|
||||
CMISBinding,
|
||||
CMISCapability,
|
||||
ConnectorCapability,
|
||||
ContextEntity,
|
||||
ContextEntityType,
|
||||
|
|
@ -167,6 +172,11 @@ __all__ = [
|
|||
"BatchItemResult",
|
||||
"BatchOperationResult",
|
||||
"Classification",
|
||||
"CMISAccessPoint",
|
||||
"CMISAccessProfile",
|
||||
"CMISAction",
|
||||
"CMISBinding",
|
||||
"CMISCapability",
|
||||
"ConnectorCapability",
|
||||
"Collection",
|
||||
"ContextAssembler",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue