com.wewebu.ow.server.ecm
Interface OwLocation

All Known Implementing Classes:
OwSimpleLocation

public interface OwLocation

Interface defining the location of or for an 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

Since:
4.1.1.0

Method Summary
 OwObject getParent()
          The parent object, can return null if not filed/contained in a structure.
 OwResource getResource()
          The Resource (Repository/ObjectStore) of the location.
 

Method Detail

getResource

OwResource getResource()
The Resource (Repository/ObjectStore) of the location.

Returns:
OwResource

getParent

OwObject getParent()
The parent object, can return null if not filed/contained in a structure.

Returns:
OwObject or null.


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.