com.wewebu.ow.server.ecmimpl.cmis
Interface OwCMISDMSID

All Known Implementing Classes:
OwCMISSimpleDMSID

public interface OwCMISDMSID

OwCMISDMSID. Interface for DMSID handling and object resolution.

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 DMSID_SEPARATOR
          The char as String which should be used as separator in DMSID
static char DMSID_SEPARATOR_CHAR
          The char which should be used as separator in DMSID
 
Method Summary
 String getCMISID()
          Returning the native CMIS ID of the object.
 String getDMSIDString()
          Returning the specific DMSID with all information to resolve the returned String into an object back again.
 OwCMISObject getObject(OwCMISNetwork network_p)
          Return an OwCMISObject depending on the given DMSID information.
 String getResourceID()
          Returning the resource (repository) ID.
 

Field Detail

DMSID_SEPARATOR

static final String DMSID_SEPARATOR
The char as String which should be used as separator in DMSID

Since:
3.1.0.0
See Also:
Constant Field Values

DMSID_SEPARATOR_CHAR

static final char DMSID_SEPARATOR_CHAR
The char which should be used as separator in DMSID

Since:
3.1.0.0
See Also:
Constant Field Values
Method Detail

getObject

OwCMISObject getObject(OwCMISNetwork network_p)
                       throws com.wewebu.ow.server.exceptions.OwException
Return an OwCMISObject depending on the given DMSID information.

Parameters:
network_p - OwCMISNetwork to use for retrieval
Returns:
OwCMISObject
Throws:
com.wewebu.ow.server.exceptions.OwException - if any problems occur during retrieval

getDMSIDString

String getDMSIDString()
Returning the specific DMSID with all information to resolve the returned String into an object back again.

Returns:
String representing the DMSID of the object

getCMISID

String getCMISID()
Returning the native CMIS ID of the object.

Returns:
String representing the native ID.

getResourceID

String getResourceID()
Returning the resource (repository) ID.

Returns:
String representing resource ID.


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.