|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NameConstraintViolationException | |
|---|---|
| org.xcmis.spi | |
| org.xcmis.spi.basic | |
| Uses of NameConstraintViolationException in org.xcmis.spi |
|---|
| Methods in org.xcmis.spi that throw NameConstraintViolationException | |
|---|---|
DocumentData |
DocumentData.checkin(boolean major,
String checkinComment,
Map<String,Property<?>> properties,
ContentStream content,
List<AccessControlEntry> acl,
Collection<PolicyData> policies)
Set private working copy as latest (current) version of document. |
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. |
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. |
RelationshipData |
Storage.createRelationship(ObjectData source,
ObjectData target,
TypeDefinition typeDefinition,
Map<String,Property<?>> properties,
List<AccessControlEntry> acl,
Collection<PolicyData> policies)
Create new relationship for specified source and
target. |
ObjectData |
Storage.moveObject(ObjectData object,
FolderData target,
FolderData source)
Move object from source to target. |
String |
Connection.moveObject(String objectId,
String targetFolderId,
String sourceFolderId)
Moves the specified file-able object from one folder to another. |
void |
ObjectData.setProperties(Map<String,Property<?>> properties)
Set or add new properties. |
void |
ObjectData.setProperty(Property<?> property)
Set or update property. |
String |
Connection.updateProperties(String objectId,
ChangeTokenHolder changeTokenHolder,
Map<String,Property<?>> properties)
Update object properties. |
| Uses of NameConstraintViolationException in org.xcmis.spi.basic |
|---|
| Methods in org.xcmis.spi.basic that throw NameConstraintViolationException | |
|---|---|
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. |
RelationshipData |
BasicStorage.createRelationship(ObjectData source,
ObjectData target,
TypeDefinition typeDefinition,
Map<String,Property<?>> properties,
List<AccessControlEntry> acl,
Collection<PolicyData> policies)
Create new relationship for specified source and
target. |
ObjectData |
BasicStorage.moveObject(ObjectData object,
FolderData target,
FolderData source)
Move object from source to target. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||