public interface OwVIIdFactory
Factory which will create an UniqueObjectId from a specific Object
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
Modifier and Type | Method and Description |
---|---|
OwVIId |
createVersionIndependentId(OwObject obj)
Creates an OwVIId for provided object.
|
OwIdDecoder<OwVIId> |
createViidDecoder()
Create an instance which is capable of resolving Strings into OwVIId instances.
|
OwVIId createVersionIndependentId(OwObject obj) throws OwNotSupportedException, OwInaccessibleException
obj
- OwObjectOwNotSupportedException
- if provided OwObject cannot be represented as OwVIIdOwInaccessibleException
- runtime exception if parts of the OwObject which are needed for OwVIId construction cannot be accessed.OwIdDecoder<OwVIId> createViidDecoder()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.