public class OwSearchPath extends Object
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
Modifier and Type | Field and Description |
---|---|
static String |
PATH_DELIMITER
standard path delimiter
|
Constructor and Description |
---|
OwSearchPath(OwSearchObjectStore objectStore_p)
Constructor
|
OwSearchPath(String id_p,
String pathName_p,
boolean searchSubFolders_p,
OwSearchObjectStore objectStore_p)
Constructor
|
Modifier and Type | Method and Description |
---|---|
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() |
public static final String PATH_DELIMITER
public OwSearchPath(OwSearchObjectStore objectStore_p) throws OwInvalidOperationException
objectStore_p
- OwInvalidOperationException
- if the given objectstore is nullpublic 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 nullpublic static String normalizePathDelimiter(String strPath_p)
strPath_p
- String pathpublic OwSearchObjectStore getObjectStore()
public String getPathName()
public String getId()
public boolean isSearchSubFolders()
public boolean isObjectStoreReference()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.