com.wewebu.ow.server.ecmimpl.opencmis.objectclass
Interface OwCMISRelationshipClass

All Superinterfaces:
OwCMISNativeObjectClass<org.apache.chemistry.opencmis.client.api.RelationshipType,org.apache.chemistry.opencmis.client.api.TransientRelationship>, OwCMISObjectClass, OwCMISSessionObjectClass<OwCMISNativeSession>, com.wewebu.ow.server.ecm.OwObjectClass
All Known Implementing Classes:
OwCMISAlfrescoRelationshipTypeClassImpl, OwCMISRelationshipClassImpl

public interface OwCMISRelationshipClass
extends OwCMISNativeObjectClass<org.apache.chemistry.opencmis.client.api.RelationshipType,org.apache.chemistry.opencmis.client.api.TransientRelationship>

Object class for the TransientRelationship - RelationshipType OpenCMIS object model.

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
 
Method Summary
 OwCMISRelationship from(org.apache.chemistry.opencmis.client.api.TransientRelationship object, Map<String,?> conversionParameters)
          Creates an OwCMISObject for the given native TransientCmisObject
 
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
 

Method Detail

from

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>
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.