org.xcmis.wssoap.impl
Class TypeConverter
java.lang.Object
org.xcmis.wssoap.impl.TypeConverter
public class TypeConverter
- extends Object
- Version:
- $Id: TypeConverter.java 1218 2010-06-03 14:56:06Z andrew00x $
- Author:
- Max Shaposhnik
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeConverter
public TypeConverter()
getAccessControlEntryList
public static List<AccessControlEntry> getAccessControlEntryList(List<CmisAccessControlEntryType> source)
getAccessControlEntry
public static AccessControlEntry getAccessControlEntry(CmisAccessControlEntryType source)
getCmisAclCapabilityType
public static CmisACLCapabilityType getCmisAclCapabilityType(ACLCapability source)
getCmisAllowableActionsType
public static CmisAllowableActionsType getCmisAllowableActionsType(AllowableActions source)
getCmisAccessControlListType
public static CmisAccessControlListType getCmisAccessControlListType(List<AccessControlEntry> source)
getListAccessControlEntry
public static List<AccessControlEntry> getListAccessControlEntry(CmisAccessControlListType source)
getPropertyMap
public static Map<String,Property<?>> getPropertyMap(CmisPropertiesType input)
getCmisTypeDefinitionListType
public static CmisTypeDefinitionListType getCmisTypeDefinitionListType(ItemsList<TypeDefinition> source)
getCmisExtensionType
public static CmisExtensionType getCmisExtensionType(Object any)
getCmisObjectType
public static CmisObjectType getCmisObjectType(CmisObject object)
getCmisRepositoryInfoType
public static CmisRepositoryInfoType getCmisRepositoryInfoType(RepositoryInfo source)
getCmisRepositoryEntryType
public static CmisRepositoryEntryType getCmisRepositoryEntryType()
getCmisObjectListType
public static CmisObjectListType getCmisObjectListType(ItemsList<CmisObject> source)
getCmisObjectListType
public static CmisObjectListType getCmisObjectListType(List<CmisObject> source)
getCmisObjectTypeList
public static List<CmisObjectType> getCmisObjectTypeList(List<CmisObject> source)
getCmisObjectInFolderListType
public static CmisObjectInFolderListType getCmisObjectInFolderListType(ItemsList<?> source)
getCmisObjectInFolderType
public static CmisObjectInFolderType getCmisObjectInFolderType(CmisObject source)
getCmisTypeContainerList
public static List<CmisTypeContainer> getCmisTypeContainerList(List<ItemsTree<TypeDefinition>> source)
getCmisObjectInFolderContainerTypeList
public static List<CmisObjectInFolderContainerType> getCmisObjectInFolderContainerTypeList(List<ItemsTree<CmisObject>> source)
getCmisObjectParentsType
public static CmisObjectParentsType getCmisObjectParentsType(ObjectParent source)
getCmisContentStreamType
public static CmisContentStreamType getCmisContentStreamType(ContentStream source)
getCmisTypeDefinitionType
public static CmisTypeDefinitionType getCmisTypeDefinitionType(TypeDefinition source)
getCmisChoiceBoolean
public static CmisChoiceBoolean getCmisChoiceBoolean(Choice<Boolean> source)
getCmisChoiceDateTime
public static CmisChoiceDateTime getCmisChoiceDateTime(Choice<Calendar> source)
getCmisChoiceDecimal
public static CmisChoiceDecimal getCmisChoiceDecimal(Choice<BigDecimal> source)
getCmisChoiceHtml
public static CmisChoiceHtml getCmisChoiceHtml(Choice<String> source)
getCmisChoiceId
public static CmisChoiceId getCmisChoiceId(Choice<String> source)
getCmisChoiceInteger
public static CmisChoiceInteger getCmisChoiceInteger(Choice<BigInteger> source)
getCmisChoiceString
public static CmisChoiceString getCmisChoiceString(Choice<String> source)
getCmisChoiceUri
public static CmisChoiceUri getCmisChoiceUri(Choice<URI> source)
getCmisPropertyDefintitionTypeList
public static List<CmisPropertyDefinitionType> getCmisPropertyDefintitionTypeList(Collection<PropertyDefinition<?>> source)
getTypeDefinition
public static TypeDefinition getTypeDefinition(CmisTypeDefinitionType source)
getPropertyDefinitionMap
public static Map<String,PropertyDefinition<?>> getPropertyDefinitionMap(List<CmisPropertyDefinitionType> source)
getCmisRepositoryCapabilitiesType
public static CmisRepositoryCapabilitiesType getCmisRepositoryCapabilitiesType(RepositoryCapabilities source)
getCmisPropertiesType
public static CmisPropertiesType getCmisPropertiesType(CmisObject source)
getCmisRenditionTypeList
public static List<CmisRenditionType> getCmisRenditionTypeList(List<Rendition> source)
getRendition
public static Rendition getRendition(CmisRenditionType source)
getCmisRenditionType
public static CmisRenditionType getCmisRenditionType(Rendition source)
getCmisChangeEventType
public static CmisChangeEventType getCmisChangeEventType(ChangeInfo source)
getCmisPermissionMappingList
public static List<CmisPermissionMapping> getCmisPermissionMappingList(PermissionMapping source)
getCmisProperty
public static CmisProperty getCmisProperty(Property<?> source)
getCmisListOfIdsType
public static CmisListOfIdsType getCmisListOfIdsType(Collection<String> list)
getCmisAccessControlEntryType
public static CmisAccessControlEntryType getCmisAccessControlEntryType(AccessControlEntry source)
getURIList
public static List<URI> getURIList(List<String> values)
getCalendarList
public static List<Calendar> getCalendarList(List<XMLGregorianCalendar> source)
Copyright © 2010 eXo Platform SAS. All Rights Reserved.