public interface VersioningServicePort
@RequestWrapper(localName="checkOut", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.apache.chemistry.opencmis.commons.impl.jaxb.CheckOut") @ResponseWrapper(localName="checkOutResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.apache.chemistry.opencmis.commons.impl.jaxb.CheckOutResponse") void checkOut(String repositoryId, javax.xml.ws.Holder<String> objectId, javax.xml.ws.Holder<CmisExtensionType> extension, javax.xml.ws.Holder<Boolean> contentCopied) throws CmisException
contentCopied - extension - objectId - repositoryId - CmisException@RequestWrapper(localName="cancelCheckOut", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.apache.chemistry.opencmis.commons.impl.jaxb.CancelCheckOut") @ResponseWrapper(localName="cancelCheckOutResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.apache.chemistry.opencmis.commons.impl.jaxb.CancelCheckOutResponse") void cancelCheckOut(String repositoryId, String objectId, javax.xml.ws.Holder<CmisExtensionType> extension) throws CmisException
extension - objectId - repositoryId - CmisException@RequestWrapper(localName="checkIn", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.apache.chemistry.opencmis.commons.impl.jaxb.CheckIn") @ResponseWrapper(localName="checkInResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.apache.chemistry.opencmis.commons.impl.jaxb.CheckInResponse") void checkIn(String repositoryId, javax.xml.ws.Holder<String> objectId, Boolean major, CmisPropertiesType properties, CmisContentStreamType contentStream, String checkinComment, List<String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, javax.xml.ws.Holder<CmisExtensionType> extension) throws CmisException
extension - addACEs - checkinComment - objectId - properties - removeACEs - contentStream - repositoryId - policies - major - CmisException@RequestWrapper(localName="getObjectOfLatestVersion", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetObjectOfLatestVersion") @ResponseWrapper(localName="getObjectOfLatestVersionResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetObjectOfLatestVersionResponse") CmisObjectType getObjectOfLatestVersion(String repositoryId, String objectId, Boolean major, String filter, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePolicyIds, Boolean includeACL, CmisExtensionType extension) throws CmisException
extension - includePolicyIds - objectId - includeRelationships - includeAllowableActions - repositoryId - renditionFilter - filter - major - includeACL - CmisException@RequestWrapper(localName="getPropertiesOfLatestVersion", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetPropertiesOfLatestVersion") @ResponseWrapper(localName="getPropertiesOfLatestVersionResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetPropertiesOfLatestVersionResponse") CmisPropertiesType getPropertiesOfLatestVersion(String repositoryId, String objectId, Boolean major, String filter, CmisExtensionType extension) throws CmisException
extension - objectId - repositoryId - filter - major - CmisException@RequestWrapper(localName="getAllVersions", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetAllVersions") @ResponseWrapper(localName="getAllVersionsResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetAllVersionsResponse") List<CmisObjectType> getAllVersions(String repositoryId, String objectId, String filter, Boolean includeAllowableActions, CmisExtensionType extension) throws CmisException
extension - objectId - includeAllowableActions - repositoryId - filter - CmisExceptionCopyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.