|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConstraintException | |
|---|---|
| org.xcmis.spi | |
| org.xcmis.spi.basic | |
| Uses of ConstraintException in org.xcmis.spi |
|---|
| Methods in org.xcmis.spi that throw ConstraintException | |
|---|---|
void |
FolderData.addObject(ObjectData object)
Add existed fileable object in this folder. |
void |
Connection.addObjectToFolder(String objectId,
String folderId,
boolean allVersions)
Adds an existing fileable non-folder object to a folder. |
String |
TypeManager.addType(TypeDefinition type)
Add new type in repository. |
String |
Connection.addType(TypeDefinition type)
Adds the new Object-type. |
void |
Connection.applyACL(String objectId,
List<AccessControlEntry> addACL,
List<AccessControlEntry> removeACL,
AccessControlPropagation propagation)
Adds or(and) removes the given Access Control Entries to(from) the Access Control List of object. |
void |
Connection.applyPolicy(String policyId,
String objectId)
Applies a specified policy to an object. |
void |
Connection.cancelCheckout(String documentId)
Discard the check-out operation. |
String |
Connection.checkin(String documentId,
boolean major,
Map<String,Property<?>> properties,
ContentStream content,
String checkinComment,
List<AccessControlEntry> addACL,
List<AccessControlEntry> removeACL,
Collection<String> policies)
Check-in Private Working Copy. |
String |
Connection.checkout(String documentId)
Check-out document. |
DocumentData |
Storage.copyDocument(DocumentData source,
FolderData parent,
Map<String,Property<?>> properties,
List<AccessControlEntry> acl,
Collection<PolicyData> policies,
VersioningState versioningState)
Create new document as copy of the given source document and
use parent as parent. |
DocumentData |
Storage.createDocument(FolderData parent,
TypeDefinition typeDefinition,
Map<String,Property<?>> properties,
ContentStream content,
List<AccessControlEntry> acl,
Collection<PolicyData> policies,
VersioningState versioningState)
Create new document with type typeDefinition using
parent as parent. |
String |
Connection.createDocument(String parentId,
Map<String,Property<?>> properties,
ContentStream content,
List<AccessControlEntry> addACL,
List<AccessControlEntry> removeACL,
Collection<String> policies,
VersioningState versioningState)
Create a document object. |
String |
Connection.createDocumentFromSource(String sourceId,
String parentId,
Map<String,Property<?>> properties,
List<AccessControlEntry> addACL,
List<AccessControlEntry> removeACL,
Collection<String> policies,
VersioningState versioningState)
Create a document object as a copy of the given source document in the specified parent folder parentId. |
FolderData |
Storage.createFolder(FolderData parent,
TypeDefinition typeDefinition,
Map<String,Property<?>> properties,
List<AccessControlEntry> acl,
Collection<PolicyData> policies)
Create new folder with type typeDefinition using
folder as parent. |
String |
Connection.createFolder(String parentId,
Map<String,Property<?>> properties,
List<AccessControlEntry> addACL,
List<AccessControlEntry> removeACL,
Collection<String> policies)
Create a folder object. |
PolicyData |
Storage.createPolicy(FolderData parent,
TypeDefinition typeDefinition,
Map<String,Property<?>> properties,
List<AccessControlEntry> acl,
Collection<PolicyData> policies)
Create new policy with type typeDefinition using
parent as parent. |
String |
Connection.createPolicy(String parentId,
Map<String,Property<?>> properties,
List<AccessControlEntry> addACL,
List<AccessControlEntry> removeACL,
Collection<String> policies)
Create a policy object. |
String |
Connection.createRelationship(Map<String,Property<?>> properties,
List<AccessControlEntry> addACL,
List<AccessControlEntry> removeACL,
Collection<String> policies)
Create a relationship object. |
String |
Connection.deleteContentStream(String documentId,
ChangeTokenHolder changeTokenHolder)
Delete the content stream for the specified Document object. |
void |
Connection.deleteObject(String objectId,
Boolean deleteAllVersions)
Delete the specified object. |
Collection<String> |
Connection.deleteTree(String folderId,
Boolean deleteAllVersions,
UnfileObject unfileObject,
Boolean continueOnFailure)
Delete the specified folder object and all of its child- and descendant-objects. |
ItemsIterator<ChangeEvent> |
Storage.getChangeLog(String changeLogToken)
Gets content changes. |
ItemsList<CmisObject> |
Connection.getContentChanges(ChangeLogTokenHolder changeLogToken,
boolean includeProperties,
String propertyFilter,
boolean includePolicyIDs,
boolean includeAcl,
boolean includeObjectInfo,
int maxItems)
Gets content changes. |
ContentStream |
Connection.getContentStream(String objectId,
String streamId)
Get document's content stream. |
List<ObjectParent> |
Connection.getObjectParents(String objectId,
boolean includeAllowableActions,
IncludeRelationships includeRelationships,
boolean includeRelativePathSegment,
boolean includeObjectInfo,
String propertyFilter,
String renditionFilter)
Gets the parent folder(s) for the specified object. |
FolderData |
ObjectData.getParent()
Get object parent. |
String |
Connection.moveObject(String objectId,
String targetFolderId,
String sourceFolderId)
Moves the specified file-able object from one folder to another. |
void |
Connection.removePolicy(String policyId,
String objectId)
Removes a specified policy from an object. |
void |
TypeManager.removeType(String typeId)
Remove type definition for type typeId . |
void |
Connection.removeType(String typeId)
Remove type definition for type typeId . |
String |
Connection.setContentStream(String documentId,
ContentStream content,
ChangeTokenHolder changeTokenHolder,
Boolean overwriteFlag)
Sets the content stream for the specified Document object. |
String |
Connection.updateProperties(String objectId,
ChangeTokenHolder changeTokenHolder,
Map<String,Property<?>> properties)
Update object properties. |
| Uses of ConstraintException in org.xcmis.spi.basic |
|---|
| Methods in org.xcmis.spi.basic that throw ConstraintException | |
|---|---|
String |
BasicStorage.addType(TypeDefinition type)
Add new type in repository. |
DocumentData |
BasicStorage.createDocument(FolderData parent,
TypeDefinition typeDefinition,
Map<String,Property<?>> properties,
ContentStream content,
List<AccessControlEntry> acl,
Collection<PolicyData> policies,
VersioningState versioningState)
Create new document with type typeDefinition using
parent as parent. |
PolicyData |
BasicStorage.createPolicy(FolderData parent,
TypeDefinition typeDefinition,
Map<String,Property<?>> properties,
List<AccessControlEntry> acl,
Collection<PolicyData> policies)
Create new policy with type typeDefinition using
parent as parent. |
ItemsIterator<ChangeEvent> |
BasicStorage.getChangeLog(String changeLogToken)
Gets content changes. |
void |
BasicStorage.removeType(String typeId)
Remove type definition for type typeId . |
void |
BasicTypeManager.removeType(String typeId)
Remove type definition for type typeId . |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||