com.wewebu.ow.server.ecm
Class OwPath

java.lang.Object
  extended by com.wewebu.ow.server.ecm.OwPath

public class OwPath
extends Object

OwPath value for search templates. Used to specify a resource path to search in.

See Also:

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
OwPath(String strPath_p)
           
OwPath(String strPath_p, boolean fEnabled_p)
           
OwPath(String strPath_p, String strDisplayName_p, boolean fEnabled_p)
           
 
Method Summary
 String getDisplayName(Locale locale_p)
           
 boolean getEnabled()
           
 String getPath()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OwPath

public OwPath(String strPath_p)

OwPath

public OwPath(String strPath_p,
              boolean fEnabled_p)

OwPath

public OwPath(String strPath_p,
              String strDisplayName_p,
              boolean fEnabled_p)
Method Detail

getPath

public String getPath()

getDisplayName

public String getDisplayName(Locale locale_p)

getEnabled

public boolean getEnabled()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.