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, Holder<String> objectId, Holder<CmisExtensionType> extension, Holder<Boolean> contentCopied) throws CmisException
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, Holder<CmisExtensionType> extension) throws CmisException
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
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
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
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, Holder<String> objectId, Boolean major, CmisPropertiesType properties, CmisContentStreamType contentStream, String checkinComment, List<String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, Holder<CmisExtensionType> extension) throws CmisException
CmisExceptionCopyright © 2009–2017 The Apache Software Foundation. All rights reserved.