|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.ecmimpl.OwSimpleLocation
public class OwSimpleLocation
Simple implementation of the OwLocation 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
Constructor Summary | |
---|---|
OwSimpleLocation()
|
|
OwSimpleLocation(OwObject parent)
Create a Location from parent, which will implicitly set the resource from provided parent object. |
|
OwSimpleLocation(OwResource res)
|
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. |
void |
setParent(OwObject parent)
|
void |
setResource(OwResource res)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OwSimpleLocation()
public OwSimpleLocation(OwResource res)
public OwSimpleLocation(OwObject parent) throws OwException
parent
-
OwException
Method Detail |
---|
public OwResource getResource()
OwLocation
getResource
in interface OwLocation
public void setResource(OwResource res)
public OwObject getParent()
OwLocation
getParent
in interface OwLocation
public void setParent(OwObject parent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |