com.wewebu.ow.server.ecmimpl.opencmis
Interface OwCMISDMSIDDecoder

All Known Implementing Classes:
OwCMISSimpleDMSIDDecoder

public interface OwCMISDMSIDDecoder

DMSID for the CMIS objects encoder/decoder interface.

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
 OwCMISDMSID createDMSID(String dmsid_p)
          Creates an CMIS object DMSID form a given DMSID String
 String getDMSIDPrefix()
          Return the DMSID prefix that this CODEC uses.
 

Method Detail

getDMSIDPrefix

String getDMSIDPrefix()
Return the DMSID prefix that this CODEC uses.

Returns:
String representing the DMISD prefix

createDMSID

OwCMISDMSID createDMSID(String dmsid_p)
                        throws com.wewebu.ow.server.exceptions.OwException
Creates an CMIS object DMSID form a given DMSID String

Parameters:
dmsid_p -
Returns:
the CMIS DMS ID
Throws:
com.wewebu.ow.server.exceptions.OwException


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.