| Package | Description |
|---|---|
| org.alfresco.repo.cmis.ws |
| Modifier and Type | Method and Description |
|---|---|
CmisExtensionType |
ObjectFactory.createCmisExtensionType()
Create an instance of
CmisExtensionType |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiFilingServicePort.addObjectToFolder(String repositoryId,
String objectId,
String folderId,
Boolean allVersions,
Holder<CmisExtensionType> extension) |
void |
DMMultiFilingServicePort.addObjectToFolder(String repositoryId,
String objectId,
String folderId,
Boolean allVersions,
Holder<CmisExtensionType> extension)
Adds an existing non-folder, fileable object to a folder.
|
void |
PolicyServicePort.applyPolicy(String repositoryId,
String policyId,
String objectId,
Holder<CmisExtensionType> extension) |
void |
DMPolicyServicePort.applyPolicy(String repositoryId,
String policyId,
String objectId,
Holder<CmisExtensionType> extension)
Applies a policy object to a target object.
|
void |
DMVersioningServicePort.cancelCheckOut(String repositoryId,
String objectId,
Holder<CmisExtensionType> extension)
Reverses the effect of a check-out.
|
void |
VersioningServicePort.cancelCheckOut(String repositoryId,
String objectId,
Holder<CmisExtensionType> extension) |
void |
DMVersioningServicePort.checkIn(String repositoryId,
Holder<String> objectId,
Boolean major,
CmisPropertiesType properties,
CmisContentStreamType contentStream,
String checkinComment,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension)
Makes the private working copy the current version of the document.
|
void |
VersioningServicePort.checkIn(String repositoryId,
Holder<String> objectId,
Boolean major,
CmisPropertiesType properties,
CmisContentStreamType contentStream,
String checkinComment,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension) |
void |
DMVersioningServicePort.checkOut(String repositoryId,
Holder<String> objectId,
Holder<CmisExtensionType> extension,
Holder<Boolean> contentCopied)
Create a private working copy of the object, copies the metadata and optionally content.
|
void |
VersioningServicePort.checkOut(String repositoryId,
Holder<String> objectId,
Holder<CmisExtensionType> extension,
Holder<Boolean> contentCopied) |
void |
DMObjectServicePort.createDocument(String repositoryId,
CmisPropertiesType properties,
String folderId,
CmisContentStreamType contentStream,
EnumVersioningState versioningState,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId)
Creates a document object of the specified type, and optionally adds the document to a folder
|
void |
ObjectServicePort.createDocument(String repositoryId,
CmisPropertiesType properties,
String folderId,
CmisContentStreamType contentStream,
EnumVersioningState versioningState,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId) |
void |
DMObjectServicePort.createDocumentFromSource(String repositoryId,
String sourceId,
CmisPropertiesType properties,
String folderId,
EnumVersioningState versioningState,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId)
Creates a document object as a copy of the given source document in the specified location
|
void |
ObjectServicePort.createDocumentFromSource(String repositoryId,
String sourceId,
CmisPropertiesType properties,
String folderId,
EnumVersioningState versioningState,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId) |
void |
DMObjectServicePort.createFolder(String repositoryId,
CmisPropertiesType properties,
String folderId,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId)
Creates a folder object of the specified type.
|
void |
ObjectServicePort.createFolder(String repositoryId,
CmisPropertiesType properties,
String folderId,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId) |
void |
DMObjectServicePort.createPolicy(String repositoryId,
CmisPropertiesType properties,
String folderId,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId)
Creates a policy object of the specified type, and optionally adds the policy to a folder.
|
void |
ObjectServicePort.createPolicy(String repositoryId,
CmisPropertiesType properties,
String folderId,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId) |
void |
DMObjectServicePort.createRelationship(String repositoryId,
CmisPropertiesType properties,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId)
Creates a relationship object of the specified type.
|
void |
ObjectServicePort.createRelationship(String repositoryId,
CmisPropertiesType properties,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId) |
void |
DMObjectServicePort.deleteContentStream(String repositoryId,
Holder<String> objectId,
Holder<String> changeToken,
Holder<CmisExtensionType> extension)
Deletes the content-stream of the specified document.
|
void |
ObjectServicePort.deleteContentStream(String repositoryId,
Holder<String> objectId,
Holder<String> changeToken,
Holder<CmisExtensionType> extension) |
void |
DMObjectServicePort.deleteObject(String repositoryId,
String objectId,
Boolean allVersions,
Holder<CmisExtensionType> extension)
Deletes specified object.
|
void |
ObjectServicePort.deleteObject(String repositoryId,
String objectId,
Boolean allVersions,
Holder<CmisExtensionType> extension) |
void |
DMObjectServicePort.moveObject(String repositoryId,
Holder<String> objectId,
String targetFolderId,
String sourceFolderId,
Holder<CmisExtensionType> extension)
Moves the specified filed object from one folder to another
|
void |
ObjectServicePort.moveObject(String repositoryId,
Holder<String> objectId,
String targetFolderId,
String sourceFolderId,
Holder<CmisExtensionType> extension) |
void |
MultiFilingServicePort.removeObjectFromFolder(String repositoryId,
String objectId,
String folderId,
Holder<CmisExtensionType> extension) |
void |
DMMultiFilingServicePort.removeObjectFromFolder(String repositoryId,
String objectId,
String folderId,
Holder<CmisExtensionType> extension)
Removes a non-folder child object from a folder or from all folders.
|
void |
PolicyServicePort.removePolicy(String repositoryId,
String policyId,
String objectId,
Holder<CmisExtensionType> extension) |
void |
DMPolicyServicePort.removePolicy(String repositoryId,
String policyId,
String objectId,
Holder<CmisExtensionType> extension)
Removes a previously applied policy from a target object.
|
void |
DMObjectServicePort.setContentStream(String repositoryId,
Holder<String> objectId,
Boolean overwriteFlag,
Holder<String> changeToken,
CmisContentStreamType contentStream,
Holder<CmisExtensionType> extension)
Sets (creates or replaces) the content-stream for the specified document object.
|
void |
ObjectServicePort.setContentStream(String repositoryId,
Holder<String> objectId,
Boolean overwriteFlag,
Holder<String> changeToken,
CmisContentStreamType contentStream,
Holder<CmisExtensionType> extension) |
void |
RemoveObjectFromFolderResponse.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
GetObject.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
UpdatePropertiesResponse.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
GetContentChanges.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
DeleteTree.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
CreateFolderResponse.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
GetProperties.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
CreatePolicy.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
GetFolderParent.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
GetRepositories.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
CreateRelationshipResponse.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
CreateRelationship.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
GetTypeChildren.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
MoveObjectResponse.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
MoveObject.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
CreateDocumentFromSourceResponse.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
RemoveObjectFromFolder.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
CreateDocument.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
SetContentStreamResponse.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
CheckOut.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
GetObjectOfLatestVersion.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
SetContentStream.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
GetDescendants.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
ApplyACL.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
GetContentStream.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
CreatePolicyResponse.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
CancelCheckOut.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
GetCheckedOutDocs.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
UpdateProperties.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
ApplyPolicy.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
GetObjectByPath.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
GetFolderTree.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
CreateDocumentResponse.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
DeleteContentStreamResponse.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
AddObjectToFolder.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
GetTypeDefinition.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
RemovePolicy.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
GetObjectRelationships.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
Query.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
DeleteContentStream.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
GetAllVersions.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
ApplyPolicyResponse.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
CheckIn.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
AddObjectToFolderResponse.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
CheckOutResponse.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
DeleteObject.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
GetACL.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
DeleteObjectResponse.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
GetPropertiesOfLatestVersion.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
RemovePolicyResponse.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
CreateFolder.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
CancelCheckOutResponse.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
GetAllowableActions.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
GetChildren.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
CheckInResponse.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
GetTypeDescendants.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
CreateDocumentFromSource.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
GetObjectParents.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
GetRepositoryInfo.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
GetRenditions.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
GetAppliedPolicies.setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.
|
void |
DMObjectServicePort.updateProperties(String repositoryId,
Holder<String> objectId,
Holder<String> changeToken,
CmisPropertiesType properties,
Holder<CmisExtensionType> extension)
Updates properties of the specified object.
|
void |
ObjectServicePort.updateProperties(String repositoryId,
Holder<String> objectId,
Holder<String> changeToken,
CmisPropertiesType properties,
Holder<CmisExtensionType> extension) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.