com.wewebu.ow.server.ecmimpl.opencmis.alfresco
Class OwCMISAlfrescoRelationshipTypeClassImpl

java.lang.Object
  extended by com.wewebu.ow.server.ecmimpl.opencmis.objectclass.OwCMISAbstractObjectClass
      extended by com.wewebu.ow.server.ecmimpl.opencmis.alfresco.OwCMISAbstractAlfrescoClass<T,O>
          extended by com.wewebu.ow.server.ecmimpl.opencmis.alfresco.OwCMISAlfrescoTypeClassImpl<org.apache.chemistry.opencmis.client.api.RelationshipType,org.apache.chemistry.opencmis.client.api.TransientRelationship>
              extended by com.wewebu.ow.server.ecmimpl.opencmis.alfresco.OwCMISAlfrescoRelationshipTypeClassImpl
All Implemented Interfaces:
com.wewebu.ow.server.ecm.OwObjectClass, OwCMISNativeObjectClass<org.apache.chemistry.opencmis.client.api.RelationshipType,org.apache.chemistry.opencmis.client.api.TransientRelationship>, OwCMISObjectClass, OwCMISRelationshipClass, OwCMISSessionObjectClass<OwCMISNativeSession>

public class OwCMISAlfrescoRelationshipTypeClassImpl
extends OwCMISAlfrescoTypeClassImpl<org.apache.chemistry.opencmis.client.api.RelationshipType,org.apache.chemistry.opencmis.client.api.TransientRelationship>
implements OwCMISRelationshipClass

OwCMISAlfrescoRelationshipTypeClassImpl.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com


Field Summary
 
Fields inherited from interface com.wewebu.ow.server.ecmimpl.opencmis.objectclass.OwCMISObjectClass
MIME_TYPE_PREFIX_OW_POLICY, MIME_TYPE_PREFIX_OW_RELATIONSHIP
 
Fields inherited from interface com.wewebu.ow.server.ecm.OwObjectClass
OPERATION_TYPE_CHECKIN, OPERATION_TYPE_CHECKOUT, OPERATION_TYPE_CREATE_NEW_OBJECT, OPERATION_TYPE_SET_PROPERTIES, OPERATION_TYPE_UNDEF
 
Constructor Summary
OwCMISAlfrescoRelationshipTypeClassImpl(OwCMISRelationshipClass nativeObjectClass, org.alfresco.cmis.client.type.AlfrescoType alfrescoType)
           
 
Method Summary
 OwCMISRelationship from(org.apache.chemistry.opencmis.client.api.TransientRelationship object, Map<String,?> conversionParameters)
          Creates an OwCMISObject for the given native TransientCmisObject
protected  OwCMISRelationshipClass getNativeObjectClass()
           
 
Methods inherited from class com.wewebu.ow.server.ecmimpl.opencmis.alfresco.OwCMISAlfrescoTypeClassImpl
areAspectsSecured, getAspectsClasses
 
Methods inherited from class com.wewebu.ow.server.ecmimpl.opencmis.alfresco.OwCMISAbstractAlfrescoClass
addClassParameter, canCreateNewObject, convertToNativeProperties, createContext, createNewObject, createSkeletonObject, findAspectsPropertyClass, findPropertyClass, getAspectsNativePropertyClass, getAspectsNativePropertyClasses, getAspectsPropertyClasses, getChildNames, getChilds, getClassName, getDescription, getDisplayName, getMimetype, getModes, getNamePropertyName, getNativeObject, getNativePropertyClass, getNativePropertyClasses, getParent, getPreferredPropertyType, getPropertyClasses, getQueryablePropertyClasses, getQueryName, getQueryResultConverter, getSession, getType, getVirtualPropertyClass, getVirtualPropertyClasses, hasChilds, hasVersionSeries, isAssignableFrom, isContentRequired, isHidden, isQueryable, newTransientObject, subclassedBy
 
Methods inherited from class com.wewebu.ow.server.ecmimpl.opencmis.objectclass.OwCMISAbstractObjectClass
addVirtualPropertyClass, getParameterValue, getPropertyClass, getPropertyClassNames, initializeAsHierarchyRoot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.wewebu.ow.server.ecmimpl.opencmis.objectclass.OwCMISNativeObjectClass
convertToNativeProperties, getNativeObject, getNativePropertyClass, getNativePropertyClasses, getParent, getQueryResultConverter, getSession, newTransientObject
 
Methods inherited from interface com.wewebu.ow.server.ecmimpl.opencmis.objectclass.OwCMISObjectClass
canCreateNewObject, createNewObject, createSkeletonObject, findPropertyClass, getChildNames, getChilds, getMimetype, getNamePropertyName, getPreferredPropertyType, getPropertyClass, getPropertyClasses, getPropertyClassNames, getQueryablePropertyClasses, getQueryName, getVirtualPropertyClass, getVirtualPropertyClasses, isAssignableFrom, isContentRequired, isQueryable, subclassedBy
 
Methods inherited from interface com.wewebu.ow.server.ecm.OwObjectClass
getClassName, getDescription, getDisplayName, getModes, getType, hasChilds, hasVersionSeries, isHidden
 

Constructor Detail

OwCMISAlfrescoRelationshipTypeClassImpl

public OwCMISAlfrescoRelationshipTypeClassImpl(OwCMISRelationshipClass nativeObjectClass,
                                               org.alfresco.cmis.client.type.AlfrescoType alfrescoType)
Method Detail

getNativeObjectClass

protected OwCMISRelationshipClass getNativeObjectClass()
Overrides:
getNativeObjectClass in class OwCMISAbstractAlfrescoClass<org.apache.chemistry.opencmis.client.api.RelationshipType,org.apache.chemistry.opencmis.client.api.TransientRelationship>

from

public OwCMISRelationship from(org.apache.chemistry.opencmis.client.api.TransientRelationship object,
                               Map<String,?> conversionParameters)
                        throws com.wewebu.ow.server.exceptions.OwException
Description copied from interface: OwCMISNativeObjectClass
Creates an OwCMISObject for the given native TransientCmisObject

Specified by:
from in interface OwCMISNativeObjectClass<org.apache.chemistry.opencmis.client.api.RelationshipType,org.apache.chemistry.opencmis.client.api.TransientRelationship>
Specified by:
from in interface OwCMISRelationshipClass
conversionParameters - a Map of conversion parameters values (see OwCMISConversionParameters for a list of common parameter names)
Returns:
the OwCMISObject corresponding to the given TransientCmisObject
Throws:
com.wewebu.ow.server.exceptions.OwException


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.