|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wewebu.ow.server.ecm.OwSearchPath
public class OwSearchPath
Search template defined search path.
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 |
PATH_DELIMITER
standard path delimiter |
| Constructor Summary | |
|---|---|
OwSearchPath(OwSearchObjectStore objectStore_p)
Constructor |
|
OwSearchPath(String id_p,
String pathName_p,
boolean searchSubFolders_p,
OwSearchObjectStore objectStore_p)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj_p)
|
String |
getId()
|
OwSearchObjectStore |
getObjectStore()
|
String |
getPathName()
|
int |
hashCode()
|
boolean |
isObjectStoreReference()
|
boolean |
isSearchSubFolders()
|
static String |
normalizePathDelimiter(String strPath_p)
Normalize the path delimiter to the internal format. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String PATH_DELIMITER
| Constructor Detail |
|---|
public OwSearchPath(OwSearchObjectStore objectStore_p)
throws OwInvalidOperationException
objectStore_p -
OwInvalidOperationException - if the given objectstore is null
public OwSearchPath(String id_p,
String pathName_p,
boolean searchSubFolders_p,
OwSearchObjectStore objectStore_p)
throws OwInvalidOperationException
id_p - pathName_p - searchSubFolders_p - objectStore_p -
OwInvalidOperationException - if the given id and pathName are both null| Method Detail |
|---|
public static String normalizePathDelimiter(String strPath_p)
strPath_p - String path
public OwSearchObjectStore getObjectStore()
public String getPathName()
public String getId()
public boolean isSearchSubFolders()
public String toString()
toString in class Objectpublic boolean isObjectStoreReference()
public boolean equals(Object obj_p)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||