public interface ObjectServicePort
@RequestWrapper(localName="getObject", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetObject") @ResponseWrapper(localName="getObjectResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetObjectResponse") CmisObjectType getObject(String repositoryId, String objectId, String filter, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePolicyIds, Boolean includeACL, CmisExtensionType extension) throws CmisException
CmisException@RequestWrapper(localName="getProperties", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetProperties") @ResponseWrapper(localName="getPropertiesResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetPropertiesResponse") CmisPropertiesType getProperties(String repositoryId, String objectId, String filter, CmisExtensionType extension) throws CmisException
CmisException@RequestWrapper(localName="getContentStream", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetContentStream") @ResponseWrapper(localName="getContentStreamResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetContentStreamResponse") CmisContentStreamType getContentStream(String repositoryId, String objectId, String streamId, BigInteger offset, BigInteger length, CmisExtensionType extension) throws CmisException
CmisException@RequestWrapper(localName="getAllowableActions", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetAllowableActions") @ResponseWrapper(localName="getAllowableActionsResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetAllowableActionsResponse") CmisAllowableActionsType getAllowableActions(String repositoryId, String objectId, CmisExtensionType extension) throws CmisException
CmisException@RequestWrapper(localName="deleteContentStream", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.DeleteContentStream") @ResponseWrapper(localName="deleteContentStreamResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.DeleteContentStreamResponse") void deleteContentStream(String repositoryId, Holder<String> objectId, Holder<String> changeToken, Holder<CmisExtensionType> extension) throws CmisException
CmisException@RequestWrapper(localName="deleteObject", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.DeleteObject") @ResponseWrapper(localName="deleteObjectResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.DeleteObjectResponse") void deleteObject(String repositoryId, String objectId, Boolean allVersions, Holder<CmisExtensionType> extension) throws CmisException
CmisException@RequestWrapper(localName="createRelationship", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.CreateRelationship") @ResponseWrapper(localName="createRelationshipResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.CreateRelationshipResponse") void createRelationship(String repositoryId, CmisPropertiesType properties, List<String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, Holder<CmisExtensionType> extension, Holder<String> objectId) throws CmisException
CmisException@RequestWrapper(localName="createDocumentFromSource", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.CreateDocumentFromSource") @ResponseWrapper(localName="createDocumentFromSourceResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.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
CmisException@RequestWrapper(localName="updateProperties", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.UpdateProperties") @ResponseWrapper(localName="updatePropertiesResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.UpdatePropertiesResponse") void updateProperties(String repositoryId, Holder<String> objectId, Holder<String> changeToken, CmisPropertiesType properties, Holder<CmisExtensionType> extension) throws CmisException
CmisException@RequestWrapper(localName="moveObject", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.MoveObject") @ResponseWrapper(localName="moveObjectResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.MoveObjectResponse") void moveObject(String repositoryId, Holder<String> objectId, String targetFolderId, String sourceFolderId, Holder<CmisExtensionType> extension) throws CmisException
CmisException@RequestWrapper(localName="createDocument", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.CreateDocument") @ResponseWrapper(localName="createDocumentResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.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
CmisException@RequestWrapper(localName="deleteTree", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.DeleteTree") @ResponseWrapper(localName="deleteTreeResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.DeleteTreeResponse") DeleteTreeResponse.FailedToDelete deleteTree(String repositoryId, String folderId, Boolean allVersions, EnumUnfileObject unfileObjects, Boolean continueOnFailure, CmisExtensionType extension) throws CmisException
CmisException@RequestWrapper(localName="getRenditions", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetRenditions") @ResponseWrapper(localName="getRenditionsResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetRenditionsResponse") List<CmisRenditionType> getRenditions(String repositoryId, String objectId, String renditionFilter, BigInteger maxItems, BigInteger skipCount, CmisExtensionType extension) throws CmisException
CmisException@RequestWrapper(localName="getObjectByPath", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetObjectByPath") @ResponseWrapper(localName="getObjectByPathResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetObjectByPathResponse") CmisObjectType getObjectByPath(String repositoryId, String path, String filter, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePolicyIds, Boolean includeACL, CmisExtensionType extension) throws CmisException
CmisException@RequestWrapper(localName="createFolder", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.CreateFolder") @ResponseWrapper(localName="createFolderResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.CreateFolderResponse") void createFolder(String repositoryId, CmisPropertiesType properties, String folderId, List<String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, Holder<CmisExtensionType> extension, Holder<String> objectId) throws CmisException
CmisException@RequestWrapper(localName="createPolicy", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.CreatePolicy") @ResponseWrapper(localName="createPolicyResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.CreatePolicyResponse") void createPolicy(String repositoryId, CmisPropertiesType properties, String folderId, List<String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, Holder<CmisExtensionType> extension, Holder<String> objectId) throws CmisException
CmisException@RequestWrapper(localName="setContentStream", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.SetContentStream") @ResponseWrapper(localName="setContentStreamResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.SetContentStreamResponse") void setContentStream(String repositoryId, Holder<String> objectId, Boolean overwriteFlag, Holder<String> changeToken, CmisContentStreamType contentStream, Holder<CmisExtensionType> extension) throws CmisException
CmisExceptionCopyright © 2005–2014 Alfresco Software. All rights reserved.