public class Predicate extends Object implements Serializable
| Constructor and Description |
|---|
Predicate() |
Predicate(Reference[] nodes,
Store store,
Query query) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Reference[] |
getNodes()
Gets the nodes value for this Predicate.
|
Reference |
getNodes(int i) |
Query |
getQuery()
Gets the query value for this Predicate.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Store |
getStore()
Gets the store value for this Predicate.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setNodes(int i,
Reference _value) |
void |
setNodes(Reference[] nodes)
Sets the nodes value for this Predicate.
|
void |
setQuery(Query query)
Sets the query value for this Predicate.
|
void |
setStore(Store store)
Sets the store value for this Predicate.
|
public Reference[] getNodes()
public void setNodes(Reference[] nodes)
nodes - public Reference getNodes(int i)
public void setNodes(int i,
Reference _value)
public Store getStore()
public void setStore(Store store)
store - public Query getQuery()
public void setQuery(Query query)
query - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2005–2014 Alfresco Software. All rights reserved.