com.wewebu.ow.server.ecmimpl.cmis.generic
Interface OwCMISNativePropertyBinding<L>

All Superinterfaces:
Cloneable
All Known Implementing Classes:
OwCMISBooleanPropertyBinding, OwCMISDateTimePropertyBinding, OwCMISDecimalPropertyBinding, OwCMISHtmlPropertyBinding, OwCMISIdPropertyBinding, OwCMISIntegerPropertyBinding, OwCMISStringPropertyBinding, OwCMISUriPropertyBinding

public interface OwCMISNativePropertyBinding<L>
extends Cloneable

OwCMISNativePropertyBinding. Interface defining the methods for native value handling.

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


Method Summary
 OwCMISNativePropertyBinding<L> cloneBinding()
          Clone method which should return a cloned instance of current instance.
 List<L> getLiveValueList()
          Return a list of native property values if exist, else an empty list should be returned.
 org.oasis_open.docs.ns.cmis.core._200908.CmisProperty getNativeProperty()
          Return the native CmisProperty which was retrieved through the services.
 

Method Detail

getLiveValueList

List<L> getLiveValueList()
Return a list of native property values if exist, else an empty list should be returned.

Returns:
List of specific type <L>

getNativeProperty

org.oasis_open.docs.ns.cmis.core._200908.CmisProperty getNativeProperty()
Return the native CmisProperty which was retrieved through the services.

Returns:
CmisProperty

cloneBinding

OwCMISNativePropertyBinding<L> cloneBinding()
Clone method which should return a cloned instance of current instance.

Returns:
OwCMISNativeProeprtyBinding


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.