|
IBM BPM API for Web Service Clients v8.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lombardisoftware.webapi.SearchMetaData
public class SearchMetaData
SearchMetaData is used to describe information required to perform searches and to describe the results of searches. SearchMetaData can be general or it can be specific to an individual process.
Constructor Summary | |
---|---|
SearchMetaData()
|
|
SearchMetaData(SearchColumnMetaData[] columns,
Process process)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
SearchColumnMetaData[] |
getColumns()
Gets the columns value for this SearchMetaData. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
Process |
getProcess()
Gets the process value for this SearchMetaData. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setColumns(SearchColumnMetaData[] columns)
Sets the columns value for this SearchMetaData. |
void |
setProcess(Process process)
Sets the process value for this SearchMetaData. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchMetaData()
public SearchMetaData(SearchColumnMetaData[] columns, Process process)
Method Detail |
---|
public SearchColumnMetaData[] getColumns()
public void setColumns(SearchColumnMetaData[] columns)
columns
- * Describes the meta data for search columns.public Process getProcess()
public void setProcess(Process process)
process
- * If Process is specified, then this SearchMetaData provides
specific information
about the business data that is available in the columns
of the search results
when the search is limited row related to process
instances for this process.
If Process is missing or null, then the SearchMetaData
provides information that
is not specific to a particular process definition.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
IBM BPM API for Web Service Clients v8.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |