| 组织ID: |
org.apache.chemistry.opencmis |
| 项目ID: |
chemistry-opencmis-commons-impl |
| 版本: |
1.0.0 |
| 最后修改时间: |
2018-08-02 17:21:50 |
| 包类型: |
jar |
| 标题: |
OpenCMIS Commons Implementation |
| 大小: |
645.73KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.apache.chemistry.opencmis</groupId>
<artifactId>chemistry-opencmis-commons-impl</artifactId>
<version>1.0.0</version>
</dependency>
|
| Gradle引入代码: |
org.apache.chemistry.opencmis:chemistry-opencmis-commons-impl:1.0.0
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.chemistry.opencmis</groupId>
<artifactId>chemistry-opencmis</artifactId>
<version>1.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>chemistry-opencmis-commons-impl</artifactId>
<name>OpenCMIS Commons Implementation</name>
<packaging>jar</packaging>
<properties>
<parentBasedir>../../</parentBasedir>
</properties>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>chemistry-opencmis-commons-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>woodstox-core-asl</artifactId>
<version>${woodstox.version}</version>
<exclusions>
<exclusion> <!-- included in Java 6 and above -->
<groupId>javax.xml.stream</groupId>
<artifactId>stax-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Test -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>${log4j.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.8</version>
<executions>
<execution>
<id>add-source</id>
<phase>generate-sources</phase>
<goals>
<goal>add-source</goal>
</goals>
<configuration>
<sources>
<source>./target/generated</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-codegen-plugin</artifactId>
<version>${cxf.version}</version>
<executions>
<execution>
<id>generate-sources</id>
<phase>generate-sources</phase>
<goals>
<goal>wsdl2java</goal>
</goals>
<configuration>
<sourceRoot>${project.basedir}/target/generated</sourceRoot>
<wsdlOptions>
<wsdlOption>
<wsdl>${project.basedir}/src/main/resources/wsdl/cmis11/CMISWS-Service.wsdl</wsdl>
<extraargs>
<extraarg>-verbose</extraarg>
<extraarg>-p</extraarg>
<extraarg>org.apache.chemistry.opencmis.commons.impl.jaxb</extraarg>
</extraargs>
</wsdlOption>
</wsdlOptions>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${felix.plugin.version}</version>
<extensions>true</extensions>
<executions>
<execution>
<id>bundle-manifest</id>
<phase>process-classes</phase>
<goals>
<goal>manifest</goal>
</goals>
</execution>
</executions>
<configuration>
<instructions>
<Export-Package>
org.apache.chemistry.opencmis.commons.impl.*;version=${project.version}
</Export-Package>
<Import-Package>
org.apache.chemistry.opencmis.commons.*,
*
</Import-Package>
<Bundle-DocURL>${project.url}</Bundle-DocURL>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/mime.types
org.apache.chemistry.opencmis.commons.impl.XMLConverter$27.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$10.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$22.class
org.apache.chemistry.opencmis.commons.impl.endpoints.CmisEndpointsDocumentImpl$1.class
org.apache.chemistry.opencmis.commons.impl.endpoints.CmisAuthenticationImpl.class
org.apache.chemistry.opencmis.commons.impl.endpoints.CmisEndpointImpl.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$5.class
org.apache.chemistry.opencmis.commons.impl.json.JSONStreamAware.class
org.apache.chemistry.opencmis.commons.impl.json.parser.JSONParser.class
org.apache.chemistry.opencmis.commons.impl.json.parser.Yylex.class
org.apache.chemistry.opencmis.commons.impl.MimeHelper.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$32.class
org.apache.chemistry.opencmis.commons.impl.XMLConstraints.class
org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory.class
org.apache.chemistry.opencmis.commons.impl.server.AbstractCmisService.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetDescendants.class
org.apache.chemistry.opencmis.commons.impl.jaxb.EnumCapabilityJoin.class
org.apache.chemistry.opencmis.commons.impl.jaxb.MultiFilingServicePort.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisPropertyString.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetObjectParentsResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetAllVersionsResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetAppliedPoliciesResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.QueryResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetTypeDescendantsResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.VersioningService.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetObjectByPathResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisExtensionFeatureType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisPropertyUri.class
org.apache.chemistry.opencmis.commons.impl.jaxb.PolicyService.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetAllowableActionsResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.UpdateType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.ACLServicePort.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisPropertyInteger.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisChoiceInteger.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CreatePolicy.class
org.apache.chemistry.opencmis.commons.impl.jaxb.RemovePolicy.class
org.apache.chemistry.opencmis.commons.impl.jaxb.NavigationServicePort.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetACLResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisPermissionDefinition.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CreateItem.class
org.apache.chemistry.opencmis.commons.impl.jaxb.DeleteObjectResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetChildren.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetRepositoryInfo.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisTypeItemDefinitionType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.NavigationService.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CancelCheckOut.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisTypeMutabilityCapabilitiesType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.EnumTypeOfChanges.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisACLType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.ACLService.class
org.apache.chemistry.opencmis.commons.impl.jaxb.EnumRelationshipDirection.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisChangeEventType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisChoiceHtml.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetRepositoryInfoResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CreateType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisTypeDefinitionListType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetObjectParents.class
org.apache.chemistry.opencmis.commons.impl.jaxb.DiscoveryService.class
org.apache.chemistry.opencmis.commons.impl.jaxb.DiscoveryServicePort.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisContentStreamType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisPropertyHtmlDefinitionType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetObjectByPath.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetAllVersions.class
org.apache.chemistry.opencmis.commons.impl.jaxb.ApplyPolicyResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.EnumBaseObjectTypeIds.class
org.apache.chemistry.opencmis.commons.impl.jaxb.EnumSupportedPermissions.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisACLCapabilityType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.EnumCapabilityOrderBy.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisTypeDocumentDefinitionType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisPermissionMapping.class
org.apache.chemistry.opencmis.commons.impl.jaxb.EnumRenditionKind.class
org.apache.chemistry.opencmis.commons.impl.IOUtils$3.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.ContentStreamImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertyDecimalImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.PermissionDefinitionDataImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.ChoiceImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.RepositoryCapabilitiesImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.RelationshipTypeDefinitionImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertyIdImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.TypeDefinitionListImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.RepositoryInfoImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.TypeDefinitionContainerImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.SecondaryTypeDefinitionImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractPropertyData.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$25.class
org.apache.chemistry.opencmis.commons.impl.IOUtils$4.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$7.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$35.class
org.apache.chemistry.opencmis.commons.impl.MimeHelper$ParseException.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$11.class
org.apache.chemistry.opencmis.commons.impl.IOUtils$5.class
org.apache.chemistry.opencmis.commons.impl.CmisEnumHelper.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$3.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter.class
wsdl/cmis11/CMIS-Core.xsd
org.apache.chemistry.opencmis.commons.impl.IOUtils$1.class
org.apache.chemistry.opencmis.commons.impl.Base64$InputStream.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisPropertiesType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisExtensionFeatureKeyValuePair.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CreateDocumentFromSource.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisPropertyBoolean.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetDescendantsResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisExtensionType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisPropertyIdDefinitionType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetTypeChildren.class
org.apache.chemistry.opencmis.commons.impl.jaxb.RemoveObjectFromFolderResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.EnumServiceException.class
org.apache.chemistry.opencmis.commons.impl.jaxb.EnumPropertiesFolder.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetContentChangesResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.EnumCapabilityChanges.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetAllowableActions.class
org.apache.chemistry.opencmis.commons.impl.jaxb.ObjectService.class
org.apache.chemistry.opencmis.commons.impl.jaxb.ObjectFactory.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.ExtensionFeatureImpl.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$36.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$19.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$2.class
org.apache.chemistry.opencmis.commons.impl.ReturnVersion.class
org.apache.chemistry.opencmis.commons.impl.IOUtils$2.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$1.class
org.apache.chemistry.opencmis.commons.impl.IOUtils$SkipHeaderLineHandler.class
org.apache.chemistry.opencmis.commons.impl.ClassLoaderUtil.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$4.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$30.class
META-INF/maven/org.apache.chemistry.opencmis/chemistry-opencmis-commons-impl/pom.properties
META-INF/NOTICE
wsdl/cmis10/CMIS-Messaging.xsd
org.apache.chemistry.opencmis.commons.impl.IOUtils$6.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$33.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$24.class
org.apache.chemistry.opencmis.commons.impl.JSONConstants.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetContentStreamResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CreatePolicyResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CheckOut.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisChoiceBoolean.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CreateDocumentResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetObjectOfLatestVersionResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.RepositoryService.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectListType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.DeleteContentStreamResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisAllowableActionsType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.EnumVersioningState.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetFolderTreeResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisTypePolicyDefinitionType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.DeleteTypeResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisChoiceDecimal.class
org.apache.chemistry.opencmis.commons.impl.jaxb.UpdatePropertiesResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.UpdateProperties.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectType.class
org.apache.chemistry.opencmis.commons.impl.WSConverter$1.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertyUriImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.FolderTypeDefinitionImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.ChangeEventInfoDataImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.BulkUpdateImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.AccessControlPrincipalDataImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertyStringImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.TypeMutabilityImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.ObjectInFolderDataImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractTypeDefinition.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.ObjectInFolderListImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertyIdDefinitionImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.ContentStreamHashImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.AccessControlEntryImpl.class
org.apache.chemistry.opencmis.commons.impl.JSONConverter$1.class
org.apache.chemistry.opencmis.commons.impl.MimeTypes.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$23.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$31.class
org.apache.chemistry.opencmis.commons.impl.StringListBuilder.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$16.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$8.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$13.class
META-INF/maven/org.apache.chemistry.opencmis/chemistry-opencmis-commons-impl/pom.xml
META-INF/DEPENDENCIES
wsdl/cmis10/CMIS-Core.xsd
org.apache.chemistry.opencmis.commons.impl.XMLConverter$29.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$34.class
org.apache.chemistry.opencmis.commons.impl.endpoints.CmisEndpointsDocumentHelper.class
org.apache.chemistry.opencmis.commons.impl.endpoints.CmisEndpointsDocumentImpl.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$17.class
org.apache.chemistry.opencmis.commons.impl.json.JSONAware.class
org.apache.chemistry.opencmis.commons.impl.json.JSONObject.class
org.apache.chemistry.opencmis.commons.impl.json.parser.JSONParseException.class
org.apache.chemistry.opencmis.commons.impl.json.parser.ContentHandler.class
org.apache.chemistry.opencmis.commons.impl.json.parser.ContainerFactory.class
org.apache.chemistry.opencmis.commons.impl.json.parser.Yytoken.class
org.apache.chemistry.opencmis.commons.impl.json.JSONArray.class
org.apache.chemistry.opencmis.commons.impl.json.JSONValue.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$PropertyStringXMLWalker.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$ChoiceXMLWalker.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$21.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$28.class
org.apache.chemistry.opencmis.commons.impl.Base64$OutputStream.class
org.apache.chemistry.opencmis.commons.impl.Constants.class
org.apache.chemistry.opencmis.commons.impl.server.LinkInfoImpl.class
org.apache.chemistry.opencmis.commons.impl.server.RenditionInfoImpl.class
org.apache.chemistry.opencmis.commons.impl.server.AbstractCmisService$1.class
org.apache.chemistry.opencmis.commons.impl.CollectionsHelper.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetPropertiesResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisPropertyDecimalDefinitionType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CreateTypeResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.DeleteType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetProperties.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisPropertyUriDefinitionType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetChildrenResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectInFolderType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetFolderParentResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisTypeRelationshipDefinitionType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.AddObjectToFolder.class
org.apache.chemistry.opencmis.commons.impl.jaxb.EnumIncludeRelationships.class
org.apache.chemistry.opencmis.commons.impl.jaxb.EnumUnfileObject.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetTypeDefinitionResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetAppliedPolicies.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisListOfIdsType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectIdAndChangeTokenType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.EnumCapabilityRendition.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisPropertyIntegerDefinitionType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.BulkUpdateProperties.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CheckIn.class
org.apache.chemistry.opencmis.commons.impl.jaxb.UpdateTypeResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.ApplyACL.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisPropertyDecimal.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisChoiceDateTime.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisAccessControlEntryType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetObject.class
org.apache.chemistry.opencmis.commons.impl.jaxb.EnumContentStreamAllowed.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetFolderParent.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisPropertyHtml.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisProperty.class
org.apache.chemistry.opencmis.commons.impl.jaxb.Query.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetRepositories.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectParentsType.class
org.apache.chemistry.opencmis.commons.impl.XMLConstants.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.FailedToDeleteDataImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertyDateTimeDefinitionImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.CreatablePropertyTypesImpl.class
wsdl/cmis11/CMISWS-Service.wsdl
org.apache.chemistry.opencmis.commons.impl.XMLConverter$6.class
org.apache.chemistry.opencmis.commons.impl.Base64.class
org.apache.chemistry.opencmis.commons.impl.jaxb.ApplyACLResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetRenditionsResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.EnumCapabilityACL.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetObjectRelationshipsResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.EnumAllowableActionsKey.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisChoiceUri.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CreateRelationshipResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectInFolderContainerType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.DeleteObject.class
org.apache.chemistry.opencmis.commons.impl.jaxb.ObjectServicePort.class
org.apache.chemistry.opencmis.commons.impl.jaxb.EnumPropertiesRelationship.class
org.apache.chemistry.opencmis.commons.impl.jaxb.EnumBasicPermissions.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetFolderTree.class
org.apache.chemistry.opencmis.commons.impl.jaxb.AddObjectToFolderResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetObjectRelationships.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetObjectResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisException.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$14.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.ObjectDataImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertiesImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.QueryTypeImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.ItemTypeDefinitionImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.AllowableActionsImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.PartialContentStreamImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.ExtensionDataImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.RepositoryInfoBrowserBindingImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.PolicyIdListImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.CmisExtensionElementImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertyDateTimeImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractPropertyDefinition.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.DocumentTypeDefinitionImpl.class
org.apache.chemistry.opencmis.commons.impl.DateTimeHelper.class
org.apache.chemistry.opencmis.commons.impl.IOUtils.class
org.apache.chemistry.opencmis.commons.impl.IOUtils$LineHandler.class
org.apache.chemistry.opencmis.commons.impl.IOUtils$IgnoreCommentsLineHandler.class
META-INF/LICENSE
org.apache.chemistry.opencmis.commons.impl.UrlBuilder.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$PropertyXMLWalker.class
org.apache.chemistry.opencmis.commons.impl.JSONConverter$PropertyMode.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$12.class
org.apache.chemistry.opencmis.commons.impl.MimeHelper$Token.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$37.class
org.apache.chemistry.opencmis.commons.impl.jaxb.VersioningServicePort.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CreateItemResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CancelCheckOutResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.BulkUpdatePropertiesResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.SetContentStream.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CheckInResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisTypeSecondaryDefinitionType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.RelationshipServicePort.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisChoiceString.class
org.apache.chemistry.opencmis.commons.impl.jaxb.RemoveObjectFromFolder.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisQueryType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.EnumPropertiesBase.class
org.apache.chemistry.opencmis.commons.impl.jaxb.MultiFilingService.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisRenditionType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisPropertyDefinitionType.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CreateDocumentFromSourceResponse.class
org.apache.chemistry.opencmis.commons.impl.jaxb.EnumCapabilityQuery.class
org.apache.chemistry.opencmis.commons.impl.jaxb.CreateDocument.class
org.apache.chemistry.opencmis.commons.impl.jaxb.GetCheckedOutDocs.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertyHtmlDefinitionImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertyUriDefinitionImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertyDecimalDefinitionImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertyHtmlImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertyIntegerImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertyBooleanImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.PolicyTypeDefinitionImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.AclCapabilitiesDataImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertyIntegerDefinitionImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertyBooleanDefinitionImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.NewTypeSettableAttributesImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.ObjectInFolderContainerImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.RenditionDataImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertyStringDefinitionImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.BulkUpdateObjectIdAndChangeTokenImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.BindingsObjectFactoryImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.AccessControlListImpl.class
org.apache.chemistry.opencmis.commons.impl.dataobjects.ObjectListImpl.class
org.apache.chemistry.opencmis.commons.impl.XMLConverter$20.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
chemistry-opencmis-commons-api-${project.version}.jar
/${project.groupId}/chemistry-opencmis-commons-api/${project.version}
查看chemistry-opencmis-commons-api所有版本文件
woodstox-core-asl-${woodstox.version}.jar
/org.codehaus.woodstox/woodstox-core-asl/${woodstox.version}
查看woodstox-core-asl所有版本文件
log4j-core-${log4j.version}.jar
/org.apache.logging.log4j/log4j-core/${log4j.version}
查看log4j-core所有版本文件
log4j-slf4j-impl-${log4j.version}.jar
/org.apache.logging.log4j/log4j-slf4j-impl/${log4j.version}
查看log4j-slf4j-impl所有版本文件
|