|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CmisExtensionType | |
---|---|
org.apache.chemistry.opencmis.commons.impl | |
org.apache.chemistry.opencmis.commons.impl.jaxb | |
org.apache.chemistry.opencmis.server.impl.webservices |
Uses of CmisExtensionType in org.apache.chemistry.opencmis.commons.impl |
---|
Methods in org.apache.chemistry.opencmis.commons.impl that return CmisExtensionType | |
---|---|
static CmisExtensionType |
Converter.convert(ExtensionsData extension)
Converts a binding extension into a Web Services extension. |
Methods in org.apache.chemistry.opencmis.commons.impl that return types with arguments of type CmisExtensionType | |
---|---|
static javax.xml.ws.Holder<CmisExtensionType> |
Converter.convertExtensionHolder(ExtensionsData extension)
Converts a binding extension into a Web Services extension holder. |
Methods in org.apache.chemistry.opencmis.commons.impl with parameters of type CmisExtensionType | |
---|---|
static ExtensionsData |
Converter.convert(CmisExtensionType extension)
Converts an extension object. |
Method parameters in org.apache.chemistry.opencmis.commons.impl with type arguments of type CmisExtensionType | |
---|---|
static ExtensionsData |
Converter.convertExtensionHolder(javax.xml.ws.Holder<CmisExtensionType> extension)
Converts a Web Services extension extension into a binding holder. |
static void |
Converter.setExtensionValues(ExtensionsData source,
javax.xml.ws.Holder<CmisExtensionType> target)
Copies a holder value. |
static void |
Converter.setExtensionValues(javax.xml.ws.Holder<CmisExtensionType> source,
ExtensionsData target)
Copies a holder value. |
Uses of CmisExtensionType in org.apache.chemistry.opencmis.commons.impl.jaxb |
---|
Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return CmisExtensionType | |
---|---|
CmisExtensionType |
ObjectFactory.createCmisExtensionType()
Create an instance of CmisExtensionType |
Method parameters in org.apache.chemistry.opencmis.commons.impl.jaxb with type arguments of type CmisExtensionType | |
---|---|
void |
MultiFilingServicePort.addObjectToFolder(String repositoryId,
String objectId,
String folderId,
Boolean allVersions,
javax.xml.ws.Holder<CmisExtensionType> extension)
|
void |
PolicyServicePort.applyPolicy(String repositoryId,
String policyId,
String objectId,
javax.xml.ws.Holder<CmisExtensionType> extension)
|
void |
VersioningServicePort.cancelCheckOut(String repositoryId,
String objectId,
javax.xml.ws.Holder<CmisExtensionType> extension)
|
void |
VersioningServicePort.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)
|
void |
VersioningServicePort.checkOut(String repositoryId,
javax.xml.ws.Holder<String> objectId,
javax.xml.ws.Holder<CmisExtensionType> extension,
javax.xml.ws.Holder<Boolean> contentCopied)
|
void |
ObjectServicePort.createDocument(String repositoryId,
CmisPropertiesType properties,
String folderId,
CmisContentStreamType contentStream,
EnumVersioningState versioningState,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
javax.xml.ws.Holder<CmisExtensionType> extension,
javax.xml.ws.Holder<String> objectId)
|
void |
ObjectServicePort.createDocumentFromSource(String repositoryId,
String sourceId,
CmisPropertiesType properties,
String folderId,
EnumVersioningState versioningState,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
javax.xml.ws.Holder<CmisExtensionType> extension,
javax.xml.ws.Holder<String> objectId)
|
void |
ObjectServicePort.createFolder(String repositoryId,
CmisPropertiesType properties,
String folderId,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
javax.xml.ws.Holder<CmisExtensionType> extension,
javax.xml.ws.Holder<String> objectId)
|
void |
ObjectServicePort.createPolicy(String repositoryId,
CmisPropertiesType properties,
String folderId,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
javax.xml.ws.Holder<CmisExtensionType> extension,
javax.xml.ws.Holder<String> objectId)
|
void |
ObjectServicePort.createRelationship(String repositoryId,
CmisPropertiesType properties,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
javax.xml.ws.Holder<CmisExtensionType> extension,
javax.xml.ws.Holder<String> objectId)
|
void |
ObjectServicePort.deleteContentStream(String repositoryId,
javax.xml.ws.Holder<String> objectId,
javax.xml.ws.Holder<String> changeToken,
javax.xml.ws.Holder<CmisExtensionType> extension)
|
void |
ObjectServicePort.deleteObject(String repositoryId,
String objectId,
Boolean allVersions,
javax.xml.ws.Holder<CmisExtensionType> extension)
|
void |
ObjectServicePort.moveObject(String repositoryId,
javax.xml.ws.Holder<String> objectId,
String targetFolderId,
String sourceFolderId,
javax.xml.ws.Holder<CmisExtensionType> extension)
|
void |
MultiFilingServicePort.removeObjectFromFolder(String repositoryId,
String objectId,
String folderId,
javax.xml.ws.Holder<CmisExtensionType> extension)
|
void |
PolicyServicePort.removePolicy(String repositoryId,
String policyId,
String objectId,
javax.xml.ws.Holder<CmisExtensionType> extension)
|
void |
ObjectServicePort.setContentStream(String repositoryId,
javax.xml.ws.Holder<String> objectId,
Boolean overwriteFlag,
javax.xml.ws.Holder<String> changeToken,
CmisContentStreamType contentStream,
javax.xml.ws.Holder<CmisExtensionType> extension)
|
void |
UpdatePropertiesResponse.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
UpdateProperties.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
SetContentStreamResponse.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
SetContentStream.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
RemovePolicyResponse.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
RemovePolicy.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
RemoveObjectFromFolderResponse.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
RemoveObjectFromFolder.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
Query.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
MoveObjectResponse.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
MoveObject.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
GetTypeDescendants.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
GetTypeDefinition.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
GetTypeChildren.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
GetRepositoryInfo.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
GetRepositories.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
GetRenditions.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
GetPropertiesOfLatestVersion.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
GetProperties.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
GetObjectRelationships.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
GetObjectParents.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
GetObjectOfLatestVersion.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
GetObjectByPath.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
GetObject.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
GetFolderTree.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
GetFolderParent.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
GetDescendants.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
GetContentStream.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
GetContentChanges.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
GetChildren.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
GetCheckedOutDocs.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
GetAppliedPolicies.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
GetAllowableActions.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
GetAllVersions.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
GetACL.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
DeleteTree.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
DeleteObjectResponse.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
DeleteObject.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
DeleteContentStreamResponse.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
DeleteContentStream.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
CreateRelationshipResponse.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
CreateRelationship.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
CreatePolicyResponse.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
CreatePolicy.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
CreateFolderResponse.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
CreateFolder.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
CreateDocumentResponse.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
CreateDocumentFromSourceResponse.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
CreateDocumentFromSource.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
CreateDocument.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
CheckOutResponse.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
CheckOut.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
CheckInResponse.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
CheckIn.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
CancelCheckOutResponse.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
CancelCheckOut.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
ApplyPolicyResponse.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
ApplyPolicy.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
ApplyACL.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
AddObjectToFolderResponse.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
AddObjectToFolder.setExtension(javax.xml.bind.JAXBElement<CmisExtensionType> value)
Sets the value of the extension property. |
void |
ObjectServicePort.updateProperties(String repositoryId,
javax.xml.ws.Holder<String> objectId,
javax.xml.ws.Holder<String> changeToken,
CmisPropertiesType properties,
javax.xml.ws.Holder<CmisExtensionType> extension)
|
Uses of CmisExtensionType in org.apache.chemistry.opencmis.server.impl.webservices |
---|
Methods in org.apache.chemistry.opencmis.server.impl.webservices with parameters of type CmisExtensionType | |
---|---|
CmisACLType |
AclService.applyACL(String repositoryId,
String objectId,
CmisAccessControlListType addAces,
CmisAccessControlListType removeAces,
EnumACLPropagation aclPropagation,
CmisExtensionType extension)
|
DeleteTreeResponse.FailedToDelete |
ObjectService.deleteTree(String repositoryId,
String folderId,
Boolean allVersions,
EnumUnfileObject unfileObjects,
Boolean continueOnFailure,
CmisExtensionType extension)
|
CmisACLType |
AclService.getACL(String repositoryId,
String objectId,
Boolean onlyBasicPermissions,
CmisExtensionType extension)
|
CmisAllowableActionsType |
ObjectService.getAllowableActions(String repositoryId,
String objectId,
CmisExtensionType extension)
|
List<CmisObjectType> |
VersioningService.getAllVersions(String repositoryId,
String versionSeriesId,
String filter,
Boolean includeAllowableActions,
CmisExtensionType extension)
|
List<CmisObjectType> |
PolicyService.getAppliedPolicies(String repositoryId,
String objectId,
String filter,
CmisExtensionType extension)
|
CmisObjectListType |
NavigationService.getCheckedOutDocs(String repositoryId,
String folderId,
String filter,
String orderBy,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
|
CmisObjectInFolderListType |
NavigationService.getChildren(String repositoryId,
String folderId,
String filter,
String orderBy,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
|
void |
DiscoveryService.getContentChanges(String repositoryId,
javax.xml.ws.Holder<String> changeLogToken,
Boolean includeProperties,
String filter,
Boolean includePolicyIds,
Boolean includeAcl,
BigInteger maxItems,
CmisExtensionType extension,
javax.xml.ws.Holder<CmisObjectListType> objects)
|
CmisContentStreamType |
ObjectService.getContentStream(String repositoryId,
String objectId,
String streamId,
BigInteger offset,
BigInteger length,
CmisExtensionType extension)
|
List<CmisObjectInFolderContainerType> |
NavigationService.getDescendants(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
CmisExtensionType extension)
|
CmisObjectType |
NavigationService.getFolderParent(String repositoryId,
String folderId,
String filter,
CmisExtensionType extension)
|
List<CmisObjectInFolderContainerType> |
NavigationService.getFolderTree(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
CmisExtensionType extension)
|
CmisObjectType |
ObjectService.getObject(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
CmisExtensionType extension)
|
CmisObjectType |
ObjectService.getObjectByPath(String repositoryId,
String path,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
CmisExtensionType extension)
|
CmisObjectType |
VersioningService.getObjectOfLatestVersion(String repositoryId,
String versionSeriesId,
Boolean major,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
CmisExtensionType extension)
|
List<CmisObjectParentsType> |
NavigationService.getObjectParents(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includeRelativePathSegment,
CmisExtensionType extension)
|
CmisObjectListType |
RelationshipService.getObjectRelationships(String repositoryId,
String objectId,
Boolean includeSubRelationshipTypes,
EnumRelationshipDirection relationshipDirection,
String typeId,
String filter,
Boolean includeAllowableActions,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
|
CmisPropertiesType |
ObjectService.getProperties(String repositoryId,
String objectId,
String filter,
CmisExtensionType extension)
|
CmisPropertiesType |
VersioningService.getPropertiesOfLatestVersion(String repositoryId,
String versionSeriesId,
Boolean major,
String filter,
CmisExtensionType extension)
|
List<CmisRenditionType> |
ObjectService.getRenditions(String repositoryId,
String objectId,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
|
List<CmisRepositoryEntryType> |
RepositoryService.getRepositories(CmisExtensionType extension)
|
CmisRepositoryInfoType |
RepositoryService.getRepositoryInfo(String repositoryId,
CmisExtensionType extension)
|
CmisTypeDefinitionListType |
RepositoryService.getTypeChildren(String repositoryId,
String typeId,
Boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
|
CmisTypeDefinitionType |
RepositoryService.getTypeDefinition(String repositoryId,
String typeId,
CmisExtensionType extension)
|
List<CmisTypeContainer> |
RepositoryService.getTypeDescendants(String repositoryId,
String typeId,
BigInteger depth,
Boolean includePropertyDefinitions,
CmisExtensionType extension)
|
CmisObjectListType |
DiscoveryService.query(String repositoryId,
String statement,
Boolean searchAllVersions,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |