public class OwSearchObjectStore extends Object
Search template defined ObjectStore data.
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 and Description |
---|
OwSearchObjectStore(String id_p,
String name_p) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj_p) |
String |
getId() |
String |
getName() |
int |
hashCode() |
String |
toString() |
OwSearchObjectStore |
unify(OwSearchObjectStore objectStore_p)
Unifies the state of this ObjectStore and the given ObjectStore parameter and
returns their unified state as a new ObjectStore.
|
public OwSearchObjectStore unify(OwSearchObjectStore objectStore_p) throws OwInvalidOperationException
OwInvalidOperationException
is thrown.objectStore_p
- OwInvalidOperationException
- if non null id or name values of the two ObjectStores are not equalpublic String getId()
public String getName()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.