com.wewebu.ow.server.ecmimpl.cmis
Class OwCMISStandardDMSIDDecoder

java.lang.Object
  extended by com.wewebu.ow.server.ecmimpl.cmis.OwCMISStandardDMSIDDecoder
All Implemented Interfaces:
OwCMISDMSIDDecoder

public class OwCMISStandardDMSIDDecoder
extends Object
implements OwCMISDMSIDDecoder

Standard CMIS DMSID encoder/decoder implementation.

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
static String DMS_PREFIX
          DMS prefix to identify this adapter
 
Constructor Summary
OwCMISStandardDMSIDDecoder()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DMS_PREFIX

public static final String DMS_PREFIX
DMS prefix to identify this adapter

See Also:
Constant Field Values
Constructor Detail

OwCMISStandardDMSIDDecoder

public OwCMISStandardDMSIDDecoder()
Method Detail

getDMSIDPrefix

public String getDMSIDPrefix()
Description copied from interface: OwCMISDMSIDDecoder
Return the DMSID prefix that this CODEC uses.

Specified by:
getDMSIDPrefix in interface OwCMISDMSIDDecoder
Returns:
String representing the DMISD prefix

createDMSID

public OwCMISDMSID createDMSID(String dmsid_p)
                        throws com.wewebu.ow.server.exceptions.OwException
Description copied from interface: OwCMISDMSIDDecoder
Creates an CMIS object DMSID form a given DMSID String

Specified by:
createDMSID in interface OwCMISDMSIDDecoder
Returns:
the CMIS DMS ID
Throws:
com.wewebu.ow.server.exceptions.OwException


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.