org.xcmis.soap
Interface ObjectServicePort
- All Known Implementing Classes:
- ObjectServicePortImpl
public interface ObjectServicePort
This class was generated by Apache CXF 2.1.4
Tue Jan 25 13:16:06 UTC 2011
Generated source version: 2.1.4
|
Method Summary |
void |
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 |
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 |
createFolder(String repositoryId,
CmisPropertiesType properties,
String folderId,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId)
|
void |
createPolicy(String repositoryId,
CmisPropertiesType properties,
String folderId,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId)
|
void |
createRelationship(String repositoryId,
CmisPropertiesType properties,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId)
|
void |
deleteContentStream(String repositoryId,
Holder<String> objectId,
Holder<String> changeToken,
Holder<CmisExtensionType> extension)
|
CmisExtensionType |
deleteObject(String repositoryId,
String objectId,
Boolean allVersions,
CmisExtensionType extension)
|
DeleteTreeResponse.FailedToDelete |
deleteTree(String repositoryId,
String folderId,
Boolean allVersions,
EnumUnfileObject unfileObjects,
Boolean continueOnFailure,
CmisExtensionType extension)
|
CmisAllowableActionsType |
getAllowableActions(String repositoryId,
String objectId,
CmisExtensionType extension)
|
CmisContentStreamType |
getContentStream(String repositoryId,
String objectId,
String streamId,
BigInteger offset,
BigInteger length,
CmisExtensionType extension)
|
CmisObjectType |
getObject(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeACL,
CmisExtensionType extension)
|
CmisObjectType |
getObjectByPath(String repositoryId,
String path,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeACL,
CmisExtensionType extension)
|
CmisPropertiesType |
getProperties(String repositoryId,
String objectId,
String filter,
CmisExtensionType extension)
|
List<CmisRenditionType> |
getRenditions(String repositoryId,
String objectId,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
|
void |
moveObject(String repositoryId,
Holder<String> objectId,
String targetFolderId,
String sourceFolderId,
Holder<CmisExtensionType> extension)
|
void |
setContentStream(String repositoryId,
Holder<String> objectId,
Boolean overwriteFlag,
Holder<String> changeToken,
CmisContentStreamType contentStream,
Holder<CmisExtensionType> extension)
|
void |
updateProperties(String repositoryId,
Holder<String> objectId,
Holder<String> changeToken,
CmisPropertiesType properties,
Holder<CmisExtensionType> extension)
|
getObject
@RequestWrapper(localName="getObject",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.GetObject")
@ResponseWrapper(localName="getObjectResponse",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.GetObjectResponse")
CmisObjectType getObject(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeACL,
CmisExtensionType extension)
throws CmisException
- Throws:
CmisException
getProperties
@RequestWrapper(localName="getProperties",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.GetProperties")
@ResponseWrapper(localName="getPropertiesResponse",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.GetPropertiesResponse")
CmisPropertiesType getProperties(String repositoryId,
String objectId,
String filter,
CmisExtensionType extension)
throws CmisException
- Throws:
CmisException
getContentStream
@RequestWrapper(localName="getContentStream",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.GetContentStream")
@ResponseWrapper(localName="getContentStreamResponse",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.GetContentStreamResponse")
CmisContentStreamType getContentStream(String repositoryId,
String objectId,
String streamId,
BigInteger offset,
BigInteger length,
CmisExtensionType extension)
throws CmisException
- Throws:
CmisException
getAllowableActions
@RequestWrapper(localName="getAllowableActions",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.GetAllowableActions")
@ResponseWrapper(localName="getAllowableActionsResponse",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.GetAllowableActionsResponse")
CmisAllowableActionsType getAllowableActions(String repositoryId,
String objectId,
CmisExtensionType extension)
throws CmisException
- Throws:
CmisException
deleteContentStream
@RequestWrapper(localName="deleteContentStream",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.DeleteContentStream")
@ResponseWrapper(localName="deleteContentStreamResponse",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.DeleteContentStreamResponse")
void deleteContentStream(String repositoryId,
Holder<String> objectId,
Holder<String> changeToken,
Holder<CmisExtensionType> extension)
throws CmisException
- Throws:
CmisException
deleteObject
@RequestWrapper(localName="deleteObject",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.DeleteObject")
@ResponseWrapper(localName="deleteObjectResponse",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.DeleteObjectResponse")
CmisExtensionType deleteObject(String repositoryId,
String objectId,
Boolean allVersions,
CmisExtensionType extension)
throws CmisException
- Throws:
CmisException
createRelationship
@RequestWrapper(localName="createRelationship",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.CreateRelationship")
@ResponseWrapper(localName="createRelationshipResponse",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.CreateRelationshipResponse")
void createRelationship(String repositoryId,
CmisPropertiesType properties,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId)
throws CmisException
- Throws:
CmisException
createDocumentFromSource
@RequestWrapper(localName="createDocumentFromSource",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.CreateDocumentFromSource")
@ResponseWrapper(localName="createDocumentFromSourceResponse",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.CreateDocumentFromSourceResponse")
void createDocumentFromSource(String repositoryId,
String sourceId,
CmisPropertiesType properties,
String folderId,
EnumVersioningState versioningState,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId)
throws CmisException
- Throws:
CmisException
updateProperties
@RequestWrapper(localName="updateProperties",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.UpdateProperties")
@ResponseWrapper(localName="updatePropertiesResponse",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.UpdatePropertiesResponse")
void updateProperties(String repositoryId,
Holder<String> objectId,
Holder<String> changeToken,
CmisPropertiesType properties,
Holder<CmisExtensionType> extension)
throws CmisException
- Throws:
CmisException
moveObject
@RequestWrapper(localName="moveObject",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.MoveObject")
@ResponseWrapper(localName="moveObjectResponse",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.MoveObjectResponse")
void moveObject(String repositoryId,
Holder<String> objectId,
String targetFolderId,
String sourceFolderId,
Holder<CmisExtensionType> extension)
throws CmisException
- Throws:
CmisException
createDocument
@RequestWrapper(localName="createDocument",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.CreateDocument")
@ResponseWrapper(localName="createDocumentResponse",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.CreateDocumentResponse")
void createDocument(String repositoryId,
CmisPropertiesType properties,
String folderId,
CmisContentStreamType contentStream,
EnumVersioningState versioningState,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId)
throws CmisException
- Throws:
CmisException
deleteTree
@RequestWrapper(localName="deleteTree",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.DeleteTree")
@ResponseWrapper(localName="deleteTreeResponse",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.DeleteTreeResponse")
DeleteTreeResponse.FailedToDelete deleteTree(String repositoryId,
String folderId,
Boolean allVersions,
EnumUnfileObject unfileObjects,
Boolean continueOnFailure,
CmisExtensionType extension)
throws CmisException
- Throws:
CmisException
getRenditions
@RequestWrapper(localName="getRenditions",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.GetRenditions")
@ResponseWrapper(localName="getRenditionsResponse",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.GetRenditionsResponse")
List<CmisRenditionType> getRenditions(String repositoryId,
String objectId,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
throws CmisException
- Throws:
CmisException
getObjectByPath
@RequestWrapper(localName="getObjectByPath",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.GetObjectByPath")
@ResponseWrapper(localName="getObjectByPathResponse",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.GetObjectByPathResponse")
CmisObjectType getObjectByPath(String repositoryId,
String path,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeACL,
CmisExtensionType extension)
throws CmisException
- Throws:
CmisException
createFolder
@RequestWrapper(localName="createFolder",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.CreateFolder")
@ResponseWrapper(localName="createFolderResponse",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.CreateFolderResponse")
void createFolder(String repositoryId,
CmisPropertiesType properties,
String folderId,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId)
throws CmisException
- Throws:
CmisException
createPolicy
@RequestWrapper(localName="createPolicy",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.CreatePolicy")
@ResponseWrapper(localName="createPolicyResponse",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.CreatePolicyResponse")
void createPolicy(String repositoryId,
CmisPropertiesType properties,
String folderId,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId)
throws CmisException
- Throws:
CmisException
setContentStream
@RequestWrapper(localName="setContentStream",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.SetContentStream")
@ResponseWrapper(localName="setContentStreamResponse",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.xcmis.messaging.SetContentStreamResponse")
void setContentStream(String repositoryId,
Holder<String> objectId,
Boolean overwriteFlag,
Holder<String> changeToken,
CmisContentStreamType contentStream,
Holder<CmisExtensionType> extension)
throws CmisException
- Throws:
CmisException
Copyright © 2011 eXo Platform SAS. All Rights Reserved.