org.xcmis.wssoap.impl
Class TypeConverter

java.lang.Object
  extended by 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

Constructor Summary
TypeConverter()
           
 
Method Summary
static AccessControlEntry getAccessControlEntry(CmisAccessControlEntryType source)
           
static List<AccessControlEntry> getAccessControlEntryList(List<CmisAccessControlEntryType> source)
           
static List<Calendar> getCalendarList(List<XMLGregorianCalendar> source)
           
static CmisAccessControlEntryType getCmisAccessControlEntryType(AccessControlEntry source)
           
static CmisAccessControlListType getCmisAccessControlListType(List<AccessControlEntry> source)
           
static CmisACLCapabilityType getCmisAclCapabilityType(ACLCapability source)
           
static CmisAllowableActionsType getCmisAllowableActionsType(AllowableActions source)
           
static CmisChangeEventType getCmisChangeEventType(ChangeInfo source)
           
static CmisChoiceBoolean getCmisChoiceBoolean(Choice<Boolean> source)
           
static CmisChoiceDateTime getCmisChoiceDateTime(Choice<Calendar> source)
           
static CmisChoiceDecimal getCmisChoiceDecimal(Choice<BigDecimal> source)
           
static CmisChoiceHtml getCmisChoiceHtml(Choice<String> source)
           
static CmisChoiceId getCmisChoiceId(Choice<String> source)
           
static CmisChoiceInteger getCmisChoiceInteger(Choice<BigInteger> source)
           
static CmisChoiceString getCmisChoiceString(Choice<String> source)
           
static CmisChoiceUri getCmisChoiceUri(Choice<URI> source)
           
static CmisContentStreamType getCmisContentStreamType(ContentStream source)
           
static CmisExtensionType getCmisExtensionType(Object any)
           
static CmisListOfIdsType getCmisListOfIdsType(Collection<String> list)
           
static List<CmisObjectInFolderContainerType> getCmisObjectInFolderContainerTypeList(List<ItemsTree<CmisObject>> source)
           
static CmisObjectInFolderListType getCmisObjectInFolderListType(ItemsList<?> source)
           
static CmisObjectInFolderType getCmisObjectInFolderType(CmisObject source)
           
static CmisObjectListType getCmisObjectListType(ItemsList<CmisObject> source)
           
static CmisObjectListType getCmisObjectListType(List<CmisObject> source)
           
static CmisObjectParentsType getCmisObjectParentsType(ObjectParent source)
           
static CmisObjectType getCmisObjectType(CmisObject object)
           
static List<CmisObjectType> getCmisObjectTypeList(List<CmisObject> source)
           
static List<CmisPermissionMapping> getCmisPermissionMappingList(PermissionMapping source)
           
static CmisPropertiesType getCmisPropertiesType(CmisObject source)
           
static CmisProperty getCmisProperty(Property<?> source)
           
static List<CmisPropertyDefinitionType> getCmisPropertyDefintitionTypeList(Collection<PropertyDefinition<?>> source)
           
static CmisRenditionType getCmisRenditionType(Rendition source)
           
static List<CmisRenditionType> getCmisRenditionTypeList(List<Rendition> source)
           
static CmisRepositoryCapabilitiesType getCmisRepositoryCapabilitiesType(RepositoryCapabilities source)
           
static CmisRepositoryEntryType getCmisRepositoryEntryType()
           
static CmisRepositoryInfoType getCmisRepositoryInfoType(RepositoryInfo source)
           
static List<CmisTypeContainer> getCmisTypeContainerList(List<ItemsTree<TypeDefinition>> source)
           
static CmisTypeDefinitionListType getCmisTypeDefinitionListType(ItemsList<TypeDefinition> source)
           
static CmisTypeDefinitionType getCmisTypeDefinitionType(TypeDefinition source)
           
static List<AccessControlEntry> getListAccessControlEntry(CmisAccessControlListType source)
           
static Map<String,PropertyDefinition<?>> getPropertyDefinitionMap(List<CmisPropertyDefinitionType> source)
           
static Map<String,Property<?>> getPropertyMap(CmisPropertiesType input)
           
static Rendition getRendition(CmisRenditionType source)
           
static TypeDefinition getTypeDefinition(CmisTypeDefinitionType source)
           
static List<URI> getURIList(List<String> values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeConverter

public TypeConverter()
Method Detail

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.